Skip to content

Commit

Permalink
add Graviton2 (customSmallerIsBetter) benchmark result for 383f1a4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 17, 2024
1 parent c1ab4af commit 46a6068
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": 1731837381959,
"lastUpdate": 1731837422587,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -50386,6 +50386,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": "383f1a4710e14fb2d3244fa7fd7e4db33eee83df",
"message": "Merge pull request #419 from pq-code-package/bench_noopt_fix\n\nCI: Fix bench.yml",
"timestamp": "2024-11-17T17:51:23+08:00",
"tree_id": "4937060bac59f07e85dd315ca49c1c517b82bc32",
"url": "https://github.com/pq-code-package/mlkem-native/commit/383f1a4710e14fb2d3244fa7fd7e4db33eee83df"
},
"date": 1731837416451,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 29742,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 37637,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 48518,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 50212,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 58147,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 73380,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 73834,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 84513,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 105046,
"unit": "cycles"
}
]
}
],
"Graviton3": [
Expand Down

0 comments on commit 46a6068

Please sign in to comment.