Closed yolkfull closed 1 year ago
Anybody can help review this patch? Thanks very much in advance.
Thanks for the patch, and sorry for late. The idea is helpful. Refer to monitors/no-stdout/perf-profile, currently post-run is also used to generate real result which is used for generic stats. So post-run can't be directly moved after unite. For the purpose here, I think you can consider to add another stage, like post-unite.
Thanks for the patch, and sorry for late. The idea is helpful. Refer to monitors/no-stdout/perf-profile, currently post-run is also used to generate real result which is used for generic stats. So post-run can't be directly moved after unite. For the purpose here, I think you can consider to add another stage, like post-unite.
Oh, got it, thank you so much for pointing that out.
Currently the post-run action(s) will be called before stats are generated, user cannot do post-handling with the json result like converting json to HTML, upload json results to databases, etc. This patch simply improves that and brings many benifits.