diff --git a/benchmark/pilang.pil b/benchmark/pilang.pil index 7189833..0ef6be4 100644 --- a/benchmark/pilang.pil +++ b/benchmark/pilang.pil @@ -1,6 +1,6 @@ # Run via time command to see execution time! - # number^2 until number > 50 + set number,1 marker set,mainloop diff --git a/benchmark/python.py b/benchmark/python.py index aa45a5f..0725157 100644 --- a/benchmark/python.py +++ b/benchmark/python.py @@ -1,6 +1,6 @@ # Run via time command to see execution time! - # number^2 until number > 50 + number = 1 while number < 50: