-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Graviton3 (customSmallerIsBetter) benchmark result for 861095b
- Loading branch information
github-action-benchmark
committed
Sep 17, 2024
1 parent
8b4bca4
commit e85ea00
Showing
1 changed file
with
70 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": 1726586519843, | ||
"lastUpdate": 1726586637195, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -15494,6 +15494,75 @@ window.BENCHMARK_DATA = { | |
"unit": "cycles" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Hanno Becker", | ||
"username": "hanno-becker" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "861095be62d1b8db932f1c4c83bffdb28aebffd6", | ||
"message": "Add scalar AArch64 Keccak-f1600 ASM (#133)\n\n* Add first AArch64 Keccak-f1600 ASM\r\n\r\nSigned-off-by: Hanno Becker <[email protected]>\r\n\r\n* Update scalar Keccak ASM with A55-optimized version\r\n\r\nThis should perform decent on most microarchitectures.\r\n\r\nSigned-off-by: Hanno Becker <[email protected]>\r\n\r\n* Minor cleanup of auto-generated scalar Keccak-f1600 assembly\r\n\r\nSigned-off-by: Hanno Becker <[email protected]>\r\n\r\n---------\r\n\r\nSigned-off-by: Hanno Becker <[email protected]>", | ||
"timestamp": "2024-09-17T16:20:25+01:00", | ||
"tree_id": "664de110674e734f8b0a1c4efcdb11acd0b89d80", | ||
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/commit/861095be62d1b8db932f1c4c83bffdb28aebffd6" | ||
}, | ||
"date": 1726586636591, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "MLKEM512 keypair", | ||
"value": 56376, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM512 encaps", | ||
"value": 57604, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM512 decaps", | ||
"value": 67834, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 keypair", | ||
"value": 98588, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 encaps", | ||
"value": 99648, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 decaps", | ||
"value": 113497, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 keypair", | ||
"value": 152143, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 encaps", | ||
"value": 153435, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 decaps", | ||
"value": 171762, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"Graviton2 (opt)": [ | ||
|