-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add AMD EPYC 4th gen (c7a) (customSmallerIsBetter) benchmark result for
- Loading branch information
github-action-benchmark
committed
Nov 15, 2024
1 parent
101219f
commit b9ea498
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": 1731647586536, | ||
"lastUpdate": 1731647599000, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-native", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -97025,6 +97025,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": "7b5a9e4a673e7102c27dea9ec8829e8cd4328df6", | ||
"message": "Merge pull request #408 from pq-code-package/matvec_mul_proof_speed\n\nImprove speed of proof of matvec_mul()", | ||
"timestamp": "2024-11-15T05:08:12Z", | ||
"tree_id": "af25da441016115cac3a63df0815bdb5ec5b84b0", | ||
"url": "https://github.com/pq-code-package/mlkem-native/commit/7b5a9e4a673e7102c27dea9ec8829e8cd4328df6" | ||
}, | ||
"date": 1731647593033, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ML-KEM-512 keypair", | ||
"value": 24728, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 encaps", | ||
"value": 32632, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 decaps", | ||
"value": 42127, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 keypair", | ||
"value": 43556, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 encaps", | ||
"value": 48999, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 decaps", | ||
"value": 62924, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 keypair", | ||
"value": 63336, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 encaps", | ||
"value": 70671, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 decaps", | ||
"value": 89157, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|