With verbose flag, all tests for each test subject are retrieved in
single request, so there is no need to retrieve specific test case again
later, instead it can be fetched from cache.
The performance improvement depends on number of tests explicitly
required.
With verbose flag, all tests for each test subject are retrieved in
single request, so there is no need to retrieve specific test case again
later, instead it can be fetched from cache.
The performance improvement depends on number of tests explicitly
required.
Signed-off-by: Lukas Holecek hluk@email.cz