-
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 af3111d
- Loading branch information
github-action-benchmark
committed
Sep 27, 2023
1 parent
276c2f5
commit 8759b0f
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": 1695318880460, | ||
"lastUpdate": 1695858003574, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -793,6 +793,48 @@ window.BENCHMARK_DATA = { | |
"extra": "P90" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Iain Macdonald", | ||
"username": "iain-macdonald" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Yasin Turan", | ||
"username": "turan18" | ||
}, | ||
"distinct": true, | ||
"id": "af3111d99f24e2653312682495e52dd91b2fa688", | ||
"message": "Protect access to node.ents and node.entsCached with a mutex in fs/layer/node.go\n\nSigned-off-by: Iain Macdonald <[email protected]>", | ||
"timestamp": "2023-09-27T19:19:07-04:00", | ||
"tree_id": "5387197f5deb6917dde49a3c1fc182316b6c9c3a", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/af3111d99f24e2653312682495e52dd91b2fa688" | ||
}, | ||
"date": 1695858001442, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-redis-lazyTaskDuration", | ||
"value": 0.0315, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-redis-localTaskDuration", | ||
"value": 0.028999999999999998, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-redis-pullTaskDuration", | ||
"value": 3.436, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|