From 7afc3c88f968cfff6ee2254df52c3bcf96d3e8a9 Mon Sep 17 00:00:00 2001 From: Zejun Zhao Date: Wed, 12 Mar 2025 21:30:25 +0800 Subject: [PATCH] Clean up configs of schbench --- .../schbench/smp1/bench_results/p50_rps.yaml | 2 +- .../schbench/smp1/bench_results/p50_rps_smp1.yaml | 12 ------------ .../smp1/bench_results/p99_request_latency.yaml | 2 +- .../bench_results/p99_request_latency_smp1.yaml | 12 ------------ .../smp1/bench_results/p99_wakeup_latency.yaml | 2 +- .../bench_results/p99_wakeup_latency_smp1.yaml | 12 ------------ .../schbench/smp8/bench_results/p50_rps.yaml | 2 +- .../schbench/smp8/bench_results/p50_rps_smp8.yaml | 14 -------------- .../smp8/bench_results/p99_request_latency.yaml | 2 +- .../bench_results/p99_request_latency_smp8.yaml | 14 -------------- .../smp8/bench_results/p99_wakeup_latency.yaml | 2 +- .../bench_results/p99_wakeup_latency_smp8.yaml | 14 -------------- 12 files changed, 6 insertions(+), 84 deletions(-) delete mode 100644 test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.yaml delete mode 100644 test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.yaml delete mode 100644 test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.yaml delete mode 100644 test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.yaml delete mode 100644 test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.yaml delete mode 100644 test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.yaml diff --git a/test/benchmark/schbench/smp1/bench_results/p50_rps.yaml b/test/benchmark/schbench/smp1/bench_results/p50_rps.yaml index 17080eb4..906ea8ee 100644 --- a/test/benchmark/schbench/smp1/bench_results/p50_rps.yaml +++ b/test/benchmark/schbench/smp1/bench_results/p50_rps.yaml @@ -4,7 +4,7 @@ alert: chart: description: schbench -F 256 -n 5 -r 90 legend: P50 RPS of schbench on {system} - title: '[Scheduler] P50 RPS while max-loading the only CPU (SMP=1)' + title: '[Scheduler] P50 RPS while max-loading all CPUs (SMP=1)' unit: requests per second result_extraction: nth_occurrence: 3 diff --git a/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.yaml b/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.yaml deleted file mode 100644 index 17080eb4..00000000 --- a/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.yaml +++ /dev/null @@ -1,12 +0,0 @@ -alert: - bigger_is_better: true - threshold: 130% -chart: - description: schbench -F 256 -n 5 -r 90 - legend: P50 RPS of schbench on {system} - title: '[Scheduler] P50 RPS while max-loading the only CPU (SMP=1)' - unit: requests per second -result_extraction: - nth_occurrence: 3 - result_index: 3 - search_pattern: \* diff --git a/test/benchmark/schbench/smp1/bench_results/p99_request_latency.yaml b/test/benchmark/schbench/smp1/bench_results/p99_request_latency.yaml index 1e5cdbec..9c1ec6f3 100644 --- a/test/benchmark/schbench/smp1/bench_results/p99_request_latency.yaml +++ b/test/benchmark/schbench/smp1/bench_results/p99_request_latency.yaml @@ -4,7 +4,7 @@ alert: chart: description: schbench -F 256 -n 5 -r 90 legend: P99 request latency of schbench on {system} - title: '[Scheduler] P99 request latency while max-loading the only CPU (SMP=1)' + title: '[Scheduler] P99 request latency while max-loading all CPUs (SMP=1)' unit: "\xB5s" result_extraction: nth_occurrence: 2 diff --git a/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.yaml b/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.yaml deleted file mode 100644 index 1e5cdbec..00000000 --- a/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.yaml +++ /dev/null @@ -1,12 +0,0 @@ -alert: - bigger_is_better: false - threshold: 130% -chart: - description: schbench -F 256 -n 5 -r 90 - legend: P99 request latency of schbench on {system} - title: '[Scheduler] P99 request latency while max-loading the only CPU (SMP=1)' - unit: "\xB5s" -result_extraction: - nth_occurrence: 2 - result_index: 3 - search_pattern: \* diff --git a/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency.yaml b/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency.yaml index 0564166b..588d6f8a 100644 --- a/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency.yaml +++ b/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency.yaml @@ -4,7 +4,7 @@ alert: chart: description: schbench -F 256 -n 5 -r 90 legend: P99 wakeup latency of schbench on {system} - title: '[Scheduler] P99 wakeup latency while max-loading the only CPU (SMP=1)' + title: '[Scheduler] P99 wakeup latency while max-loading all CPUs (SMP=1)' unit: "\xB5s" result_extraction: nth_occurrence: 1 diff --git a/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.yaml b/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.yaml deleted file mode 100644 index 0564166b..00000000 --- a/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.yaml +++ /dev/null @@ -1,12 +0,0 @@ -alert: - bigger_is_better: false - threshold: 130% -chart: - description: schbench -F 256 -n 5 -r 90 - legend: P99 wakeup latency of schbench on {system} - title: '[Scheduler] P99 wakeup latency while max-loading the only CPU (SMP=1)' - unit: "\xB5s" -result_extraction: - nth_occurrence: 1 - result_index: 3 - search_pattern: \* diff --git a/test/benchmark/schbench/smp8/bench_results/p50_rps.yaml b/test/benchmark/schbench/smp8/bench_results/p50_rps.yaml index 83e16849..ae8ba8af 100644 --- a/test/benchmark/schbench/smp8/bench_results/p50_rps.yaml +++ b/test/benchmark/schbench/smp8/bench_results/p50_rps.yaml @@ -4,7 +4,7 @@ alert: chart: description: schbench -F 256 -n 5 -r 90 legend: P50 RPS of schbench on {system} - title: '[Scheduler] P50 RPS while max-loading the only CPU (SMP=8)' + title: '[Scheduler] P50 RPS while max-loading all CPUs (SMP=8)' unit: requests per second result_extraction: nth_occurrence: 3 diff --git a/test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.yaml b/test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.yaml deleted file mode 100644 index 83e16849..00000000 --- a/test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.yaml +++ /dev/null @@ -1,14 +0,0 @@ -alert: - bigger_is_better: true - threshold: 130% -chart: - description: schbench -F 256 -n 5 -r 90 - legend: P50 RPS of schbench on {system} - title: '[Scheduler] P50 RPS while max-loading the only CPU (SMP=8)' - unit: requests per second -result_extraction: - nth_occurrence: 3 - result_index: 3 - search_pattern: \* -runtime_config: - smp: 8 diff --git a/test/benchmark/schbench/smp8/bench_results/p99_request_latency.yaml b/test/benchmark/schbench/smp8/bench_results/p99_request_latency.yaml index 829a6d3a..593d0d3b 100644 --- a/test/benchmark/schbench/smp8/bench_results/p99_request_latency.yaml +++ b/test/benchmark/schbench/smp8/bench_results/p99_request_latency.yaml @@ -4,7 +4,7 @@ alert: chart: description: schbench -F 256 -n 5 -r 90 legend: P99 request latency of schbench on {system} - title: '[Scheduler] P99 request latency while max-loading the only CPU (SMP=8)' + title: '[Scheduler] P99 request latency while max-loading all CPUs (SMP=8)' unit: "\xB5s" result_extraction: nth_occurrence: 2 diff --git a/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.yaml b/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.yaml deleted file mode 100644 index 829a6d3a..00000000 --- a/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.yaml +++ /dev/null @@ -1,14 +0,0 @@ -alert: - bigger_is_better: false - threshold: 130% -chart: - description: schbench -F 256 -n 5 -r 90 - legend: P99 request latency of schbench on {system} - title: '[Scheduler] P99 request latency while max-loading the only CPU (SMP=8)' - unit: "\xB5s" -result_extraction: - nth_occurrence: 2 - result_index: 3 - search_pattern: \* -runtime_config: - smp: 8 diff --git a/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency.yaml b/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency.yaml index af3e2e31..0ef6fe4b 100644 --- a/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency.yaml +++ b/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency.yaml @@ -4,7 +4,7 @@ alert: chart: description: schbench -F 256 -n 5 -r 90 legend: P99 wakeup latency of schbench on {system} - title: '[Scheduler] P99 wakeup latency while max-loading the only CPU (SMP=8)' + title: '[Scheduler] P99 wakeup latency while max-loading all CPUs (SMP=8)' unit: "\xB5s" result_extraction: nth_occurrence: 1 diff --git a/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.yaml b/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.yaml deleted file mode 100644 index af3e2e31..00000000 --- a/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.yaml +++ /dev/null @@ -1,14 +0,0 @@ -alert: - bigger_is_better: false - threshold: 130% -chart: - description: schbench -F 256 -n 5 -r 90 - legend: P99 wakeup latency of schbench on {system} - title: '[Scheduler] P99 wakeup latency while max-loading the only CPU (SMP=8)' - unit: "\xB5s" -result_extraction: - nth_occurrence: 1 - result_index: 3 - search_pattern: \* -runtime_config: - smp: 8