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 stringz = [
'Y3hXaLp9Rt7JkDZ82oFvM',
'BvWkL7Xp1oF28DY9RMJh6Ztnc',
'5YTqG8Fn1pL7vMXRt92oKZcDh',
'Zv5Lp8R7Wk9MXtn1DY2Jq6oF',
'1KXq7Lp9RM5Yn8Z2JoFWvD6tc',
'L9Z8XpD7Rt5Y2JqMXvno6KF1W',
'1RMZ6XpDY9L7Fn5Jo8tWqv2oK',
'8Lp9XtW7KMZR1FYnD6Jq5vo2c',
'YX9ZRMp7n6JoLvWqFt812K5oDc',
'YpM9LXtRW7K8nZJq5F2o6D1vo',
'5WoKZRM8t9LY1Jq7nD2XvFp6c',
'L2RMp9X7o8WJv6FK5nYq1DtcZ',
'8WvLpX7oRM5ZFnY2Jq916DKtc',
'YZ8Lp7XRM9Jo5FKWn6q12Dtcv',
'9MRpLY5WZ2Jq8oX7n6DK1tvcF',
'ZpW8LYXqRMv5tDK7n9Jo2F1o6c',
'7F8p9LYJo1WMXqKZRn26tv5oDc',
'Z9p8YoX1tKMJq5LYR7F26nvoDc',
'YLYJq9nZRMpKt5oDXv16W87Fo2',
'9Xp7ZtY1F26RMqLvDKJ5on8oWc',
];
const testHashFn = (fn) => {
try {
stringz.forEach(fn);
} catch (e) {
console.log('DERP ERROR', e)
}
};
Ready to run.
Test | Ops/sec | |
---|---|---|
chatgpt |
| ready |
gist - 4nte |
| ready |
gist - jschirrmacher |
| ready |
gist - eru123 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.