-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from conbench/aus/paginate3
paginate over compare runs endpoint
- Loading branch information
Showing
28 changed files
with
228 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: conbenchcoms | ||
Title: An API wrapper for conbench communications | ||
Version: 0.0.8 | ||
Version: 0.0.9 | ||
Authors@R: c( | ||
person("Jonathan", "Keane", , "[email protected]", role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0001-7087-9776")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
tests/testthat/resp-class/localhost/api/compare/runs/10aded...0af-81f373.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
tests/testthat/resp-class/localhost/api/compare/runs/ee1...f00d-dd5b56.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
tests/testthat/resp/localhost/api/compare/benchmark-results/10aded...0af-81f373.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"analysis": { | ||
"lookback_z_score": { | ||
"improvement_indicated": false, | ||
"regression_indicated": false, | ||
"z_score": -0.5, | ||
"z_threshold": 11.1 | ||
}, | ||
"pairwise": { | ||
"improvement_indicated": false, | ||
"percent_change": -26, | ||
"percent_threshold": 20.2, | ||
"regression_indicated": true | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
tests/testthat/resp/localhost/api/compare/runs/10aded...0af-3bead7.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"analysis": { | ||
"lookback_z_score": { | ||
"improvement_indicated": false, | ||
"regression_indicated": false, | ||
"z_score": -0.5, | ||
"z_threshold": 11.1 | ||
}, | ||
"pairwise": { | ||
"improvement_indicated": false, | ||
"percent_change": -26, | ||
"percent_threshold": 20.2, | ||
"regression_indicated": true | ||
} | ||
} | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": "curse" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
tests/testthat/resp/localhost/api/compare/runs/10aded...0af-b7f6c4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"analysis": { | ||
"lookback_z_score": { | ||
"improvement_indicated": false, | ||
"regression_indicated": false, | ||
"z_score": -0.5, | ||
"z_threshold": 11.1 | ||
}, | ||
"pairwise": { | ||
"improvement_indicated": false, | ||
"percent_change": -26, | ||
"percent_threshold": 20.2, | ||
"regression_indicated": true | ||
} | ||
} | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": null | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.