-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Arm Cortex-A72 (Raspberry Pi 4) benchmarks (customSmallerIsBetter…
…) benchmark result for 88fcf89
- Loading branch information
github-action-benchmark
committed
Jul 19, 2024
1 parent
06e438b
commit 6b9fcfc
Showing
1 changed file
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1721358747962, | ||
"lastUpdate": 1721358959679, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -485,6 +485,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": 1721358957664, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "MLKEM512 keypair", | ||
"value": 150101, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM512 encaps", | ||
"value": 175718, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM512 decaps", | ||
"value": 226211, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 keypair", | ||
"value": 258716, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 encaps", | ||
"value": 288241, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 decaps", | ||
"value": 354840, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 keypair", | ||
"value": 396398, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 encaps", | ||
"value": 429277, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 decaps", | ||
"value": 513338, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
], | ||
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [ | ||
|