Skip to content

Commit 56afb85

Browse files
committed
perf(sysbench): add baseline KPI config
Add baseline KPIs for CPU/Memory/Threads/Mutex averages. Document thread-key naming used by the gate evaluator. Enable PASS/FAIL comparisons using delta threshold in run.sh. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 7aa3348 commit 56afb85

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Sysbench_Performance baseline (key=value)
2+
# Notes:
3+
# - time_sec: lower is better
4+
# - mem_mbps / io_mbps: higher is better
5+
# - Keep units consistent with parser outputs (MB/sec or MiB/sec). If you have GB/sec, convert to MB/sec.
6+
# Threads=1 baselines
7+
cpu_time_sec.t1=3.67
8+
memory_mem_mbps.t1=3980
9+
threads_time_sec.t1=3.64
10+
mutex_time_sec.t1=0.0052
11+
12+
# File I/O style KPIs (seq/rnd read/write) — store as MB/sec for gating consistency
13+
fileio_seqwr_mbps.t1=0.4
14+
fileio_seqrd_mbps.t1=28.6
15+
fileio_rndwr_mbps.t1=0.61
16+
# fileio_rndrd_mbps.t1=__FILL_ME__

0 commit comments

Comments
 (0)