We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f7fbe commit 98c8938Copy full SHA for 98c8938
packages/nodes-base/test/benchmark.ts
@@ -13,8 +13,7 @@ async function main() {
13
const nodeTypes = setup(tests);
14
const bench = withCodSpeed(new Bench({ time: 0, iterations: 1 })); // @TODO temp config
15
16
- // for (const test of tests) {
17
- for (const test of tests.slice(0, 1)) {
+ for (const test of tests) {
18
bench.add(test.description, async () => {
19
await executeWorkflow(test, nodeTypes);
20
});
0 commit comments