-
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 f875b7f
- Loading branch information
github-action-benchmark
committed
Dec 4, 2024
1 parent
6821ea8
commit b2b39c4
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": 1733287096204, | ||
"lastUpdate": 1733287236420, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-native", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -29694,6 +29694,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": "f875b7fb55825dea573c0fbbea0a340d544c4e4a", | ||
"message": "Merge pull request #493 from pq-code-package/cbmc-sym\n\nCBMC: Prove `mlkem_shake256_prf` and `mlkem_shake256_rkprf`", | ||
"timestamp": "2024-12-04T04:26:18Z", | ||
"tree_id": "31629b6f07315f0ed77c0536cc026014bf7d356d", | ||
"url": "https://github.com/pq-code-package/mlkem-native/commit/f875b7fb55825dea573c0fbbea0a340d544c4e4a" | ||
}, | ||
"date": 1733287215767, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ML-KEM-512 keypair", | ||
"value": 58015, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 encaps", | ||
"value": 65686, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 decaps", | ||
"value": 84357, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 keypair", | ||
"value": 98206, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 encaps", | ||
"value": 111131, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 decaps", | ||
"value": 136396, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 keypair", | ||
"value": 148760, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 encaps", | ||
"value": 166100, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 decaps", | ||
"value": 202266, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [ | ||
|