Skip to content

Commit

Permalink
add Graviton3 (customSmallerIsBetter) benchmark result for 207f19d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 10, 2024
1 parent 743da20 commit 60a2766
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": 1725996817682,
"lastUpdate": 1725998192563,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -6715,6 +6715,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": "207f19da6a30c3ccc4ae721b7d3446104180e777",
"message": "Add cpucap.h header and detect AArch64 systems",
"timestamp": "2024-09-10T08:58:53Z",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/pull/113/commits/207f19da6a30c3ccc4ae721b7d3446104180e777"
},
"date": 1725998192161,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 82312,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 90062,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 117960,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 128013,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 141773,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 174063,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 192298,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 209288,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 249741,
"unit": "cycles"
}
]
}
]
}
Expand Down

0 comments on commit 60a2766

Please sign in to comment.