cheatah
Benchmarks

p256 benchmarks

The generated measurement tables for the p256 module — every case, its stamp (commit, host, harness) and how to reproduce it.

Micro-benchmarks of the p256 module (tests/benchmarks/p256_bench.cpp, release build, one core):

Op

median

spread

throughput

BM_P256_Sign

58.34 µs

±770.07 ns IQR

17.1 k/s

BM_P256_Verify

88.69 µs

±588.83 ns IQR

11.3 k/s

Verification runs once per TLS handshake (negligible next to a network round trip); signing is the per-message JWT path.

Back to the p256 reference