Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove 1K suites due to OOM in conjunction with 1K tests per suite
  • Loading branch information
rluvaton committed Jul 26, 2023
commit d9e9b1cb82f53f424d83f7edc8b37eb31bfc19ad
2 changes: 1 addition & 1 deletion benchmark/test_runner/suite-tests-as-fast-as-can.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const reporter = require('../fixtures/empty-test-reporter');
const { describe, it } = require('node:test');

const bench = common.createBenchmark(main, {
numberOfSuites: [10, 100, 1000],
numberOfSuites: [10, 100],
testsPerSuite: [10, 100, 1000],
}, {
// We don't want to test the reporter here
Expand Down