c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Dash: add sparklines for compiler timeouts and run failures #22

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

The sparkline set predates the split of timeouts and failures into compiler/run, and so it's not showing the full story in regards compiler timeouts and run failures. Adding a handful more sparklines shouldn't be too hard.

MattWindsor91 commented 4 years ago

The sparkline set now uses a [NumStatus] array, and so captures the full set of possible statuses.