Changes between Version 1 and Version 2 of Ticket #12415
- Timestamp:
- 02/02/12 18:45:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12415 – Description
v1 v2 2 2 3 3 1. Forking rather than starting up a new Sage each time. 4 4 5 2. Customizeable comparison rather than mutating doctests into new doctests (e.g. followup to #10952). 6 5 7 3. Eliminate need to write temporary files for every doctested file. 8 6 9 4. Provide mechanisms for recording and comparing timings. 10 7 11 5. Constant headaches caused by the difference in doctesting library vs. non-library files. 8 12 13 14 Code at 15 9 16 http://code.google.com/p/sagemath-timer/ 17 18 does most of the above, should be added to the sage library.