We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431d511 commit eed8423Copy full SHA for eed8423
1 file changed
.github/instructions/benchmark.instructions.md
@@ -11,6 +11,8 @@ applyTo: '**/*.benchmark.ts'
11
- Use `-t` to get the path, then:
12
- `npm run benchmark -- -s "<path>" out-test/benchmark/Event.benchmark.js`
13
14
+When writing instructions, use `RuntimeCase` to measure pure runtime in ms, use `ThroughputRuntimeCase` when measuring throughput in MB/s.
15
+
16
Notes:
17
- Benchmarks run from built JS in `out-test/benchmark/*.benchmark.js`.
18
- Keep `NODE_PATH=./out` (handled by the npm script).
0 commit comments