Skip to content

Commit 98c8938

Browse files
committed
Remove temp restriction
1 parent 94f7fbe commit 98c8938

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nodes-base/test/benchmark.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ async function main() {
1313
const nodeTypes = setup(tests);
1414
const bench = withCodSpeed(new Bench({ time: 0, iterations: 1 })); // @TODO temp config
1515

16-
// for (const test of tests) {
17-
for (const test of tests.slice(0, 1)) {
16+
for (const test of tests) {
1817
bench.add(test.description, async () => {
1918
await executeWorkflow(test, nodeTypes);
2019
});

0 commit comments

Comments
 (0)