Intermediate Numbers & Data #benchmarks #performance #comparisons

📈 Benchmark Data & Comparisons

3 exercises — express performance improvements precisely: "40% faster", "3× throughput improvement", "reduced memory usage by 512 MB". Covers percentage vs multiplier descriptions and trade-off reasoning.

0 / 3 completed
Expressing improvements professionally
  • Percentage reduction: "Response time decreased by 75%" (from 400ms to 100ms)
  • Multiplier: "Throughput doubled / tripled / quadrupled / increased 5×"
  • Absolute: "Latency dropped from 450ms to 90ms" (good for context, not as a sole metric)
  • Trade-off: "… while memory usage remained unchanged" / "… at the cost of a 10% increase in CPU"
1 / 3
A developer writes in a PR description: "The new caching layer reduced average query time from 450ms to 90ms." Which sentence correctly describes this improvement in professional English?