#12272: More # long time additions
----------------------------------+-----------------------------------------
Reporter: jdemeyer | Owner: mvngu
Type: defect | Status: needs_review
Priority: blocker | Milestone: sage-5.0
Component: doctest | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jeroen Demeyer | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by mjo):
Some of these are behaving suspiciously. For example, this one obviously
works:
{{{
gantu sage-main $ sage -t sage/combinat/root_system/root_system.py
sage -t "devel/sage-main/sage/combinat/root_system/root_system.py"
[12.7 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 12.7 seconds
gantu sage-main $ sage -hg qpush
applying 12272_long_time.patch
now at: 12272_long_time.patch
gantu sage-main $ sage -t sage/combinat/root_system/root_system.py
sage -t "devel/sage-main/sage/combinat/root_system/root_system.py"
[2.0 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 2.0 seconds
}}}
Down by around ten seconds. But this one?
{{{
gantu sage-main $ sage -t sage/categories/pushout.py
sage -t "devel/sage-main/sage/categories/pushout.py"
[4.3 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 4.3 seconds
gantu sage-main $ sage -hg qpush
applying 12272_long_time.patch
now at: 12272_long_time.patch
gantu sage-main $ sage -t sage/categories/pushout.py
sage -t "devel/sage-main/sage/categories/pushout.py"
[4.3 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 4.3 seconds
}}}
And what are these?
{{{
# sometimes very slow (up to 60s on sage.math, 2012)
}}}
{{{
# takes a while but caches stuff (21s on sage.math, 2012)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12272#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.