-
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 3b10bf6
- Loading branch information
github-action-benchmark
committed
Dec 10, 2024
1 parent
2c0958d
commit 87736ab
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": 1732772030082, | ||
"lastUpdate": 1733852978016, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -9656,6 +9656,48 @@ window.BENCHMARK_DATA = { | |
"extra": "P90" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Kern Walster", | ||
"username": "Kern--" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Kern Walster", | ||
"username": "Kern--" | ||
}, | ||
"distinct": true, | ||
"id": "3b10bf683e4ba09633c86c4256b3ce4da117382e", | ||
"message": "Truncate benchmark logs on re-run\n\nRerunning benchmarks did not truncate the benchmark log file before this\nchange. New line would overwrite old lines, but you had to scan\ntimestamps to figure out where exactly the new run was at. It also\nprevented `tail -f` to get real-time updates.\n\nThis change truncates the benchmark file on each execution.\n\nSigned-off-by: Kern Walster <[email protected]>", | ||
"timestamp": "2024-12-10T09:40:07-08:00", | ||
"tree_id": "4ee23512f39676552a7d94e9aa8ab6c0d6983655", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/3b10bf683e4ba09633c86c4256b3ce4da117382e" | ||
}, | ||
"date": 1733852976159, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-mongo-lazyTaskDuration", | ||
"value": 9.1305, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-mongo-localTaskDuration", | ||
"value": 0.3215, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-mongo-pullTaskDuration", | ||
"value": 1.4205, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|