Skip to content

Commit

Permalink
add Arm Cortex-A55 (Snapdragon 888) benchmarks (customSmallerIsBetter…
Browse files Browse the repository at this point in the history
…) benchmark result for 88fcf89
  • Loading branch information
github-action-benchmark committed Jul 19, 2024
1 parent 7f604e7 commit 06e438b
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": 1721358512940,
"lastUpdate": 1721358747962,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -694,6 +694,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Duc Tri Nguyen",
"username": "cothan"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "88fcf89619af84a941f403cfbb02780f2c6f3b02",
"message": "add keccakx interface (#62)\n\nSigned-off-by: Duc Tri Nguyen <[email protected]>\r\n\r\nrename to x4\r\n\r\nadd shake256x4 interface\r\n\r\nadd shake256x4\r\n\r\nadd batch getnoise sampling\r\n\r\nSigned-off-by: Duc Tri Nguyen <[email protected]>\r\n\r\nunroll prf to shake256x4\r\n\r\nSigned-off-by: Duc Tri Nguyen <[email protected]>\r\nSigned-off-by: Duc Tri Nguyen <[email protected]>\r\n\r\nfix space\r\n\r\nSigned-off-by: Duc Tri Nguyen <[email protected]>\r\n\r\nassume input pointers are valid, thus, remove conditions.\r\n\r\nmove memcpy outside of the loop",
"timestamp": "2024-07-19T04:06:40+01:00",
"tree_id": "875dd304a7e951f97e792cab580ba9f2196bf863",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/commit/88fcf89619af84a941f403cfbb02780f2c6f3b02"
},
"date": 1721358744957,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 297654,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 368849,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 495721,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 510738,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 596249,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 763549,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 771226,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 871364,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 1078978,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [
Expand Down

0 comments on commit 06e438b

Please sign in to comment.