apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Add execution time to results summary #1

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

Include a "tests run in MM:SS" timing line in the result summary. This will make it easy to see if changes I'm introducing are slowing down the tests significantly.

apjanke commented 5 years ago

Done in https://github.com/apjanke/octave-testify/commit/8f1d038ff4eace49cb1ffba2ce4003105165cdcf.