iocost-benchmark / iocost-benchmarks-ci

Apache License 2.0
1 stars 3 forks source link

Decouple import-results from the runtime environment #38

Closed r-c-n closed 3 weeks ago

r-c-n commented 2 months ago

The code in import-results assumes it will be called exclusively from a iocost-benchmarks workfow, which limits its function and testing capabilities as a standalone tool.

Try to make it runtime-agnostic while keeping the ability of plugging it into the github workflow.