-
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 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.
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": 1719916357824, | ||
"lastUpdate": 1719916574641, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -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": [ | ||
|