Skip to content

Commit 9fdfa24

Browse files
author
github-action-benchmark
committed
add Arm Cortex-A55 (Snapdragon 888) benchmarks (customSmallerIsBetter) benchmark result for ebed0f3
1 parent c3e315a commit 9fdfa24

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

dev/bench/data.js

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1769095146180,
2+
"lastUpdate": 1769095275406,
33
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
44
"entries": {
55
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
@@ -104968,6 +104968,75 @@ window.BENCHMARK_DATA = {
104968104968
"unit": "cycles"
104969104969
}
104970104970
]
104971+
},
104972+
{
104973+
"commit": {
104974+
"author": {
104975+
"email": "matthias@kannwischer.eu",
104976+
"name": "Matthias J. Kannwischer",
104977+
"username": "mkannwischer"
104978+
},
104979+
"committer": {
104980+
"email": "matthias@kannwischer.eu",
104981+
"name": "Matthias J. Kannwischer",
104982+
"username": "mkannwischer"
104983+
},
104984+
"distinct": true,
104985+
"id": "ebed0f388fb4a8a4ff99ef7c32e19ac36b0cdba3",
104986+
"message": "Add hol-server for programmatic HOL Light communication\n\nIntegrates hol_server (https://github.com/monadius/hol_server) to enable\nTCP-based communication with HOL Light. This allows sending commands\nprogrammatically via netcat or the VS Code extension.\n\nUsage: hol-server [port] # default port is 2012\n\nUpdate documentation accordingly.\n\n- Ported from https://github.com/pq-code-package/mldsa-native/pull/883\n\nSigned-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>",
104987+
"timestamp": "2026-01-22T23:08:20+08:00",
104988+
"tree_id": "1204b112345ef2d36bea404c46aee5fb9a62cbf3",
104989+
"url": "https://github.com/pq-code-package/mlkem-native/commit/ebed0f388fb4a8a4ff99ef7c32e19ac36b0cdba3"
104990+
},
104991+
"date": 1769094779787,
104992+
"tool": "customSmallerIsBetter",
104993+
"benches": [
104994+
{
104995+
"name": "ML-KEM-512 keypair",
104996+
"value": 59477,
104997+
"unit": "cycles"
104998+
},
104999+
{
105000+
"name": "ML-KEM-512 encaps",
105001+
"value": 67251,
105002+
"unit": "cycles"
105003+
},
105004+
{
105005+
"name": "ML-KEM-512 decaps",
105006+
"value": 85738,
105007+
"unit": "cycles"
105008+
},
105009+
{
105010+
"name": "ML-KEM-768 keypair",
105011+
"value": 97018,
105012+
"unit": "cycles"
105013+
},
105014+
{
105015+
"name": "ML-KEM-768 encaps",
105016+
"value": 110424,
105017+
"unit": "cycles"
105018+
},
105019+
{
105020+
"name": "ML-KEM-768 decaps",
105021+
"value": 137136,
105022+
"unit": "cycles"
105023+
},
105024+
{
105025+
"name": "ML-KEM-1024 keypair",
105026+
"value": 154167,
105027+
"unit": "cycles"
105028+
},
105029+
{
105030+
"name": "ML-KEM-1024 encaps",
105031+
"value": 170457,
105032+
"unit": "cycles"
105033+
},
105034+
{
105035+
"name": "ML-KEM-1024 decaps",
105036+
"value": 206792,
105037+
"unit": "cycles"
105038+
}
105039+
]
104971105040
}
104972105041
],
104973105042
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [

0 commit comments

Comments
 (0)