From 3bf40e58617ef89cf773e43040c9283a3c137076 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 4 Dec 2024 12:29:23 +0800 Subject: [PATCH] add Arm Cortex-A76 (Raspberry Pi 5) benchmarks (customSmallerIsBetter) benchmark result for f875b7fb55825dea573c0fbbea0a340d544c4e4a --- dev/bench/data.js | 71 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 8244068a9..488f82a74 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733224771252, + "lastUpdate": 1733286563501, "repoUrl": "https://github.com/pq-code-package/mlkem-native", "entries": { "Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ @@ -44459,6 +44459,75 @@ window.BENCHMARK_DATA = { "unit": "cycles" } ] + }, + { + "commit": { + "author": { + "email": "beckphan@amazon.co.uk", + "name": "Hanno Becker", + "username": "hanno-becker" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "f875b7fb55825dea573c0fbbea0a340d544c4e4a", + "message": "Merge pull request #493 from pq-code-package/cbmc-sym\n\nCBMC: Prove `mlkem_shake256_prf` and `mlkem_shake256_rkprf`", + "timestamp": "2024-12-04T04:26:18Z", + "tree_id": "31629b6f07315f0ed77c0536cc026014bf7d356d", + "url": "https://github.com/pq-code-package/mlkem-native/commit/f875b7fb55825dea573c0fbbea0a340d544c4e4a" + }, + "date": 1733286555217, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "ML-KEM-512 keypair", + "value": 29176, + "unit": "cycles" + }, + { + "name": "ML-KEM-512 encaps", + "value": 35851, + "unit": "cycles" + }, + { + "name": "ML-KEM-512 decaps", + "value": 46652, + "unit": "cycles" + }, + { + "name": "ML-KEM-768 keypair", + "value": 49175, + "unit": "cycles" + }, + { + "name": "ML-KEM-768 encaps", + "value": 55841, + "unit": "cycles" + }, + { + "name": "ML-KEM-768 decaps", + "value": 71007, + "unit": "cycles" + }, + { + "name": "ML-KEM-1024 keypair", + "value": 72212, + "unit": "cycles" + }, + { + "name": "ML-KEM-1024 encaps", + "value": 81519, + "unit": "cycles" + }, + { + "name": "ML-KEM-1024 decaps", + "value": 102034, + "unit": "cycles" + } + ] } ], "Graviton2": [