mirror of
https://gitlab.com/niansa/pilang2.git
synced 2025-03-06 20:49:22 +01:00
Added exectution hint for benchmark
This commit is contained in:
parent
20f1359347
commit
f3ac177987
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# Run via time command to see execution time!
|
||||
|
||||
# number^2 until number > 50
|
||||
set number,1
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Run via time command to see execution time!
|
||||
|
||||
# number^2 until number > 50
|
||||
number = 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue