Skip to content

Commit 3d90f2c

Browse files
committed
Performance: Tiotest: align baseline keys with runner metrics
Update Tiotest baseline configuration to match runner metric naming. - Ensure {seqwr,seqrd,rndwr,rndrd}_{mbps,iops} keys align with emitted metrics - Preserve existing threshold intent; no change in performance expectations Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 2c7fcd5 commit 3d90f2c

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Tiotest baseline (key=value), compatible with perf_baseline_get_value()
2+
# Format:
3+
# tiotest.<threads>.<metric>.baseline=...
4+
# tiotest.<threads>.<metric>.goal=...
5+
# tiotest.<threads>.<metric>.op=>=|<=|...
6+
tiotest.1.seqwr_mbps.baseline=180
7+
tiotest.1.seqwr_mbps.goal=180
8+
tiotest.1.seqwr_mbps.op=>=
9+
10+
tiotest.1.seqrd_mbps.baseline=800
11+
tiotest.1.seqrd_mbps.goal=800
12+
tiotest.1.seqrd_mbps.op=>=
13+
14+
tiotest.1.rndwr_mbps.baseline=45
15+
tiotest.1.rndwr_mbps.goal=45
16+
tiotest.1.rndwr_mbps.op=>=
17+
18+
tiotest.1.rndwr_iops.baseline=11000
19+
tiotest.1.rndwr_iops.goal=11000
20+
tiotest.1.rndwr_iops.op=>=
21+
22+
tiotest.1.rndrd_mbps.baseline=50
23+
tiotest.1.rndrd_mbps.goal=50
24+
tiotest.1.rndrd_mbps.op=>=
25+
26+
tiotest.1.rndrd_iops.baseline=12000
27+
tiotest.1.rndrd_iops.goal=12000
28+
tiotest.1.rndrd_iops.op=>=
29+
30+
tiotest.4.seqwr_mbps.baseline=500
31+
tiotest.4.seqwr_mbps.goal=500
32+
tiotest.4.seqwr_mbps.op=>=
33+
34+
tiotest.4.seqrd_mbps.baseline=1200
35+
tiotest.4.seqrd_mbps.goal=1200
36+
tiotest.4.seqrd_mbps.op=>=
37+
38+
tiotest.4.rndwr_mbps.baseline=80
39+
tiotest.4.rndwr_mbps.goal=80
40+
tiotest.4.rndwr_mbps.op=>=
41+
42+
tiotest.4.rndwr_iops.baseline=30000
43+
tiotest.4.rndwr_iops.goal=30000
44+
tiotest.4.rndwr_iops.op=>=
45+
46+
tiotest.4.rndrd_mbps.baseline=90
47+
tiotest.4.rndrd_mbps.goal=90
48+
tiotest.4.rndrd_mbps.op=>=
49+
50+
tiotest.4.rndrd_iops.baseline=32000
51+
tiotest.4.rndrd_iops.goal=32000
52+
tiotest.4.rndrd_iops.op=>=

0 commit comments

Comments
 (0)