Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyranet/benchmarks
A personal benchmark suite and archive for all kinds of experiments
https://github.com/kyranet/benchmarks
Last synced: 7 days ago
JSON representation
A personal benchmark suite and archive for all kinds of experiments
- Host: GitHub
- URL: https://github.com/kyranet/benchmarks
- Owner: kyranet
- License: apache-2.0
- Created: 2023-05-03T07:29:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:51:47.000Z (11 months ago)
- Last Synced: 2024-10-15T03:56:18.044Z (23 days ago)
- Language: JavaScript
- Size: 2.05 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchmark Suites
This is a personal repository I use to benchmark various things and archive old code so it can be re-run in the future.
To add a new test, simply add a new file in the `tests` directory following [`vitest`'s benchmark reference](https://vitest.dev/api/#bench). You can run it using the name of the directory, for example `tests/email.bench.mjs` can be run with `yarn bench email` or `yarn vitest bench --run email`.