Intermediate Numbers & Data #performance #comparisons #benchmarks

⚡ Comparing Performance Numbers

5 exercises — practice expressing performance improvements accurately: "X is 3x faster", "40% improvement", and how to compare baseline vs. improved numbers without ambiguity.

0 / 5 completed
Key phrases for comparing performance numbers
  • "Reduced from [baseline] to [new value] — a [X]% reduction / [N]x improvement." (most precise)
  • "3x as fast" (preferred over "3x faster" which is ambiguous).
  • "40% improvement in latency" = new latency is 60% of the baseline (latency × 0.60).
  • "Under a sustained load of [N] concurrent users on [hardware/environment]."
  • "Up to X" — always specify conditions; "up to" alone is cherry-picking.
1 / 5
A colleague says "The new query is 3x faster than the old one." The old query took 900ms. What does "3x faster" mean, and what is the new query time?