Skip to content

Commit

Permalink
add Soci Benchmark (customSmallerIsBetter) benchmark result for 3b10bf6
Browse files Browse the repository at this point in the history
  • 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.
44 changes: 43 additions & 1 deletion dev/benchmarks/performanceTest/SociFullECR-public-mongo/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 87736ab

Please sign in to comment.