1.1.3 • Published 5 years ago

@mohism/bench v1.1.3

Weekly downloads
11
License
ISC
Repository
github
Last release
5 years ago

USAGE:

import MohismBench from '@mohism/bench';
// or const MohismBench = require('@mohism/bench')

const bench = new MohismBench();

bench
  .add('+number', function () {
    +'12345';
  })
  .add('Number.parseInt', function () {
    Number.parseInt('12345', 10);
  })
  .run();
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago