-
-
Notifications
You must be signed in to change notification settings - Fork 641
Open
Description
This ticket adds a new feature to the benchmarking tool introduced in #20526 which allows the user
to interrupt an run (with Ctrl+C) and resume it afterwards by typing Benchmark.run()
again.
It will resume the run at the exact place it was stopped before.
If triggered in verbose mode, the current progress status will be kept (e.g. if stopped at 25%, the first message of the new run in verbose mode will be 25% complete
).
Depends on #20526
CC: @johanrosenkilde @ClementPernet
Component: coding theory
Author: David Lucas
Branch/Commit: u/dlucas/stop_and_restart_feature_for_benchmarking @ 20523d0
Issue created by migration from https://trac.sagemath.org/ticket/20684