c4-project / c4t

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

Make plan merger tool #40

Open MattWindsor91 opened 4 years ago

MattWindsor91 commented 4 years ago

I was originally intending to have act-tester-analyse able to take in multiple plans, but it'll be easier to spin out plan merging into a separate tool and have everything else expect one plan; else, we'd have to change the way we save plans, etc.

The idea here is that you'd be able to take multiple plans and combine them into a single plan, with the following provisos:

This would appear as a new tool act-tester-merge that is separate from the director loop.

Why would you want to do this? The main reason is so that we can get timeset metrics aggregated over more than one plan, both in terms of compilers/runs and also in terms of stages.