-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Mirko Vukušić edited this page Apr 6, 2023
·
11 revisions
V1.2 is released (2023-07-04)! Find more about it in the ChangeLog.
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