From 86a6db28d8f2102a0d294fe21cd4407d3667be73 Mon Sep 17 00:00:00 2001 From: Michael Schimmel Date: Mon, 2 Mar 2026 00:32:15 +0100 Subject: [PATCH] Update pipeline.myc --- examples/pipeline.myc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/pipeline.myc b/examples/pipeline.myc index 24d19b9..4cf65a4 100644 --- a/examples/pipeline.myc +++ b/examples/pipeline.myc @@ -1,4 +1,6 @@ -;; Output: (does not matter) +;; Benchmark: 2.0us +;; Benchmark-Repeat: 1015 +;; Output: PipelineNode[last: Some(110.45243843391206)] (do (def src1 (create-random-ohlc 42 3))