mirror of
https://gitlab.com/niansa/pilang2.git
synced 2025-03-06 20:49:22 +01:00
Made comments in benchmarks fancier
This commit is contained in:
parent
f3ac177987
commit
a02ec8a97c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Run via time command to see execution time!
|
# Run via time command to see execution time!
|
||||||
|
|
||||||
# number^2 until number > 50
|
# number^2 until number > 50
|
||||||
|
|
||||||
set number,1
|
set number,1
|
||||||
|
|
||||||
marker set,mainloop
|
marker set,mainloop
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Run via time command to see execution time!
|
# Run via time command to see execution time!
|
||||||
|
|
||||||
# number^2 until number > 50
|
# number^2 until number > 50
|
||||||
|
|
||||||
number = 1
|
number = 1
|
||||||
|
|
||||||
while number < 50:
|
while number < 50:
|
||||||
|
|
Loading…
Add table
Reference in a new issue