a JavaScript benchmarking utility
jsPerf has been running into some spam issues lately, so I decided to create a similar tool that was simpler and completely server-free.
- does not keep record of performance across different browsers and systems
does not offer methods to save or share resultsAdded! See #2
- no need for logins / name & email / reCAPTCHA
- "always" up
- only uses static resources*, so easy to serve locally & works offline (just open the HTML file)
- fast!
* I make a single external request for page view analysis
- built using Benchmark.JS
There are still many features that are missing - please create issues and submit pull requests if you'd like to contribute! Any help is appreciated.