microbenchmark
RU: микробенчмарк
A benchmark that measures the performance of a single isolated function or code block, deliberately excluding system-level overhead such as I/O, GC pauses, or process startup. Requires a harness such as JMH or Criterion to control JIT warm-up and prevent dead-code elimination from distorting results.