-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Mirko Vukušić edited this page Feb 22, 2021
·
11 revisions
v1.1 started. Leave feature requests in Issues or Discussions for a chance to include those in the next release
V1 is out (2020-07-12)! Complete rewrite done. Find more about it in the ChangeLog. Bug reports and feature requests needed!
Jsbench.me is performance benchmarking playground for JavaScript, heavily inspired and influenced by jsperf.com and jsfiddle.net. It uses Benchmarkjs.com to execute test suites.
Execute and compare execution speed of different JavaScript code snippets. Share it and collaborate with others online through simple and short URL.
- including external libraries - JQuery vs native selector
- testing async code with
deferred.resolve()
- setTimeout - using Setup JavaScript to prepare test environment - map vs for loop