jaybill / stool

a JavaScript benchmarking utility

Home Page:https://albertxing.github.io/stool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stool

a JavaScript benchmarking utility

Motivation

jsPerf has been running into some spam issues lately, and I decided to create a similar tool that was simpler and completely server-free.

Disadvantages compared to jsPerf

  • does not offer methods to save or share results Added! See #2
  • does not keep record of performance across different systems

Advantages

  • 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)

Acknowledgements

Contributing

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.

About

a JavaScript benchmarking utility

https://albertxing.github.io/stool

License:MIT License


Languages

Language:JavaScript 98.3%Language:HTML 1.2%Language:CSS 0.5%