Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
123456
(version: 0)
Comparing performance of:
con eval vs 2 sin eval
Created:
9 years ago
by:
Guest
Jump to the latest result
Tests:
con eval
var N = 10; function f() { eval(""); var sum = 0; for (var i = 0; i<N; ++i) { sum += i; } }
2 sin eval
var N = 10; function f() { var sum = 0; for (var i = 0; i<N; ++i) { sum += i; } }
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
con eval
2 sin eval
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
Large number product of x consecutive digits
Normalize digits
trailingZeroes removal
toBase62String
md5 vs fasthash
Comments
Confirm delete:
Do you really want to delete benchmark?