Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/gnu-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ jobs:
- name: Generate the graphs
shell: bash
run: |
python graph.py gnu-result.json gnu
python graph.py busybox-result.json busybox
python graph.py toybox-result.json toybox
python graph.py gnu-result.json GNU
python graph.py busybox-result.json BusyBox
python graph.py toybox-result.json Toybox
python individual-size-graph.py individual-size-result.json
python size-graph.py size-result.json

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Below is the evolution of how many GNU tests uutils passes. A more detailed
breakdown of the GNU test results of the main branch can be found
[in the user manual](https://uutils.github.io/coreutils/docs/test_coverage.html).

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

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)).
Refreshed twice a day by github actions. Changes are documented in the json file ([gnu-result.json](gnu-result.json)).

Compares only the Linux execution.

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

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

## Toybox testsuite comparison

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

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

## Binary size evolution

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

Refreshed once a day by github actions.

Expand Down
Binary file removed busybox-results.png
Binary file not shown.
Loading