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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<input type="text" name="test" id="test" value="" />
</body>
</html><script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
var id = 30000
Ready to run.
Test | Ops/sec | |
---|---|---|
Vanilla JS |
| ready |
jQuery |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.