PerfTestOneProc typedef

PerfTestOneProc = Future Function(PerfTestOne test, int lapNo)

Actual user-defined procedure to test

Implementation

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