<div dir="ltr">Hi Mark, <div><br></div><div>Thanks for the suggestion. Minitest does have a -v mode which lists out the time taken for each test, so I've managed to identify the slowest ones. Admittedly I haven't looked for patterns in that yet though, that's a good idea. Was playing around with ruby-prof earlier, but the output of that is always so difficult to interpret! </div>
<div><br></div><div>Thanks</div><div><br></div><div>Tom</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 4 December 2013 22:35, Mark Burns <span dir="ltr"><<a href="mailto:markthedeveloper@gmail.com" target="_blank">markthedeveloper@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">Was going to suggest the --profile flag until I realised that is just for RSpec.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Might sound like a silly question, but have you looked at profiling the suite for the slowest ones?</div>

<div class="gmail_extra">It could help two-fold, help spot the actual tests that are taking up the time, or maybe even better,</div><div class="gmail_extra">help spot the pattern behind what is taking the most time across all the tests.</div>


<div class="gmail_extra"><br></div><div class="gmail_extra">Other than measuring it's difficult to guess what would help.</div></div>
</blockquote></div><br></div>