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
dfggsd
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/style.css" >
</head>
<body>
<h1 id="header"></h1>
<script src="src/script.ts"></script>
</body>
</html>
let el = document.querySelector('#header');
Ready to run.
Test | Ops/sec | |
---|---|---|
asdasds |
| ready |
asdasd |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.