jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
var str = '8=FIX.4.2|9=242|35=MDF|1=XLIS|2=CS|3=BCP|4=L|5=9466744|6=0.109000|9=0.109000|10=10000|11=115600|12=0.0000|13=164337688|14=0.109000|15=0.112000|16=0.108000|18=0.109000|19=0.110001|22=1062|25=0.109000|26=3555747|34=2013-10-15 10:58:42.858|36=0|38=PTBCP0AM0007|10=000|";',
delim = '|';
var fieldArr = new Array();
Ready to run.
Test | Ops/sec | |
---|---|---|
Split |
| ready |
Array |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.