-
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 Graviton4 (no-opt) (customSmallerIsBetter) benchmark result for 7…
- Loading branch information
github-action-benchmark
committed
Dec 19, 2024
1 parent
c476d7d
commit cebeaa2
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": 1734641479164, | ||
"lastUpdate": 1734641513665, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-native", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -150462,6 +150462,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": "7f321d927c577783f81a3cded9a331f98af36293", | ||
"message": "Merge pull request #551 from bhess/main\n\nFixes unused buflen in gen_matrix_entry", | ||
"timestamp": "2024-12-19T20:44:08Z", | ||
"tree_id": "5be1ac2ad000d86bddf4c46313da997d5d6cb405", | ||
"url": "https://github.com/pq-code-package/mlkem-native/commit/7f321d927c577783f81a3cded9a331f98af36293" | ||
}, | ||
"date": 1734641513078, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ML-KEM-512 keypair", | ||
"value": 41968, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 encaps", | ||
"value": 50164, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 decaps", | ||
"value": 66053, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 keypair", | ||
"value": 69056, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 encaps", | ||
"value": 79763, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 decaps", | ||
"value": 101018, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 keypair", | ||
"value": 102209, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 encaps", | ||
"value": 117205, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 decaps", | ||
"value": 143698, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"AMD EPYC 3rd gen (c6a) (no-opt)": [ | ||
|