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
const data = 'home_circuit,deviceType=VA01,serialNo=VA456,heatingCircuit=4 ambientLightLevel=1.0,batteryVoltage=2.957,humidity=61.3,insideTemperature=1998i,rawInsideTemperature=1998i,rawInsideTemperature2ndSensor=1959i,rotaryEncoderState=0i,supplyVoltage=0.0 1718868909154000000\n'.repeat(5000).split('\n');
Ready to run.
Test | Ops/sec | |
---|---|---|
join |
| ready |
concat |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.