TimeTests.runTests

Measure tests in a naive manner

template TimeTests(alias that)
version(unittest)
JSONValue
runTests
(
size_t iters
)

Parameters

iters size_t

How many iterations to time each test

Return Value

Type: JSONValue

JSONValue containing collected data

Meta