1.1.3 • Published 4 years ago

@mohism/bench v1.1.3

Weekly downloads
11
License
ISC
Repository
github
Last release
4 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

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago