https://github.com/jaybosamiya/benchify
A tool for declaratively specifying and running benchmarks of different tools against various tests
https://github.com/jaybosamiya/benchify
Last synced: over 1 year ago
JSON representation
A tool for declaratively specifying and running benchmarks of different tools against various tests
- Host: GitHub
- URL: https://github.com/jaybosamiya/benchify
- Owner: jaybosamiya
- License: bsd-3-clause
- Created: 2020-10-16T20:56:27.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T05:40:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T13:04:22.541Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchify
A tool for declaratively specifying and running benchmarks of
different tools against various tests. For an example declaration, see
[`./test.toml`](./test.toml).
A template for the accepted declarative specification, along with
instructions can be produced using `benchify --template`.
## License
BSD 3-Clause License. See [LICENSE](./LICENSE).