diff --git a/benchmark/pilang.pil b/benchmark/pilang.pil index a784ee7..7189833 100644 --- a/benchmark/pilang.pil +++ b/benchmark/pilang.pil @@ -1,3 +1,5 @@ +# Run via time command to see execution time! + # number^2 until number > 50 set number,1 diff --git a/benchmark/python.py b/benchmark/python.py index f6292f0..aa45a5f 100644 --- a/benchmark/python.py +++ b/benchmark/python.py @@ -1,3 +1,5 @@ +# Run via time command to see execution time! + # number^2 until number > 50 number = 1