- Add httr2's baked in retry strategy to all api calls
- Remove
comparefunction - Add
compare_resultsfunction (similar to oldcomparebut only works for comparing benchmark results) - Add
compare_runsfunction, which returns a tibble, paginating until all matching data is returned, which works only with Conbench servers of at least version ad06af9
- Remove
simplifyVectorandflattenarguments fromhistory historynow always returns atibblehistorynow paginates until all matching data is returned, which works only with Conbench servers of at least version 649a9ac
- Remove
sha,simplifyVector, andflattenarguments fromruns - Add
commit_hashesargument toruns runsnow always returns atibblerunsnow paginates until all matching data is returned, which works only with Conbench servers of at least version 7e4d9d0- Make
benchmarksdefunct
- Remove
batch_id,limit,days,simplifyVector, andflattenarguments frombenchmark_results - Add
earliest_timestampandlatest_timestamparguments tobenchmark_results benchmark_resultsnow always returns atibble- The
run_idargument ofbenchmark_resultscan now only take 1 ID benchmark_resultsnow is able to accept any combination of filters instead of requiring 1 at a timebenchmark_resultsnow paginates until all matching data is returned, which works only with Conbench servers of at least version 6c1b93
- display more verbose errors when the Conbench API returns an error
- add threshold endpoints to conbenchcoms
- add limit and days parameters to
benchmark_results
- Add run_reason argument to
benchmark_results - deprecated
benchmarkin favour ofbenchmark_results - Hard dependency on httr 0.2.2 for escaping capabilities
- Enforce only 5 run_ids for
benchmark_results - Assert that
benchmark_resultscan only use one of run_id, batch_id or run_reason
- Initial version of conbenchcoms