Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.