-
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 d7fd84f
- Loading branch information
github-action-benchmark
committed
Nov 12, 2024
1 parent
fd0595e
commit 92fb169
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": 1731411316568, | ||
"lastUpdate": 1731411374299, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-native", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -57419,6 +57419,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": "d7fd84f955dea42aeeac7ea089bc935210a91d88", | ||
"message": "Merge pull request #380 from pq-code-package/cbmc-invntt\n\nCBMC: State (not prove) `poly_invntt_tomont` + Prove `polyvec_ntt` and `polyvec_invntt_tomont`", | ||
"timestamp": "2024-11-12T11:30:36Z", | ||
"tree_id": "66c38b9181fa91fa61303c755679a5c3709e1d4c", | ||
"url": "https://github.com/pq-code-package/mlkem-native/commit/d7fd84f955dea42aeeac7ea089bc935210a91d88" | ||
}, | ||
"date": 1731411367680, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ML-KEM-512 keypair", | ||
"value": 19435, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 encaps", | ||
"value": 24851, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 decaps", | ||
"value": 32220, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 keypair", | ||
"value": 33167, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 encaps", | ||
"value": 37562, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 decaps", | ||
"value": 48095, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 keypair", | ||
"value": 47998, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 encaps", | ||
"value": 55427, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 decaps", | ||
"value": 69789, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"Graviton4": [ | ||
|