Closed
Description
Problem
I'm not sure if it would be beneficial for corpus tests to emit how much time it took to run the test.
I've had a test that took a long time, and it turned out to be an undetected parsing issue that resulted in a slower parse.
When looking at inspiration for a good-looking design for an HTML report for corpus tests, I was reminded that in most testing suites, time to execute is a datum that is collected.
I wanted to start some discussion about it.
Expected behavior
Capture and include elapsed time per test in test output.
Activity