01# QUANTIME PIPELINE
02$ Upload a matching engine, get a live score on speed, throughput, and correctness.
03
04upload → push a .tar.gz with a Dockerfile (or use the bundled sample engine).
05isolate → QuanTime builds it into a hardened sibling container: 256m, 1 CPU, cap-drop ALL, read-only.
06load → a distributed bot fleet bombards it with limit / market / cancel orders at peak volume.
07measure → every interaction is captured: exact p50 / p90 / p99, TPS, and correctness diffs.
08rank → a composite score streams to a live leaderboard over WebSocket.
09
10# SCORE
11score = 0.40·speed + 0.40·throughput + 0.20·correctness
12
13$ echo "performance data is the only source of truth."
14▌