From c07b67cfce3b943ea499310b36cb9badfdf1c8e8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Nov 2024 15:26:40 +0000 Subject: [PATCH] add Arm Cortex-A55 (Snapdragon 888) benchmarks (customSmallerIsBetter) benchmark result for b5e1be178abbbc8ba3f1e1d783e6639bca2c595a --- 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 3fbc2bfbe..aa46b7ac2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1731425148149, + "lastUpdate": 1731425200469, "repoUrl": "https://github.com/pq-code-package/mlkem-native", "entries": { "Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [ @@ -22256,6 +22256,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": "b5e1be178abbbc8ba3f1e1d783e6639bca2c595a", + "message": "Merge pull request #384 from pq-code-package/cbmc_indcpa_dec\n\nCBMC Proof of indcpa_dec()", + "timestamp": "2024-11-12T15:21:59Z", + "tree_id": "cc6315f56587e354937b2a016a2b77b7b06fd851", + "url": "https://github.com/pq-code-package/mlkem-native/commit/b5e1be178abbbc8ba3f1e1d783e6639bca2c595a" + }, + "date": 1731425172889, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "ML-KEM-512 keypair", + "value": 59924, + "unit": "cycles" + }, + { + "name": "ML-KEM-512 encaps", + "value": 70688, + "unit": "cycles" + }, + { + "name": "ML-KEM-512 decaps", + "value": 89227, + "unit": "cycles" + }, + { + "name": "ML-KEM-768 keypair", + "value": 101550, + "unit": "cycles" + }, + { + "name": "ML-KEM-768 encaps", + "value": 115977, + "unit": "cycles" + }, + { + "name": "ML-KEM-768 decaps", + "value": 142519, + "unit": "cycles" + }, + { + "name": "ML-KEM-1024 keypair", + "value": 153648, + "unit": "cycles" + }, + { + "name": "ML-KEM-1024 encaps", + "value": 174012, + "unit": "cycles" + }, + { + "name": "ML-KEM-1024 decaps", + "value": 208923, + "unit": "cycles" + } + ] } ], "Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [