matcha icon indicating copy to clipboard operation
matcha copied to clipboard

A caffeine driven, simplistic approach to benchmarking.

Results 17 matcha issues
Sort by recently updated
recently updated
newest added

There is a small typo in README.md, lib/matcha/bench.js. Should read `asynchronous` rather than `asyncronous`.

Bumps [electron](https://github.com/electron/electron) from 0.4.1 to 9.1.0. Release notes Sourced from electron's releases. electron v9.1.0 Release Notes for v9.1.0 Features Added support for MessagePort in the main process. #24323 Added support...

dependencies

The first `bench` call always seems to be slower than other tests. I've included a simple test case below. benchmark.js: ``` js require('matcha'); [1, 2, 3, 4].forEach((num) => { suite(`Benchmark...

Add `--require` option to require additional modules: ``` bash $ matcha suite1.js suite2.js --require babel-core/register ``` See #14.

The version in `lib/matcha.js` isn't up to date. Use the version from `package.json` - only one place for maintaining. 😉

It'd be good to be able to require extra stuff before the run so you could, for example, load a file that monkey patches generator support onto it.

Bug in demonstration code

[email protected] raises a deprecation notice. Updating to 0.2.0 would solved it. ``` child_process: customFds option is deprecated, use stdio instead. ```

This small change to the code example in the readme improves reading and syntax highlighting.