Skip to content

Commit 39b1950

Browse files
authored
Merge pull request #24 from tdulcet/main
Switched to SVG graphs
2 parents 6ae7011 + 6e224ce commit 39b1950

File tree

216 files changed

+119379
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+119379
-46
lines changed

.github/workflows/gnu-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ jobs:
132132
- name: Generate the graphs
133133
shell: bash
134134
run: |
135-
python graph.py gnu-result.json gnu
136-
python graph.py busybox-result.json busybox
137-
python graph.py toybox-result.json toybox
135+
python graph.py gnu-result.json GNU
136+
python graph.py busybox-result.json BusyBox
137+
python graph.py toybox-result.json Toybox
138138
python individual-size-graph.py individual-size-result.json
139139
python size-graph.py size-result.json
140140

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Below is the evolution of how many GNU tests uutils passes. A more detailed
88
breakdown of the GNU test results of the main branch can be found
99
[in the user manual](https://uutils.github.io/coreutils/docs/test_coverage.html).
1010

11-
![GNU testsuite evolution](https://github.com/uutils/coreutils-tracking/blob/main/gnu-results.png?raw=true)
11+
![GNU testsuite evolution](gnu-results.svg)
1212

13-
Refreshed twice a day by github actions. Changes are documented in the json file ([gnu-result.json](https://github.com/uutils/coreutils-tracking/blob/main/gnu-result.json)).
13+
Refreshed twice a day by github actions. Changes are documented in the json file ([gnu-result.json](gnu-result.json)).
1414

1515
Compares only the Linux execution.
1616

@@ -23,18 +23,18 @@ Based on:
2323
Similar results but using the busybox testsuite:
2424
https://github.com/mirror/busybox/tree/master/testsuite
2525

26-
![Busybox testsuite evolution](https://github.com/uutils/coreutils-tracking/blob/main/busybox-results.png?raw=true)
26+
![Busybox testsuite evolution](busybox-results.svg)
2727

2828
## Toybox testsuite comparison
2929

3030
Similar results but using the toybox testsuite:
3131
https://github.com/landley/toybox/tree/master/tests
3232

33-
![Toybox testsuite evolution](https://github.com/uutils/coreutils-tracking/blob/main/toybox-results.png?raw=true)
33+
![Toybox testsuite evolution](toybox-results.svg)
3434

3535
## Binary size evolution
3636

37-
![Size evolution](https://github.com/uutils/coreutils-tracking/blob/main/size-results.png?raw=true)
37+
![Size evolution](size-results.svg)
3838

3939
Refreshed once a day by github actions.
4040

busybox-results.png

-62.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)