Skip to content

Commit

Permalink
add Soci Benchmark (customSmallerIsBetter) benchmark result for aa306e4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 20, 2024
1 parent 70e0c22 commit d74db84
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": 1734723226862,
"lastUpdate": 1734731852136,
"repoUrl": "https://github.com/awslabs/soci-snapshotter",
"entries": {
"Soci Benchmark": [
Expand Down Expand Up @@ -9824,6 +9824,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": "aa306e4bf5657ce4a0aca4e0c64ff6828523d362",
"message": "Create metrics socket dir\n\nBefore this change, if the metrics socket was a unix socket, SOCI would\nnot create the parent dir before trying to bind. This exposed an\nimplicit dependency on bind order if you tried to put the metrics\naddress next to the main socket which we broke when we introduced\nsystemd socket activation.\n\nThis change ensures that we create the parent dir before binding the\nmetrics socket.\n\nSigned-off-by: Kern Walster <[email protected]>",
"timestamp": "2024-12-20T13:48:59-08:00",
"tree_id": "3f3fdf0c018de5d17b0da0cc1e4955a27c712566",
"url": "https://github.com/awslabs/soci-snapshotter/commit/aa306e4bf5657ce4a0aca4e0c64ff6828523d362"
},
"date": 1734731849164,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "SociFullECR-public-mongo-lazyTaskDuration",
"value": 1.924,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-mongo-localTaskDuration",
"value": 0.306,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-mongo-pullTaskDuration",
"value": 1.065,
"unit": "Seconds",
"extra": "P90"
}
]
}
]
}
Expand Down

0 comments on commit d74db84

Please sign in to comment.