sig making thang

Benchmark created by Adrian on


Setup

window.myString = "Hello World!";

Test runner

Ready to run.

Testing in
TestOps/sec
date concat
var sig = window.myString + new Date().getTime();
ready
btoa
var sig = window.btoa(window.myString + new Date().getTime());
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by Adrian on