open-s4c / benchkit

A push-button end-to-end performance evaluation pipeline for automatically exploring the parameter space
MIT License
12 stars 17 forks source link

trace-cmd: fix issue in post run hook #123

Closed matsvanmolle closed 2 months ago

matsvanmolle commented 2 months ago

This PR fixes the fact that the post_run_hook was an AsyncProcess. It is now possible to do post-dataprocessing on the output without race conditions. The process will now also not interfere with the experiment.