Files
fhe/bench/results/tfhe_primitives_20260427T195454Z.json

52 lines
1.4 KiB
JSON

{
"name": "tfhe_primitives",
"host": {
"time": "2026-04-27T19:54:54Z",
"go_version": "go1.26.2",
"goos": "darwin",
"goarch": "arm64",
"num_cpu": 10,
"gomaxprocs": 10,
"cpu_brand": "Apple M1 Max",
"os_product": "macOS",
"os_version": "26.4",
"build_tags": "default",
"fhe_commit": "873ee56fed87a95794aefac5c4921955ba0c332a",
"lattice_commit": "a362b2e4d5fe6e67850e9dbb848fe9ab460e7711"
},
"command": "go test -test.paniconexit0 -test.count=1 -test.run=^$ -test.bench=^BenchmarkReconcile_88_vs_121$|^BenchmarkReconcile_MetalNTTZoo$|^BenchmarkTFHE_TRLWE_Add_CPU$|^BenchmarkThreshold_ShareAggregate_CPU$ -test.benchtime=10x -test.timeout=2m0s",
"cells": [
{
"name": "TRLWE_Add/CPU",
"params": {
"N": "2048",
"backend": "CPU (pure Go)",
"primitive": "trlwe_add"
},
"status": "ok",
"iterations": 1,
"median_ns": 2000,
"mean_ns": 2000,
"p50_ns": 2000,
"p95_ns": 2000,
"p99_ns": 2000,
"ops_per_sec": 500000
},
{
"name": "TRLWE_Add/CPU",
"params": {
"N": "2048",
"backend": "CPU (pure Go)",
"primitive": "trlwe_add"
},
"status": "ok",
"iterations": 10,
"median_ns": 750,
"mean_ns": 833,
"p50_ns": 750,
"p95_ns": 791,
"p99_ns": 791,
"ops_per_sec": 1333333.3333333333
}
]
}