From 8a27f7a3b57704d5e71952be1d55069745150ffe Mon Sep 17 00:00:00 2001 From: Fabing Li Date: Mon, 23 Dec 2024 07:50:03 +0000 Subject: [PATCH] Clarify the naming conventions under benchmark/schbench/ --- test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.json | 2 +- .../schbench/smp1/bench_results/p99_request_latency_smp1.json | 2 +- .../schbench/smp1/bench_results/p99_wakeup_latency_smp1.json | 2 +- .../smp8/bench_results/{p50_rps_smp1.json => p50_rps_smp8.json} | 2 +- ..._request_latency_smp1.json => p99_request_latency_smp8.json} | 2 +- ...99_wakeup_latency_smp1.json => p99_wakeup_latency_smp8.json} | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename test/benchmark/schbench/smp8/bench_results/{p50_rps_smp1.json => p50_rps_smp8.json} (96%) rename test/benchmark/schbench/smp8/bench_results/{p99_request_latency_smp1.json => p99_request_latency_smp8.json} (94%) rename test/benchmark/schbench/smp8/bench_results/{p99_wakeup_latency_smp1.json => p99_wakeup_latency_smp8.json} (94%) diff --git a/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.json b/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.json index 200ecfc68..074b108f0 100644 --- a/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.json +++ b/test/benchmark/schbench/smp1/bench_results/p50_rps_smp1.json @@ -9,7 +9,7 @@ "result_index": 3 }, "chart": { - "title": "[Scheduler] P50 RPS while max-loading the only CPU", + "title": "[Scheduler] P50 RPS while max-loading the only CPU (SMP=1)", "description": "schbench -F 256 -n 5 -r 90", "unit": "requests per second", "legend": "P50 RPS of schbench on {system}" diff --git a/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.json b/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.json index 2331603df..c4b5c7b0c 100644 --- a/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.json +++ b/test/benchmark/schbench/smp1/bench_results/p99_request_latency_smp1.json @@ -9,7 +9,7 @@ "result_index": 3 }, "chart": { - "title": "[Scheduler] P99 request latency while max-loading the only CPU", + "title": "[Scheduler] P99 request latency while max-loading the only CPU (SMP=1)", "description": "schbench -F 256 -n 5 -r 90", "unit": "\u00b5s", "legend": "P99 request latency of schbench on {system}" diff --git a/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.json b/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.json index 134a0c6b3..0fabc1526 100644 --- a/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.json +++ b/test/benchmark/schbench/smp1/bench_results/p99_wakeup_latency_smp1.json @@ -9,7 +9,7 @@ "result_index": 3 }, "chart": { - "title": "[Scheduler] P99 wakeup latency while max-loading the only CPU", + "title": "[Scheduler] P99 wakeup latency while max-loading the only CPU (SMP=1)", "description": "schbench -F 256 -n 5 -r 90", "unit": "\u00b5s", "legend": "P99 wakeup latency of schbench on {system}" diff --git a/test/benchmark/schbench/smp8/bench_results/p50_rps_smp1.json b/test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.json similarity index 96% rename from test/benchmark/schbench/smp8/bench_results/p50_rps_smp1.json rename to test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.json index ee7d76adc..19305d13d 100644 --- a/test/benchmark/schbench/smp8/bench_results/p50_rps_smp1.json +++ b/test/benchmark/schbench/smp8/bench_results/p50_rps_smp8.json @@ -9,7 +9,7 @@ "result_index": 3 }, "chart": { - "title": "[Scheduler] P50 RPS while max-loading the only CPU", + "title": "[Scheduler] P50 RPS while max-loading the only CPU (SMP=8)", "description": "schbench -F 256 -n 5 -r 90", "unit": "requests per second", "legend": "P50 RPS of schbench on {system}" diff --git a/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp1.json b/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.json similarity index 94% rename from test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp1.json rename to test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.json index 98aa36acf..3088310c2 100644 --- a/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp1.json +++ b/test/benchmark/schbench/smp8/bench_results/p99_request_latency_smp8.json @@ -9,7 +9,7 @@ "result_index": 3 }, "chart": { - "title": "[Scheduler] P99 request latency while max-loading the only CPU", + "title": "[Scheduler] P99 request latency while max-loading the only CPU (SMP=8)", "description": "schbench -F 256 -n 5 -r 90", "unit": "\u00b5s", "legend": "P99 request latency of schbench on {system}" diff --git a/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp1.json b/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.json similarity index 94% rename from test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp1.json rename to test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.json index 2ea5eb06d..210a6baf2 100644 --- a/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp1.json +++ b/test/benchmark/schbench/smp8/bench_results/p99_wakeup_latency_smp8.json @@ -9,7 +9,7 @@ "result_index": 3 }, "chart": { - "title": "[Scheduler] P99 wakeup latency while max-loading the only CPU", + "title": "[Scheduler] P99 wakeup latency while max-loading the only CPU (SMP=8)", "description": "schbench -F 256 -n 5 -r 90", "unit": "\u00b5s", "legend": "P99 wakeup latency of schbench on {system}"