Changes between Initial Version and Version 1 of Ticket #28296, comment 2
- Timestamp:
- 07/31/19 07:09:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28296, comment 2
initial v1 1 1 Did you try running it on a raspberry pi, for example? I understand why you would want to test for speed regressions, but this isn't a good way of doing it. 2 3 The doctest framework has already an overall speed factor of the machine, collected from previous runs. It is used for the "slow doctest" warning. At the very least this shoud be taken into account. For failed tests it should also display the actual time taken, not just crash in an !AlarmInterrupt.