Changes between Initial Version and Version 1 of Ticket #25262, comment 63
- Timestamp:
- 02/02/22 02:14:14 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25262, comment 63
initial v1 2 2 3 3 I find that we rarely update the default algorithms. However, this could be quite beneficial say when we upgrade a dependency such as PARI or FLINT. It would be very nice to easily see how the different algorithms perform after an update and also a way to document the instances that have been used to determine the cutoffs that we are using. 4 5 Currently, we are using some homegrown solutions for this, e.g., `matrix/benchmark.py` or `misc/benchmark.py`.