PerfTestProc typedef

PerfTestProc = Future Function(PerfTestOne test, int lapNo)

Convenience definition, similar to PerfTestOneProc

Implementation

typedef PerfTestProc = Future Function(PerfTestOne test, int lapNo);