-
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 #16 from conbench/aus/paginate
change benchmark_results to use pagination
- Loading branch information
Showing
18 changed files
with
162 additions
and
190 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,25 +1,27 @@ | ||
Package: conbenchcoms | ||
Title: An API wrapper for conbench communications | ||
Version: 0.0.5 | ||
Version: 0.0.6 | ||
Authors@R: c( | ||
person("Jonathan", "Keane", , "[email protected]", role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0001-7087-9776")), | ||
person("Sam", "Albers", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-9270-7884")), | ||
person("Edward", "Visel", , "[email protected]", role = c("aut", "ctb"), | ||
comment = c(ORCID = "0000-0002-2811-6254")), | ||
person("Austin", "Dickey", , "[email protected]", role = c("aut", "ctb")), | ||
person(given = "Voltron Data", | ||
role = c("cph", "fnd")) | ||
) | ||
Description: An R interface to the conbench API. | ||
License: Apache License (>= 2) | ||
Depends: | ||
Depends: | ||
R (>= 4.1.0) | ||
Imports: | ||
dplyr, | ||
glue, | ||
httr2 (>= 0.2.2), | ||
yaml | ||
Suggests: | ||
Suggests: | ||
httptest2, | ||
testthat (>= 3.0.0), | ||
withr | ||
|
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.
5 changes: 0 additions & 5 deletions
5
tests/testthat/resp-class/localhost/api/benchmark-results-078f6d.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
tests/testthat/resp-class/localhost/api/benchmark-results-3f0bef.json
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
tests/testthat/resp-class/localhost/api/benchmark-results-461b95.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,11 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"run_id": "5a1ad", | ||
"timestamp": "2022-05-06T03:39:44.222350" | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": null | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
tests/testthat/resp-class/localhost/api/benchmark-results-4c381a.json
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
tests/testthat/resp-class/localhost/api/benchmark-results-5948df.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,14 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"run_id": "5eaf00d", | ||
"timestamp": "2022-05-07T03:39:44.222350", | ||
"tags": { | ||
"c": "d" | ||
} | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": null | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
tests/testthat/resp-class/localhost/api/benchmark-results-74052b.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,11 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"batch_id": "abba0123", | ||
"timestamp": "2022-05-06T03:39:44.222350" | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": null | ||
} | ||
} |
10 changes: 0 additions & 10 deletions
10
tests/testthat/resp-class/localhost/api/benchmark-results-8262ae.json
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
tests/testthat/resp-class/localhost/api/benchmark-results-9473a1.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,10 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"timestamp": "2022-05-06T03:39:44.222350" | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": null | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
tests/testthat/resp-class/localhost/api/benchmark-results-bc1336.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,14 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"run_id": "5eaf00d", | ||
"timestamp": "2022-05-06T03:39:44.222350", | ||
"tags": { | ||
"a": "b" | ||
} | ||
} | ||
], | ||
"metadata": { | ||
"next_page_cursor": "cursor" | ||
} | ||
} |
11 changes: 0 additions & 11 deletions
11
tests/testthat/resp-class/localhost/api/benchmark-results-eddc3a.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
tests/testthat/resp-class/localhost/api/benchmark-results-f37ad9.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
tests/testthat/resp-class/localhost/api/benchmark-results-fd2a3d.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.