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 b192de0 commit a2880df
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion dev/benchmarks/performanceTest/SociFullECR-public-redis/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1732772031894,
"lastUpdate": 1733852981165,
"repoUrl": "https://github.com/awslabs/soci-snapshotter",
"entries": {
"Soci Benchmark": [
Expand Down Expand Up @@ -9738,6 +9738,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": 1733852975450,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "SociFullECR-public-redis-lazyTaskDuration",
"value": 1.0985,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-redis-localTaskDuration",
"value": 0.0225,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-redis-pullTaskDuration",
"value": 2.871,
"unit": "Seconds",
"extra": "P90"
}
]
}
]
}
Expand Down

0 comments on commit a2880df

Please sign in to comment.