Skip to content

Add a script comparing two branches for acceptance

Arndt, Daniel requested to merge github/fork/aprokop/perf_acceptance into master

Created by: aprokop

I'd like to create a script that we can run to even consider accepting the performance patches.

Right now, it compares a given branch against master, builds and runs both.

Things that need to be done:

  • Decide on a set of benchmarks
  • Print out comparisons using benchmark comparison tool (compare_bench.py) Dump benchmark results in JSON

Merge request reports