https://github.com/alopezsanchez/web-tooling-benchmark-generator
CLI tools to generate new benchmarks in v8/web-tooling-benchmark.
https://github.com/alopezsanchez/web-tooling-benchmark-generator
benchmark cli generator node nodejs tools v8 v8js
Last synced: 6 months ago
JSON representation
CLI tools to generate new benchmarks in v8/web-tooling-benchmark.
- Host: GitHub
- URL: https://github.com/alopezsanchez/web-tooling-benchmark-generator
- Owner: alopezsanchez
- License: mit
- Created: 2018-03-23T12:08:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T08:50:48.000Z (8 months ago)
- Last Synced: 2024-11-06T20:03:20.605Z (6 months ago)
- Topics: benchmark, cli, generator, node, nodejs, tools, v8, v8js
- Language: JavaScript
- Homepage: https://v8.github.io/web-tooling-benchmark/
- Size: 361 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Web tooling benchmark generator
[](https://badge.fury.io/js/web-tooling-benchmark-generator)
[](https://travis-ci.org/alopezsanchez/web-tooling-benchmark-generator)
[](https://snyk.io/test/github/alopezsanchez/web-tooling-benchmark-generator?targetFile=package.json)
[](https://github.com/prettier/prettier)CLI tool to generate new benchmarks in the [v8/web-tooling-benchmark](https://github.com/v8/web-tooling-benchmark) repository.
This tool:
* Checks that the user is in the [v8/web-tooling-benchmark](https://github.com/v8/web-tooling-benchmark) repository.
* Checks if the new library already has a benchmark.
* Installs the new library with `npm i --save-exact`.
* Generates the benchmark and benchmark test files with the naming convention.
* Creates a new section in the documentation file.
* Updates the target list (list of runnable benchmarks).## Demo
![]()
## Installation
```bash
$ npm i -g web-tooling-benchmark-generator
```## Usage
Inside your [v8/web-tooling-benchmark](https://github.com/v8/web-tooling-benchmark) clone:
```bash
$ wtb-generate
```## Contributing
Any contribution is welcomed. Please, submit a Pull Request!
## License
MIT. See [License](LICENSE).