Skip to content

Commit cb91237

Browse files
author
github-action-benchmark
committed
add SpacemiT K1 8 (Banana Pi F3) benchmarks (customSmallerIsBetter) benchmark result for e29da58
1 parent 9824974 commit cb91237

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": 1770629099642,
2+
"lastUpdate": 1770629192554,
33
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
44
"entries": {
55
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
@@ -845764,6 +845764,75 @@ window.BENCHMARK_DATA = {
845764845764
"unit": "cycles"
845765845765
}
845766845766
]
845767+
},
845768+
{
845769+
"commit": {
845770+
"author": {
845771+
"email": "matthias@kannwischer.eu",
845772+
"name": "Matthias J. Kannwischer",
845773+
"username": "mkannwischer"
845774+
},
845775+
"committer": {
845776+
"email": "matthias@kannwischer.eu",
845777+
"name": "Matthias J. Kannwischer",
845778+
"username": "mkannwischer"
845779+
},
845780+
"distinct": true,
845781+
"id": "e29da58f6ad23bf695ac23ec4d1614e14fd8ab49",
845782+
"message": "Armv8.1-M: Add .type %function to MLK_ASM_FN_SYMBOL for Thumb\n\nThe newer gcc-arm-embedded 14.3 linker errors on missing .type for a function.\nThis commit adds it to the MLK_ASM_FN_SYMBOL macro.\n\nSigned-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>",
845783+
"timestamp": "2026-02-09T17:10:34+08:00",
845784+
"tree_id": "67b6df169ee572a797da347f57d4d802d1cb777b",
845785+
"url": "https://github.com/pq-code-package/mlkem-native/commit/e29da58f6ad23bf695ac23ec4d1614e14fd8ab49"
845786+
},
845787+
"date": 1770628967869,
845788+
"tool": "customSmallerIsBetter",
845789+
"benches": [
845790+
{
845791+
"name": "ML-KEM-512 keypair",
845792+
"value": 155386,
845793+
"unit": "cycles"
845794+
},
845795+
{
845796+
"name": "ML-KEM-512 encaps",
845797+
"value": 163275,
845798+
"unit": "cycles"
845799+
},
845800+
{
845801+
"name": "ML-KEM-512 decaps",
845802+
"value": 206498,
845803+
"unit": "cycles"
845804+
},
845805+
{
845806+
"name": "ML-KEM-768 keypair",
845807+
"value": 249699,
845808+
"unit": "cycles"
845809+
},
845810+
{
845811+
"name": "ML-KEM-768 encaps",
845812+
"value": 270175,
845813+
"unit": "cycles"
845814+
},
845815+
{
845816+
"name": "ML-KEM-768 decaps",
845817+
"value": 332476,
845818+
"unit": "cycles"
845819+
},
845820+
{
845821+
"name": "ML-KEM-1024 keypair",
845822+
"value": 395381,
845823+
"unit": "cycles"
845824+
},
845825+
{
845826+
"name": "ML-KEM-1024 encaps",
845827+
"value": 422341,
845828+
"unit": "cycles"
845829+
},
845830+
{
845831+
"name": "ML-KEM-1024 decaps",
845832+
"value": 505800,
845833+
"unit": "cycles"
845834+
}
845835+
]
845767845836
}
845768845837
],
845769845838
"Mac Mini (M1, 2020) benchmarks": [

0 commit comments

Comments
 (0)