We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9f59f commit 156a054Copy full SHA for 156a054
packages/cli/src/benchmark/main.ts
@@ -32,6 +32,7 @@ async function main() {
32
const _bench = new Bench({
33
time: 0, // @TODO: Temp value
34
iterations: 1, // @TODO: Temp value
35
+ throws: true,
36
});
37
38
const bench = process.env.CI === 'true' ? withCodSpeed(_bench) : _bench;
0 commit comments