benchmark

Benchmarks all functions in FUNCS with the given config.

  1. BenchmarkResult[] benchmark(BenchmarkConfig config)
    benchmark
    (
    FUNCS...
    )
    ()
    if (
    allSatisfy!(isCallable, FUNCS)
    )
  2. BenchmarkResult[] benchmark(BenchmarkConfig config, ARGS args)

Parameters

FUNCS

Sequence of functions to be benchmarked.

config BenchmarkConfig

Benchmark configuration.

Remarks: May not be parameterized.

Meta