aboutsummaryrefslogtreecommitdiff
path: root/Tools/DevUtils/update_benchmarks_from_azure_output.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-13Add python script to update benchmarks from Azure output (#2355)Gravatar Neïl Zaim 1-0/+65
* Add python script to update benchmarks from Azure output * Update Regression/Checksum/update_benchmarks_from_azure_output.py Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> * Cleaner python script * Remove empirical numbers and read and write the json files once * Also read dashes in test names * Move script to Tools/DevUtils folder * Add documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Directly parse the new file * Apply suggestions from code review Co-authored-by: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> --------- Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com>