项目作者: psiho

项目描述 :
jsbench.me - JavaScript performance benchmarking playground
高级语言:
项目地址: git://github.com/psiho/jsbench-me.git
创建时间: 2017-02-09T00:24:24Z
项目社区:https://github.com/psiho/jsbench-me

开源协议:

下载




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)