Mon 16 Mar 11:13:23 CET 2026
This commit is contained in:
parent
9e667880bb
commit
79735873d7
11
build/benchmark.plx
Normal file
11
build/benchmark.plx
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
a=1:b=1:c=1
|
||||||
|
t0=millis(1)
|
||||||
|
for j=1,1000 {
|
||||||
|
for i=1,10000 {
|
||||||
|
a=a+1
|
||||||
|
b=b+1
|
||||||
|
c=c+1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
t1=millis(1)
|
||||||
|
! t1-t0,"ms"
|
||||||
Loading…
Reference in New Issue
Block a user