As some of you probably noticed jsperf is down for some time. But I still need to profile my Javascripts. Is there any possibility to do comparison tests ideally without the hel
I decided to build tool like this. First public beta is at https://jsbench.me
EDIT: 2020-07-12 - v1 released
I like https://perf.zone because it supports NPM modules and looks neat.
You might also take a look at http://www.jsbenchmarks.com/?anywhichway/union/master/benchmark.js
Even though jsperf is online, if you still want to look at alternatives, I found http://jsben.ch/#/index to be quite useful and well designed.
There is also https://www.measurethat.net/ which allows you to create and run javascript benchmarks
I have incidentally come to know http://jsbench.github.io/.
It clearly reminds of good ol' jsperf.
You can save your benchmark, share them and they keep track of per-browser performance.
Here is one I just made up: For loop benchmark
(As a side note, you can only save a benchmark if you have a github account.)