c4-project / c4t

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

Implement statistics reporting tool #116

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

Effectively the same as c4t-analyse currently does for analyses (though I want to split the analysis and report stage eventually), but for stats.json.

Initially we need only one mode for this (dump CSV of mutations), but eventually it would be nice to have the following commands:

MattWindsor91 commented 3 years ago

The CSV mutation dump is done, as is the outside binary shell, but holding open for the other features.