-
-
Notifications
You must be signed in to change notification settings - Fork 660
Description
I am currently playing with airspeed velocity to track speed regressions in Sage. I would like to benchmark every doctest that has a long time
or benchmark
marker in it and also benchmark every method that has a time_
prefix (probably only in some benchmark module.)
We have something similar set up for https://github.com/MCLF/mclf/tree/master/mclf/benchmarks now. There are only two benchmarks but it works nicely.
I ran the above proposal for all the tags from 8.3.beta0 to 8.3. There's a lot of noise (because there was other activity on the machine) but you get the idea: https://saraedum.github.io/sage/
Another interesting demo of airspeedvelocity that is not related to Sage is here: https://pv.github.io/numpy-bench/#/regressions
Depends on #24655
CC: @roed314 @embray @nthiery @koffie @videlec
Component: doctest framework
Keywords: ContinuousIntegration
Work Issues: documentation, doctests, CI
Author: Julian Rüth
Branch/Commit: public/airspeed_velo @ 68869ae
Issue created by migration from https://trac.sagemath.org/ticket/25262