Skip to content

Commit

Permalink
add AMD EPYC 4th gen (c7a) (customSmallerIsBetter) benchmark result for
Browse files Browse the repository at this point in the history
  • 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.
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": 1731647586536,
"lastUpdate": 1731647599000,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit b9ea498

Please sign in to comment.