ci: Fix performance step in CI (#9925)

This commit is contained in:
Manuel
2025-11-09 13:30:23 +01:00
committed by GitHub
parent d94f348d86
commit 36e166cc81
3 changed files with 10 additions and 10 deletions

View File

@@ -341,7 +341,7 @@ Performance benchmarks are located in [`benchmark/performance.js`](benchmark/per
4. **Test locally**: Run the benchmarks locally to verify they work:
```bash
npm run benchmark:quick # Quick test with 10 iterations
npm run benchmark # Full test with 1,000 iterations
npm run benchmark # Full test with 10,000 iterations
```
For new features where no baseline exists, the CI will establish new benchmarks that future PRs will be compared against.