-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CU Benchmark (customSmallerIsBetter) benchmark result for 4b55795
- Loading branch information
github-action-benchmark
committed
Sep 8, 2024
1 parent
6214a5f
commit 3282ff0
Showing
1 changed file
with
65 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": 1725726227462, | ||
"lastUpdate": 1725767916134, | ||
"repoUrl": "https://github.com/CKS-Systems/manifest", | ||
"entries": { | ||
"CU Benchmark": [ | ||
|
@@ -588,6 +588,70 @@ window.BENCHMARK_DATA = { | |
"extra": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Maximilian Schneider", | ||
"username": "mschneider", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "4b55795c670cb423195325e73c88b9b9fd708883", | ||
"message": "performance improvements (#67)\n\n* shave some cus\r\n* fmt\r\n* cleanup", | ||
"timestamp": "2024-09-08T03:35:04Z", | ||
"url": "https://github.com/CKS-Systems/manifest/commit/4b55795c670cb423195325e73c88b9b9fd708883" | ||
}, | ||
"date": 1725767915256, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "PHX_50", | ||
"value": 6780, | ||
"unit": "CU", | ||
"range": "", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "PHX_95", | ||
"value": 13220, | ||
"unit": "CU", | ||
"range": "", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "PHX_99", | ||
"value": 13944, | ||
"unit": "CU", | ||
"range": "", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "MFX_50", | ||
"value": 4693, | ||
"unit": "CU", | ||
"range": "", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "MFX_95", | ||
"value": 6414, | ||
"unit": "CU", | ||
"range": "", | ||
"extra": "" | ||
}, | ||
{ | ||
"name": "MFX_99", | ||
"value": 7991, | ||
"unit": "CU", | ||
"range": "", | ||
"extra": "" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|