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 appointment = {
id: '12345'
alternatives: [
{ id: 'cd1f8b9d-079a-4d02-987d-d5d4496f4eb8', start: '2020-04-01' },
{ id: '2c7748fb-ba67-4120-95a2-b3b3dc8dc9aa', start: '2020-04-02' },
{ id: 'cd1641c8-19d5-410d-826f-c7098a6ee73a', start: '2020-04-03' },
{ id: 'f11409da-eb83-44d3-bbd4-d0d41e374e07', start: '2020-04-04' },
{ id: '6084bc6f-98de-4f7f-a928-6b0dc119b845', start: '2020-04-05' },
{ id: '4d2263a2-eebb-40c8-81a3-1b7a2ca3edbc', start: '2020-04-06' },
{ id: 'b013ba3d-ba73-4f1a-bb23-087bafb11b85', start: '2020-04-07' },
{ id: 'bb328c74-0911-4302-b5e1-ad89c9ffcd61', start: '2020-04-08' },
{ id: '259d186b-d871-4362-8cf2-13cb24826407', start: '2020-04-09' },
{ id: '5ac04eb9-06ac-4b58-8de7-9e1025a1e235', start: '2020-04-10' },
]
}
const patchAppointment = {
alternatives: [
{ id: 'bb328c74-0911-4302-b5e1-ad89c9ffcd61', start: '2020-04-08' }
{ id: '259d186b-d871-4362-8cf2-13cb24826407', start: '2020-04-09' }
{ id: '5ac04eb9-06ac-4b58-8de7-9e1025a1e235', start: '2020-04-10' }
{ start: '2020-04-11' }
{ start: '2020-04-12' }
]
}
Ready to run.
Test | Ops/sec | |
---|---|---|
Michal |
| ready |
Piotr |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.