Skip to content

Commit

Permalink
add Soci Benchmark (customSmallerIsBetter) benchmark result for b06aad0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 18, 2023
1 parent 6bca4c9 commit 79ec571
Showing 1 changed file with 43 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1694131831909,
"lastUpdate": 1695065087601,
"repoUrl": "https://github.com/awslabs/soci-snapshotter",
"entries": {
"Soci Benchmark": [
Expand Down Expand Up @@ -545,6 +545,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": "b06aad0ad53dcd7a0c08e92b56a6237bad969e8f",
"message": "Set fuse.Attr.Blocks to # of 512-byte blocks\n\nBefore this change, SOCI set fuse.Attr.Blocks to the number of\nblockSize-byte blocks instead of the expected number of 512-byte blocks.\nThis caused the files to appear sparse and uncovered a bug in go-fuse.\nOnce the go-fuse bug is fixed, there shouldn't be any functional\ndifference, but it causes unnecessary lseeks which we can eliminate.\n\nSigned-off-by: Kern Walster <[email protected]>",
"timestamp": "2023-09-18T11:57:23-07:00",
"tree_id": "ec128ba9f372c53384d67b818f2ad248ddec6512",
"url": "https://github.com/awslabs/soci-snapshotter/commit/b06aad0ad53dcd7a0c08e92b56a6237bad969e8f"
},
"date": 1695065086631,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "SociFullECR-public-tensorflow_gpu-lazyTaskDuration",
"value": 4.1265,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-tensorflow_gpu-localTaskDuration",
"value": 2.8129999999999997,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-tensorflow_gpu-pullTaskDuration",
"value": 249.3415,
"unit": "Seconds",
"extra": "P90"
}
]
}
]
}
Expand Down

0 comments on commit 79ec571

Please sign in to comment.