Skip to content

Commit

Permalink
add Arm Cortex-A72 (Raspberry Pi 4) benchmarks (customSmallerIsBetter…
Browse files Browse the repository at this point in the history
…) benchmark result for c37532b
  • Loading branch information
github-action-benchmark committed Jul 2, 2024
1 parent 809fe21 commit 2a0f45a
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": 1719916357824,
"lastUpdate": 1719916574641,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -347,6 +347,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Roderick Chapman",
"username": "rod-chapman"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "c37532bef14837c88cfa797794cce5bfe1358973",
"message": "Add coeff_signed_to_unsigned() functions and its proof (#67)\n\n* Add coeff_signed_to_unsigned() functions and its proof\r\n\r\nSigned-off-by: Rod Chapman <[email protected]>\r\n\r\n* Rename coeff_signed_to_unsigned -> scalar_signed_to_unsigned_q_16\r\n\r\nAlso, uniformize file structure of proof subdirctory for\r\nscalar_signed_to_unsigned_q_16 with those of other functions.\r\n\r\nSigned-off-by: Hanno Becker <[email protected]>\r\n\r\n* Add warning & TODO regarding potential introduction of branch\r\n\r\nscalar_signed_to_unsigned_q_16() uses the expression `(r < 0)`\r\nfor the extraction of the sign-bit, which is prone to compilers\r\nturning them into a branch.\r\n\r\nSigned-off-by: Hanno Becker <[email protected]>\r\n\r\n* Re-write and prove scalar_signed_to_unsigned_q_16() using cmov_int16()\r\n\r\nSigned-off-by: Rod Chapman <[email protected]>\r\n\r\n* Add verify.c to proof dependencies for this function.\r\n\r\nSigned-off-by: Rod Chapman <[email protected]>\r\n\r\n* Increase CBMC_OBJECT_BITS for this function.\r\n\r\nSigned-off-by: Rod Chapman <[email protected]>\r\n\r\n---------\r\n\r\nSigned-off-by: Rod Chapman <[email protected]>\r\nSigned-off-by: Hanno Becker <[email protected]>\r\nCo-authored-by: Hanno Becker <[email protected]>",
"timestamp": "2024-07-02T11:27:13+01:00",
"tree_id": "4067a9e22d19e020bba9a65eb00ac3366b500a85",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/commit/c37532bef14837c88cfa797794cce5bfe1358973"
},
"date": 1719916572653,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 149852,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 176107,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 226776,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 255603,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 287623,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 354589,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 398973,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 433080,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 516800,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 2a0f45a

Please sign in to comment.