sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

Add differentiation benchmarks #82

Closed brocksam closed 1 year ago

brocksam commented 1 year ago

This PR:

This PR introduces so test_ methods in addition to the time_ methods that will be run by asv. These are included here for bookkeeping with the hope that in the future SymPy's benchmarking will support a wider range of benchmark types (see this SymPy mailing list thread and this asv GitHub issue).

moorepants commented 1 year ago

One thing about asv is that the benchmarks shouldn't take much time. Does that 2d walking model take long to compute? How to you plan to handle benchmarks that take a long time if so? See #8.

moorepants commented 1 year ago

LGTM