performance-tester

0.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i performance-tester

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • barretlee