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
<script src="https://cdnjs.cloudflare.com/ajax/libs/immutable/3.8.1/immutable.min.js"></script>
const MOCK_ENTITY = {
id: 'ec6865e6-e60e-424b-a071-6a9c1603d735',
type: { namespace: 'NAMESPACE', name: 'NAME' },
description: 'description',
properties: [
'0c8be4b7-0bd5-4dd1-a623-da78871c9d0e',
'4b08e1f9-4a00-4169-92ea-10e377070220',
'8f79e123-3411-4099-a41f-88e5d22d0e8d',
'e39dfdfa-a3e6-4f1f-b54b-646a723c3085',
'fae6af98-2675-45bd-9a5b-1619a87235a8'
],
};
const state = Immutable.fromJS(MOCK_ENTITY);
Ready to run.
Test | Ops/sec | |
---|---|---|
set single |
| ready |
merge single |
| ready |
set multiple |
| ready |
merge multiple |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.