Skip to content

Commit e0fa6cf

Browse files
committed
[benchmark] Update lit test for variable sampling
1 parent a24d0ff commit e0fa6cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/benchmark/Benchmark_O.test.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN: --check-prefix LOGHEADER \
110110
RUN: --check-prefix LOGBENCH
111111
LOGHEADER-LABEL: #,TEST,SAMPLES,MIN(μs),MAX(μs),MEAN(μs),SD(μs),MEDIAN(μs)
112112
LOGBENCH: {{[0-9]+}},
113-
NUMITERS1: AngryPhonebook,1
113+
NUMITERS1: AngryPhonebook,{{[0-9]+}}
114114
NUMITERS1-NOT: 0,0,0,0,0
115115
LOGBENCH-SAME: ,{{[0-9]+}},{{[0-9]+}},{{[0-9]+}},{{[0-9]+}},{{[0-9]+}}
116116
````
@@ -153,7 +153,8 @@ CONFIG: NumSamples: 2
153153
CONFIG: Tests Filter: ["1", "Ackermann", "1", "AngryPhonebook"]
154154
CONFIG: Tests to run: Ackermann, AngryPhonebook
155155
LOGFORMAT: #,TEST,SAMPLES,MIN(μs),𝚫MEDIAN,𝚫MAX,MAX_RSS(B)
156-
LOGVERBOSE-LABEL: Running Ackermann for 2 samples.
156+
LOGVERBOSE-LABEL: Running Ackermann
157+
LOGVERBOSE: Collecting 2 samples.
157158
LOGVERBOSE: Measuring with scale {{[0-9]+}}.
158159
LOGVERBOSE: Sample 0,{{[0-9]+}}
159160
LOGVERBOSE: Sample 1,{{[0-9]+}}
@@ -163,7 +164,8 @@ MEASUREENV: VCS {{[0-9]+}} - {{[0-9]+}} = {{[0-9]+}}
163164
RUNJUSTONCE-LABEL: 1,Ackermann
164165
RUNJUSTONCE-NOT: 1,Ackermann
165166
LOGFORMAT: ,{{[0-9]+}},{{[0-9]+}},,{{[0-9]+}},{{[0-9]+}}
166-
LOGVERBOSE-LABEL: Running AngryPhonebook for 2 samples.
167+
LOGVERBOSE-LABEL: Running AngryPhonebook
168+
LOGVERBOSE: Collecting 2 samples.
167169
````
168170

169171
Verify the specified delimiter is used when logging to console. The non-verbose

0 commit comments

Comments
 (0)