Skip to content

Commit dfd9761

Browse files
author
MStarRobotics
committed
Publish verification chart indexes and summaries
1 parent 2d53065 commit dfd9761

18 files changed

Lines changed: 404 additions & 0 deletions

DataAnalysisExpert/chart_index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Command Chart Index
2+
3+
This index ties the summary CSV to the generated SVG charts.
4+
5+
- Total commands: 16
6+
- Pass: 16
7+
- Fail: 0
8+
- Timeout: 0
9+
10+
## Dataset
11+
- Label: command
12+
13+
## Chart Pipeline
14+
15+
```mermaid
16+
flowchart TD
17+
A["DataAnalysisExpert/command_run_summary.csv\ncommand summary rows"] --> B["generate_command_charts.py\nCSV reader + SVG renderer"]
18+
B --> C["command_status_counts.svg\nstatus distribution"]
19+
B --> D["command_duration_by_target.svg\nduration by entry"]
20+
B --> E["chart_index.md\nchart index"]
21+
C --> E
22+
D --> E
23+
```
24+
25+
## Generated Graph Files
26+
- command_status_counts.svg
27+
- command_duration_by_target.svg
28+
29+
## Source
30+
- DataAnalysisExpert/command_run_summary.csv
Lines changed: 54 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
target,status,exit_code,duration_sec,timeout_sec,log_file
2+
dmdbench-build,pass,0,5,30,DataAnalysisExpert/command_logs/dmdbench-build_20260321_112909.log
3+
bench-latest,pass,0,27,1800,DataAnalysisExpert/command_logs/bench-latest_20260321_112914.log
4+
bench-compatible,pass,0,216,1800,DataAnalysisExpert/command_logs/bench-compatible_20260321_112941.log
5+
bench-both,pass,0,195,1800,DataAnalysisExpert/command_logs/bench-both_20260321_113317.log
6+
analyze-both,pass,0,1,180,DataAnalysisExpert/command_logs/analyze-both_20260321_113632.log
7+
trace,pass,0,5,300,DataAnalysisExpert/command_logs/trace_20260321_113633.log
8+
switch-bench,pass,0,35,300,DataAnalysisExpert/command_logs/switch-bench_20260321_113638.log
9+
not-done,pass,0,589,3600,DataAnalysisExpert/command_logs/not-done_20260321_113713.log
10+
not-done-perfetto,pass,0,72,3600,DataAnalysisExpert/command_logs/not-done-perfetto_20260321_114702.log
11+
runtime-libs,pass,0,43,900,DataAnalysisExpert/command_logs/runtime-libs_20260321_114814.log
12+
dub-pgo,pass,0,238,1800,DataAnalysisExpert/command_logs/dub-pgo_20260321_114857.log
13+
broader-gist,pass,0,263,3600,DataAnalysisExpert/command_logs/broader-gist_20260321_115255.log
14+
strict-perf-probe,pass,0,2,300,DataAnalysisExpert/command_logs/strict-perf-probe_20260321_115718.log
15+
linux-gap-close,pass,0,0,1800,DataAnalysisExpert/command_logs/linux-gap-close_20260321_115720.log
16+
build-parser-threaded-dmd,pass,0,1,1800,DataAnalysisExpert/command_logs/build-parser-threaded-dmd_20260321_115720.log
17+
parser-thread-compare,pass,0,40,900,DataAnalysisExpert/command_logs/parser-thread-compare_20260321_115721.log
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
target,status,exit_code,duration_sec,timeout_sec,log_file
2+
analyze-both,fail,2,1,90,DataAnalysisExpert/command_logs/analyze-both_20260319_134721.log
3+
bench-both,timeout,124,60,60,DataAnalysisExpert/command_logs/bench-both_20260319_134621.log
4+
bench-compatible,timeout,124,60,60,DataAnalysisExpert/command_logs/bench-compatible_20260319_134521.log
5+
bench-latest,timeout,124,60,60,DataAnalysisExpert/command_logs/bench-latest_20260319_134421.log
6+
broader-gist,timeout,124,120,120,DataAnalysisExpert/command_logs/broader-gist_20260319_135303.log
7+
build-parser-threaded-dmd,pass,0,1,120,DataAnalysisExpert/command_logs/build-parser-threaded-dmd_20260319_135504.log
8+
dmdbench-build,fail,2,1,30,DataAnalysisExpert/command_logs/dmdbench-build_20260319_134420.log
9+
dub-pgo,timeout,124,91,90,DataAnalysisExpert/command_logs/dub-pgo_20260319_135132.log
10+
linux-gap-close,fail,2,0,90,DataAnalysisExpert/command_logs/linux-gap-close_20260319_135504.log
11+
not-done,timeout,124,120,120,DataAnalysisExpert/command_logs/not-done_20260319_134821.log
12+
not-done-perfetto,pass,0,2,120,DataAnalysisExpert/command_logs/not-done-perfetto_20260319_135021.log
13+
parser-thread-compare,pass,0,35,120,DataAnalysisExpert/command_logs/parser-thread-compare_20260319_135505.log
14+
runtime-libs,pass,0,46,90,DataAnalysisExpert/command_logs/runtime-libs_20260319_135046.log
15+
strict-perf-probe,fail,2,1,90,DataAnalysisExpert/command_logs/strict-perf-probe_20260319_135503.log
16+
switch-bench,pass,0,50,90,DataAnalysisExpert/command_logs/switch-bench_20260319_134731.log
17+
trace,pass,0,9,90,DataAnalysisExpert/command_logs/trace_20260319_134722.log
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Command Chart Index
2+
3+
This index ties the summary CSV to the generated SVG charts.
4+
5+
- Total commands: 16
6+
- Pass: 16
7+
- Fail: 0
8+
- Timeout: 0
9+
10+
## Dataset
11+
- Label: full
12+
13+
## Chart Pipeline
14+
15+
```mermaid
16+
flowchart TD
17+
A["DataAnalysisExpert/command_run_summary.csv\ncommand summary rows"] --> B["generate_command_charts.py\nCSV reader + SVG renderer"]
18+
B --> C["full_status_counts.svg\nstatus distribution"]
19+
B --> D["full_duration_by_target.svg\nduration by entry"]
20+
B --> E["full_chart_index.md\nchart index"]
21+
C --> E
22+
D --> E
23+
```
24+
25+
## Generated Graph Files
26+
- full_status_counts.svg
27+
- full_duration_by_target.svg
28+
29+
## Source
30+
- DataAnalysisExpert/command_run_summary.csv
Lines changed: 54 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Command Chart Index
2+
3+
This index ties the summary CSV to the generated SVG charts.
4+
5+
- Total commands: 11
6+
- Pass: 11
7+
- Fail: 0
8+
- Timeout: 0
9+
10+
## Dataset
11+
- Label: manual_smoke
12+
13+
## Chart Pipeline
14+
15+
```mermaid
16+
flowchart TD
17+
A["DataAnalysisExpert/manual_smoke_summary.csv\ncommand summary rows"] --> B["generate_command_charts.py\nCSV reader + SVG renderer"]
18+
B --> C["manual_smoke_status_counts.svg\nstatus distribution"]
19+
B --> D["manual_smoke_duration_by_target.svg\nduration by entry"]
20+
B --> E["manual_smoke_chart_index.md\nchart index"]
21+
C --> E
22+
D --> E
23+
```
24+
25+
## Generated Graph Files
26+
- manual_smoke_status_counts.svg
27+
- manual_smoke_duration_by_target.svg
28+
29+
## Source
30+
- DataAnalysisExpert/manual_smoke_summary.csv
Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)