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: 12 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T04:42:37.000Z (over 1 year ago)
- Last Synced: 2025-06-10T21:10:28.696Z (about 1 year ago)
- Topics: benchmark, cli, generator, node, nodejs, tools, v8, v8js
- Language: JavaScript
- Homepage: https://v8.github.io/web-tooling-benchmark/
- Size: 393 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
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).