-
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 99893eb
- Loading branch information
github-action-benchmark
committed
Jun 28, 2024
1 parent
cf366a7
commit 6e603e4
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": 1719406260044, | ||
"lastUpdate": 1719553431104, | ||
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64", | ||
"entries": { | ||
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ | ||
|
@@ -71,6 +71,75 @@ window.BENCHMARK_DATA = { | |
"unit": "cycles" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Matthias J. Kannwischer", | ||
"username": "mkannwischer" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "99893ebf2436c1ab8d9122c963931cf999153f88", | ||
"message": "Add M1 benchmarking code (#81)\n\n* add M1 benchmarking code\r\n\r\nSigned-off-by: Matthias J. Kannwischer <[email protected]>\r\n\r\n* Update scripts/tests\r\n\r\nCo-authored-by: Hanno Becker <[email protected]>\r\nSigned-off-by: Matthias J. Kannwischer <[email protected]>\r\n\r\n* improve bench script\r\n\r\nSigned-off-by: Matthias J. Kannwischer <[email protected]>\r\n\r\n* add taskpolicy\r\n\r\nSigned-off-by: Matthias J. Kannwischer <[email protected]>\r\n\r\n* typo\r\n\r\nSigned-off-by: Matthias J. Kannwischer <[email protected]>\r\n\r\n---------\r\n\r\nSigned-off-by: Matthias J. Kannwischer <[email protected]>\r\nCo-authored-by: Hanno Becker <[email protected]>", | ||
"timestamp": "2024-06-28T13:40:04+08:00", | ||
"tree_id": "dcc9da99b0216e78be2ea2cfa84fe85b0dc6adda", | ||
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/commit/99893ebf2436c1ab8d9122c963931cf999153f88" | ||
}, | ||
"date": 1719553429162, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "MLKEM512 keypair", | ||
"value": 139839, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM512 encaps", | ||
"value": 173467, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM512 decaps", | ||
"value": 224224, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 keypair", | ||
"value": 240948, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 encaps", | ||
"value": 285582, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM768 decaps", | ||
"value": 352382, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 keypair", | ||
"value": 378944, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 encaps", | ||
"value": 429900, | ||
"unit": "cycles" | ||
}, | ||
{ | ||
"name": "MLKEM1024 decaps", | ||
"value": 513382, | ||
"unit": "cycles" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|