When I first started using Circle I only used it to run tests (RSpec suite for Rails). The insights sections showed me the test-run speed and all was good.
However I’ve recently started using Workflows in anger to create a full CD setup. This means that while the only job that used to run was testing, now jobs are a blend of tests, deployments and other checks.
The insights page though only seems to show performance blended across all jobs. So I’m seeing my test-suite execution time being blended in with the time spent to deploy etc.
In the screenshot above you can see a huge (and artificial) drop in average job performance because jobs are now a blend of tests as well as deployments etc.
I’d really like to look at these things separately. Is that possible? So to see how the tests suite execution time is evolving separately to the deployment time.
Peter