Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
sdadad
(version: 1)
Comparing performance of:
sdadad vs sdadad2
Created:
one year ago
by:
Guest
Jump to the latest result
Script Preparation code:
var a = 1; var b = 2; var c = 3;
Tests:
sdadad
for (let i = 0; i < 1000; i++) { const res = a * i + b * i + c * i; }
sdadad2
let res = 0; for (let i = 0; i < 1000; i++) { res += a + b + c; }
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
sdadad
sdadad2
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!
Comments
Confirm delete:
Do you really want to delete benchmark?