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
assignement
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
<style>
ul{
list-style: none;
}
li{
margin: 5px;
padding: 20px;
background-color: gray;
width: 200px;
}
a:link{
color: white;
text-decoration: none;
font-family: Arial;
}
a:visited{
color: white;
text-decoration: none;
font-family: Arial;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</head>
<body>
<ul>
<li><a href="images/002.jpg">Download Link</a></li>
<li><a href="images/003.jpg">Download Link</a></li>
<li><a href="images/004.jpg">Download Link</a></li>
<li><a href="images/005.jpg">Download Link</a></li>
<li><a href="images/001.jpg">Download Link</a></li>
<li><a href="images/002.jpg">Download Link</a></li>
<li><a href="images/001.jpg">Download Link</a></li>
<li><a href="images/004.jpg">Download Link</a></li>
<li><a href="images/003.jpg">Download Link</a></li>
<li><a href="images/002.jpg">Download Link</a></li>
</ul>
</body>
</html>
Ready to run.
Test | Ops/sec | |
---|---|---|
raw |
| ready |
for |
| ready |
using end |
| ready |
for |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.