-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Intel Xeon 3rd gen (c6i) (customSmallerIsBetter) benchmark result…
… for c0fa1d7
- Loading branch information
github-action-benchmark
committed
Feb 1, 2025
1 parent
58692a8
commit 10f8baa
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": 1738445077028, | ||
"lastUpdate": 1738445079791, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-native", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -175334,6 +175334,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": "c0fa1d799a141b7aefbed50dd3566ae7b40dd585", | ||
"message": "Merge pull request #728 from pq-code-package/dependabot/github_actions/gaurav-nelson/github-action-markdown-link-check-1.0.16\n\nBump gaurav-nelson/github-action-markdown-link-check from 1.0.15 to 1.0.16", | ||
"timestamp": "2025-02-01T21:19:59Z", | ||
"tree_id": "57d0d1e6bc061a49495642625bc6b7ab066f4f75", | ||
"url": "https://github.com/pq-code-package/mlkem-native/commit/c0fa1d799a141b7aefbed50dd3566ae7b40dd585" | ||
}, | ||
"date": 1738445010530, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "ML-KEM-512 keypair", | ||
"value": 15908, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 encaps", | ||
"value": 18034, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-512 decaps", | ||
"value": 24495, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 keypair", | ||
"value": 27359, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 encaps", | ||
"value": 28945, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-768 decaps", | ||
"value": 38384, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 keypair", | ||
"value": 36941, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 encaps", | ||
"value": 39886, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "ML-KEM-1024 decaps", | ||
"value": 52354, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"AMD EPYC 3rd gen (c6a)": [ | ||
|