Skip to content

Commit

Permalink
add Graviton2 (customSmallerIsBetter) benchmark result for 9b4aa78
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 10, 2024
1 parent 7217a5c commit 743da20
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": 1725996785448,
"lastUpdate": 1725996817682,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -5529,6 +5529,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": "9b4aa78fe5657fe9254bf56f6e77dca11e45d6bb",
"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/9b4aa78fe5657fe9254bf56f6e77dca11e45d6bb"
},
"date": 1725996817040,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 119115,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 138766,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 178683,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 200749,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 223210,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 275653,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 302654,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 327537,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 393208,
"unit": "cycles"
}
]
}
],
"Graviton3": [
Expand Down

0 comments on commit 743da20

Please sign in to comment.