Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BenchmarkResult

Hierarchy

  • BenchmarkResult

Index

Properties

iter

iter: number

Number of iterations

max

max: number

Max execution time (in ms)

mean

mean: number

Mean execution time (in ms)

median

median: number

Median execution time (in ms)

min

min: number

Min execution time (in ms)

q1

q1: number

First quartile execution time (in ms). I.e. 25% of all runs were faster/equal to this measurement.

q3

q3: number

Third quartile execution time (in ms). I.e. 25% of all runs were equal/slower than this measurement.

sd

sd: number

Standard deviation (in percent)

total

total: number

Total execution time for all runs (in ms)

Generated using TypeDoc