Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
12331321
(version: 0)
Comparing performance of:
1 vs 256
Created:
one year ago
by:
Guest
Jump to the latest result
Script Preparation code:
async function a(m) { return Array.from( new Uint8Array(await crypto.subtle.digest(m, (new TextEncoder).encode("This example encodes a message, then calculates its SHA-256 digest and logs the digest length:"))) ) .map(t => t.toString(16).padStart(2, "0")) .join(""); }
Tests:
1
await a("SHA-1")
256
await a("SHA-256")
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
1
256
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?