-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Soci Benchmark (customSmallerIsBetter) benchmark result for eebd84e
- Loading branch information
github-action-benchmark
committed
Sep 21, 2023
1 parent
29bc265
commit e004cad
Showing
1 changed file
with
43 additions
and
1 deletion.
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,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1695065092319, | ||
"lastUpdate": 1695318881892, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -587,6 +587,48 @@ window.BENCHMARK_DATA = { | |
"extra": "P90" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "invalid-email-address" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Yasin Turan", | ||
"username": "turan18" | ||
}, | ||
"distinct": true, | ||
"id": "eebd84e352a64731a92412447c6dbfcd198328cd", | ||
"message": "Bump dependencies using scripts/bump-deps.sh\n\nSigned-off-by: GitHub <[email protected]>", | ||
"timestamp": "2023-09-21T13:38:39-04:00", | ||
"tree_id": "2bab2f344cc75b1bc12b09777499a4ef32944930", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/eebd84e352a64731a92412447c6dbfcd198328cd" | ||
}, | ||
"date": 1695318880345, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-node-lazyTaskDuration", | ||
"value": 0.521, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-node-localTaskDuration", | ||
"value": 0.406, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-node-pullTaskDuration", | ||
"value": 9.179499999999999, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|