Skip to content

Commit

Permalink
add Graviton3 (no-opt) (customSmallerIsBetter) benchmark result for 2…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 10, 2025
1 parent e7c807e commit 81b31d9
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": 1736505380282,
"lastUpdate": 1736505382216,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -209764,6 +209764,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": "254a59feabb6dbd0c3293cbcb4de4e5367be44d9",
"message": "Merge pull request #632 from pq-code-package/index_type\n\nAlways use `unsigned` as type for loop indices",
"timestamp": "2025-01-10T10:27:16Z",
"tree_id": "ac9e174b63d84a404edd2eb3db87bd41ecc37dac",
"url": "https://github.com/pq-code-package/mlkem-native/commit/254a59feabb6dbd0c3293cbcb4de4e5367be44d9"
},
"date": 1736505380600,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 45393,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 54309,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 71196,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 74955,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 86199,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 108643,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 111046,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 125881,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 154668,
"unit": "cycles"
}
]
}
],
"Graviton2 (no-opt)": [
Expand Down

0 comments on commit 81b31d9

Please sign in to comment.