/** * Micro-benchmark for ts-ternary-tree hot paths. * * Usage: * yarn bench * * Each bench() call runs the task for ~1 second and reports ops/sec. * A higher number is better. Compare before/after code changes to judge * whether an optimisation has real impact. */ export {};