performance-tester
v0.0.1
Published
A simple Javascript Performance Tester.
Downloads
3
Readme
performance
A simple Javascript Performance Tester.
Live Demo: https://barretlee.github.io/performance/test/
Run Demo
git clone https://github.com/barretlee/performance.git
cd performance/test;
open index.html;
And you can also download the code from npm.
npm install performance-tester;
Usage
new Performance({
query: '.item textarea',
timeout: 1000,
info: 'Click the code button, run tester.'
});
query
, the code will be run.timeout
, how long does code run.info
, tester descriptor before table.
LICENSE & Thank
MIT.
Thank for https://share.web-tinker.com/performance.js.