From 71896b507a41bac775c0d1c8169ac7ba7084ea4b Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 23 Jan 2026 12:53:29 +0000 Subject: [PATCH] Add data_export/run_performance_data.csv --- data_export/run_performance_data.csv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data_export/run_performance_data.csv diff --git a/data_export/run_performance_data.csv b/data_export/run_performance_data.csv new file mode 100644 index 0000000..88a1942 --- /dev/null +++ b/data_export/run_performance_data.csv @@ -0,0 +1,7 @@ +run_id,mode,pinned_duration,unpinned_duration,latency,p95_latency,p99_latency,seqcount_retry_corr,clocksource_switch_count,analysis_hash,timestamp +0,pinned,0,0,0,0,0,0,0,analysis_hash_1,2026-01-23T12:53:17.387Z +1,unpinned,1,1,1,1,1,1,1,analysis_hash_2,2026-01-23T12:53:18.185Z +2,pinned,2,2,2,2,2,2,2,analysis_hash_3,2026-01-23T12:53:19.431Z +3,unpinned,3,3,3,3,3,3,3,analysis_hash_4,2026-01-23T12:53:20.283Z +4,pinned,4,4,4,4,4,4,4,analysis_hash_5,2026-01-23T12:53:21.171Z +5,unpinned,5,5,5,5,5,5,5,analysis_hash_6,2026-01-23T12:53:22.166Z \ No newline at end of file