Skip to content

Performance & Benchmarks ​

Benchmarks live in tests/Benchmarks/ and track:

  • throughput stability,
  • fan-out behavior,
  • cold vs warm profiles,
  • explain overhead,
  • secret-path performance,
  • push vs pull isolation,
  • CI regression gates.

Benchmark Files ​

FileFocusbenchmark.5.sustained-mutation.test.tssustained mutation throughputbenchmark.6.fanout-sensitivity.test.tsfan-out sensitivitybenchmark.7.cold-warm-profiles.test.tscold/warm/steady profile splitbenchmark.8.explain-overhead.test.tsexplain overhead budgetbenchmark.9.secret-scope-impact.test.tssecret/public latency envelopebenchmark.10.push-vs-pull.test.tseager vs lazy write/read isolationbenchmark.11.secret-push-vs-pull.test.tssecret/public push-read isolationbenchmark.regression-gate.test.tsCI pass/fail thresholdsRun examples:

bash
node tests/Benchmarks/benchmark.5.sustained-mutation.test.ts
node tests/Benchmarks/benchmark.10.push-vs-pull.test.ts
node tests/Benchmarks/benchmark.11.secret-push-vs-pull.test.ts
node tests/Benchmarks/benchmark.regression-gate.test.ts

For detailed benchmark analysis and latest result tables, see:

Human owns meaning. Everything else asks.