-
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 b06aad0
- Loading branch information
github-action-benchmark
committed
Sep 18, 2023
1 parent
8c0face
commit 6bca4c9
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": 1694131839979, | ||
"lastUpdate": 1695065085879, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -709,6 +709,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": 1695065084947, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-redis-lazyTaskDuration", | ||
"value": 0.0285, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-redis-localTaskDuration", | ||
"value": 0.028, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-redis-pullTaskDuration", | ||
"value": 5.085, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|