Skip to content

Commit

Permalink
add Intel Xeon 4th gen (c7i) (customSmallerIsBetter) benchmark result…
Browse files Browse the repository at this point in the history
… for 839c588
  • Loading branch information
github-action-benchmark committed Dec 4, 2024
1 parent b99f963 commit eb33c48
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733301144386,
"lastUpdate": 1733301213321,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -98161,6 +98161,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Matthias J. Kannwischer",
"username": "mkannwischer"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "839c588b2473da251936df87898f7dfedd68d873",
"message": "Merge pull request #501 from pq-code-package/fix-py-lint\n\nFix python files detection in format and lint scripts",
"timestamp": "2024-12-04T16:29:16+08:00",
"tree_id": "d5f77551296d36f34ecaaa22d57d5aed76ac36c5",
"url": "https://github.com/pq-code-package/mlkem-native/commit/839c588b2473da251936df87898f7dfedd68d873"
},
"date": 1733301211447,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 14115,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 18005,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 24410,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 22497,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 24569,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 32701,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 32048,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 35669,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 47189,
"unit": "cycles"
}
]
}
],
"Intel Xeon 3rd gen (c6i)": [
Expand Down

0 comments on commit eb33c48

Please sign in to comment.