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 f3b81a3
  • Loading branch information
github-action-benchmark committed Nov 27, 2024
1 parent e048701 commit 18d91a4
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": 1732689491952,
"lastUpdate": 1732689590332,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -90916,6 +90916,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": "f3b81a3acfba61a25a0085c05c89a9a422d62d57",
"message": "Merge pull request #454 from pq-code-package/asm_twiddles_c\n\nAArch64: Hoist zeta values for [inv]NTT in C file and auto-generate",
"timestamp": "2024-11-27T14:35:05+08:00",
"tree_id": "0597c03c4fc29beb61ab1db659de4eadb26da5d4",
"url": "https://github.com/pq-code-package/mlkem-native/commit/f3b81a3acfba61a25a0085c05c89a9a422d62d57"
},
"date": 1732689589112,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 13800,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 18824,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 24694,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 22459,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 25009,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 32935,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 32154,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 36344,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 47901,
"unit": "cycles"
}
]
}
],
"Intel Xeon 3rd gen (c6i)": [
Expand Down

0 comments on commit 18d91a4

Please sign in to comment.