2023-06-19 10:50:29 +00:00
|
|
|
## Benchmarks script
|
|
|
|
|
|
|
|
|
|
This folder contains a convenience script for running benchmarks and performing comparisons. It can
|
2025-07-31 15:17:27 +00:00
|
|
|
be run via `pnpm benchmarks`. See command line help for possible commands.
|
2023-06-19 10:50:29 +00:00
|
|
|
|
|
|
|
|
The benchmark script is used in conjunction with the benchmark compare GitHub actions workflow, allowing
|
|
|
|
|
organization members to initiate a benchmark comparison via a GitHub comment in a PR.
|
|
|
|
|
|
|
|
|
|
### Docs
|
|
|
|
|
|
2024-06-14 21:23:00 +00:00
|
|
|
See .
|