Skip to content

Commit

Permalink
add Graviton3 (customSmallerIsBetter) benchmark result for 586ace3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 5, 2024
1 parent 2d2257a commit 1d8411f
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 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": 1725531932364,
"lastUpdate": 1725532252149,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -3735,6 +3735,71 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"name": "pq-code-package",
"username": "pq-code-package"
},
"committer": {
"name": "pq-code-package",
"username": "pq-code-package"
},
"id": "586ace356a5702d39ae4a30f4765ee6442943c92",
"message": "Test pr",
"timestamp": "2024-09-05T10:21:34Z",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/pull/104/commits/586ace356a5702d39ae4a30f4765ee6442943c92"
},
"date": 1725532251595,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 82353,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 89826,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 117595,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 128055,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 141773,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 174114,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 192285,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 209178,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 249719,
"unit": "cycles"
}
]
}
]
}
Expand Down

0 comments on commit 1d8411f

Please sign in to comment.