Skip to content

Statistic tool

Compare
Choose a tag to compare
@pabloelcolombiano pabloelcolombiano released this 20 Oct 15:53
· 34 commits to cake3 since this release

The suite now comes with a statistic tool. This will store the execution time, the test name, the number and the list of the dirty tables for each test.

The statistics will be store after each suite in tmp/test_suite_light/test_suite_statistics.csv.

With the help of your IDE, you can easily order the results and track the slow tests, and improve their respective performance.

Not the that the statistic tool does not perform any query in the database. It uses information that is being gathered regardless of its actvation. It has no significant impact on the overall speed of your tests.