• Stars
    star
    137
  • Rank 259,850 (Top 6 %)
  • Language
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jsbench.me - JavaScript performance benchmarking playground


With the increasing number of users, hosting costs are also rising. Please consider supporting the project to avoid ads or paid functionalities. Patreon link is on the right. Thank you!


jsbench.me - JavaScript performance benchmarking playground

This is a public Wiki & issue tracker for jsbench.me project.

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.

Now you can execute and compare execution speed of different JavaScript code snippets, but also share it and collaborate with others online through simple and short URL.

screenshot

Features:

  • Free to use
  • Create multiple tests in Suitecase.
  • sort & resize test
  • run individual tests
  • "Setup JavaScript" and "teardown JavaScript" to execute before and after each test run.
  • "Setup HTML" to test DOM manipulation.
  • Include external libraries through simple <SCRIPT> tag in "Setup HTML"
  • Test run in sanboxed Iframe to increase security
  • Test suite versioning
  • Fork test sutes
  • List user's public test suites
  • Fast and efficient UI built as single page app (Reactjs/Mobx)
  • Reliable and scalable infrastructure, mostly Amazon AWS (Cognito user pool, API Gateway, Lambda, DynamoDB)