c4-project / c4t

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

Statset updates total cycles at wrong time #90

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

Currently, the persistent statset is incrementing the session-wide cycle total when a new cycle starts, which is misleading; the cycle total should really be the number of cycles that have completed (without error; maybe we need a stat for tracking errors). This makes me have to do a mental backspace when reading the stats at the moment.

I think this might need a new cycle message to say that a cycle has finished.