Expand description
Running a benchmarking job
Structs§
- JobRunner
- The context for running a job (information that should not be part
of
Key). Only used for one run, as some fields (e.g.timestamp) change. Independent of jobs: this context is bundled before selecting the job to run. - JobRunner
JobData - JobRunner
With Job
Functions§
- get_
commit_ tags - Get the string for the
COMMIT_TAGSenv var, e.g. “” or “foo,v1.2.3”. Wants to be assured thatgit fetch --tagswas run (see methods that return aFetchedTags).