n8n-io
n8n
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat(core): Add execution source telemetry (no-changelog) (backport to release-candidate/2.22.x)
#31376
Merged
Comparing
backport-31133-to-release-candidate/2.22.x
(
d6f3b15
) with
release-candidate/2.22.x
(
4261116
)
CodSpeed Performance Gauge
-7%
Improvement
1
Regression
1
Untouched
30
No successful run was found on
release-candidate/2.22.x
(
3368789
) during the generation of this report, so
master
(
4261116
) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
Improvement
Untouched
32 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm micro: Script Compilation - cache hit (repeated expression)
packages/testing/performance/benchmarks/expression-engine/micro.bench.ts
CodSpeed Performance Gauge
-23%
391.2 µs
505.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm micro: Data Complexity - deep access (depth 6)
packages/testing/performance/benchmarks/expression-engine/micro.bench.ts
CodSpeed Performance Gauge
+11%
316.4 µs
283.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm micro: Data Complexity - shallow access (depth 1)
packages/testing/performance/benchmarks/expression-engine/micro.bench.ts
CodSpeed Performance Gauge
+9%
316 µs
289.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm micro: Array Element Access - single element
packages/testing/performance/benchmarks/expression-engine/micro.bench.ts
CodSpeed Performance Gauge
+9%
308.6 µs
282.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm micro: Array Element Access - map 100 elements
packages/testing/performance/benchmarks/expression-engine/micro.bench.ts
CodSpeed Performance Gauge
+9%
309.9 µs
284.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm micro: Script Compilation - cache miss (unique expressions)
packages/testing/performance/benchmarks/expression-engine/micro.bench.ts
CodSpeed Performance Gauge
+7%
1.7 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Nested Property - depth 3
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+3%
1.7 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Conditional - nullish coalescing
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Array Iteration - filter 100 items
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
+1%
1.1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Extension Call - isEmpty
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Array Iteration - map 100 items
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
+1%
1.1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Simple Property - small data
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
2.2 ms
2.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Simple Property - medium data
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Simple Property - large data
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Extension Call - toUpperCase
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Extension Call - toUpperCase
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
+1%
1.1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Nested Property - depth 3
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
+1%
1.1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Conditional - ternary
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Simple Property - medium data
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
+1%
1.4 ms
1.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Nested Property - depth 4
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
+1%
1.6 ms
1.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Simple Property - small data
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
0%
1.4 ms
1.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Array Iteration - filter 100 items
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
0%
16.9 ms
16.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Array Iteration - filter+map 100 items
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
0%
1.1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
vm: Array Iteration - map 10k items
packages/testing/performance/benchmarks/expression-engine/patterns-vm.bench.ts
CodSpeed Performance Gauge
0%
643.4 ms
644.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
legacy: Conditional - nullish coalescing
packages/testing/performance/benchmarks/expression-engine/patterns-legacy.bench.ts
CodSpeed Performance Gauge
0%
1.1 ms
1.1 ms
1
2
Commits
Click on a commit to change the comparison range
Base
master
4261116
-7.08%
feat(core): Add execution source telemetry (no-changelog) (#31133)
d6f3b15
2 days ago
by aalises
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs