-
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 Arm Cortex-A55 (Snapdragon 888) benchmarks (customSmallerIsBetter…
…) benchmark result for 69f10df
- Loading branch information
github-action-benchmark
committed
Jan 10, 2025
1 parent
359508b
commit 8a0a5f9
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": 1736504089208, | ||
"lastUpdate": 1736504095609, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-native", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -38940,6 +38940,75 @@ window.BENCHMARK_DATA = { | |
"unit": "cycles" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Matthias J. Kannwischer", | ||
"username": "mkannwischer" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "69f10df470eaf9c100ed9be0d1ec274be066327e", | ||
"message": "Merge pull request #631 from pq-code-package/cbmc_forall\n\nCBMC: Use exclusive upper bounds for `forall` primitive", | ||
"timestamp": "2025-01-10T18:06:56+08:00", | ||
"tree_id": "b811e9620ad3af0f10c872c7590c41c5021cb8ba", | ||
"url": "https://github.com/pq-code-package/mlkem-native/commit/69f10df470eaf9c100ed9be0d1ec274be066327e" | ||
}, | ||
"date": 1736503987483, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ML-KEM-512 keypair", | ||
"value": 58349, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 encaps", | ||
"value": 65821, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 decaps", | ||
"value": 84619, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 keypair", | ||
"value": 98947, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 encaps", | ||
"value": 110211, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 decaps", | ||
"value": 137394, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 keypair", | ||
"value": 150138, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 encaps", | ||
"value": 166294, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 decaps", | ||
"value": 202358, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [ | ||
|