Skip to content

Commit

Permalink
perf: Test variance for expression evaluation benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed May 13, 2024
1 parent a9ea2fe commit b263c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/workflow/test/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { baseFixtures } from './ExpressionFixtures/base';
import { evaluate } from './evaluate';
import type { INodeExecutionData } from '@/index';

// test

function addExpressionEvaluationTasks(bench: Bench) {
for (const fixture of baseFixtures) {
for (const test of fixture.tests) {
Expand Down

0 comments on commit b263c0f

Please sign in to comment.