-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Here:
Lines 10 to 25 in 90b46d7
| compare <- function(type = c("runs", "benchmarks", "batches", "commits"), | |
| baseline, | |
| contender, | |
| ...) { | |
| type <- match.arg(type) | |
| req <- req_url_path_append( | |
| conbench_request(), | |
| "compare", | |
| type, | |
| paste0(baseline, "...", contender)) | |
| resp <- conbench_perform(req) | |
| resp_body_json(resp, ...) | |
| } |
we should the ability to change these:
leaving the defaults alone.
Metadata
Metadata
Assignees
Labels
No labels