mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-30 19:41:30 +02:00
CGO_ENABLED=1 go test ./client/internal/pqkem/ -run '^$' -bench . -benchmem 2>&1 | grep -E "Benchmark|ns/op|PASS|ok" | head -20 BenchmarkX25519Keygen-14 33795 34966 ns/op 224 B/op 5 allocs/op BenchmarkX25519ECDH-14 33855 33973 ns/op 32 B/op 1 allocs/op BenchmarkMLKEMKeygen-14 21817 67778 ns/op 8200 B/op 2 allocs/op BenchmarkMLKEMEncaps-14 29918 43235 ns/op 1216 B/op 2 allocs/op BenchmarkMLKEMDecaps-14 26048 56291 ns/op 64 B/op 2 allocs/op PASS ok github.com/netbirdio/netbird/client/internal/pqkem 9.751s Shell cwd was reset to /home/riccardo/Desktop/Personal/netbirdio/netbird