Closes #132 by adding a run_id parameter to run.BenchmarkDataFrame and cascading it through the runner functions like run_name and run_reason. Will let arrow-benchmarks-ci specify run_id, but if a user calls run(my_bm_df) without specifying it, it will continue to generate one via benchconnect.
Closes #132 by adding a
run_id
parameter torun.BenchmarkDataFrame
and cascading it through the runner functions likerun_name
andrun_reason
. Will let arrow-benchmarks-ci specifyrun_id
, but if a user callsrun(my_bm_df)
without specifying it, it will continue to generate one via benchconnect.