Hi, It is just to tell that in Theano, the script "theano-nose --time-profile" that is a wrapper on nosetests allow to know the time of each tests. We didn't find this option available in nosetests, so we added it in our wrapper.
HTH, Fred On Fri, Feb 22, 2013 at 4:18 PM, Matthew Rocklin <[email protected]> wrote: > This is a related issue > https://code.google.com/p/sympy/issues/detail?id=3658 > > It would also be great to measure the test-time of each function and each > module in aggregate. For example sympy.stats takes a fair amount of time in > testing but is relatively unused, something should probably be done about > that. > > I suspect that there are a number of tests throughout SymPy that we could > mark as @slow or maybe @kindaslow to help with this. Actually, I really > like the @kindaslow idea. It would be nice to give @slow a priority > @slow(1), @slow(2) so that we could choose what level of testing we care > about. We could then run Travis on the slowest level which allows it to not > be backed up. > > > On Fri, Feb 22, 2013 at 1:09 PM, Ondřej Čertík <[email protected]> > wrote: >> >> Dear Travis-CI support team, >> >> For the sympy repository: >> >> https://travis-ci.org/sympy/sympy/builds >> https://travis-ci.org/sympy/sympy/pull_requests >> >> it looks like that tests are running, but people seem to keep updating >> PRs more often than Travis can run the tests, >> and so there is now more and more scheduled runs in the queue. >> >> The reason is probably that our tests take quite a while to run. What >> is the Travis policy on this? >> We sent some donation to you a few months ago and we would be happy to >> send more, if that would help. >> The other option is for us to refactor our test suite so that it works >> better with Travis-CI. >> What would be reasonable time limits that you think we should get under? >> >> Thanks for any help, >> Ondrej Certik >> http://sympy.org/ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sympy?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
