Collect and highlight run times of tickets

Issue #117 wontfix
Lübbe Onken created an issue

Just looked through the recently closed tickets and saw: https://bitbucket.org/sglienke/testinsight/issues/90/expand-treeitems-after-run-all-tests

This made me think of the following feature:

  • Let TestInsight collect the run times of the tests.
  • Highlight the run times (in red/green or up/down arrow) if they have become significantly slower/faster compared to the last run.

Would that make sense or is it just eye candy? Would the timings be precise enough to allow meaningful hints that a test is running significantly slower? What would be significant? (5%, 10%, 5ms, 10ms, ...)?

Comments (2)

  1. Stefan Glienke repo owner

    I honestly would leave that to the test framework itself to keep track of such things because there is so much to this that is just out of scope for TestInsight.

    Personally I think if you are doing that it should be done on a very strictly controlled environment that guarantees no side effects to affect the results which can easily happen on your local dev machine.

  2. Log in to comment