sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

Added slow but thorough matrix benchmarks #65

Closed tom-pytel closed 4 years ago

tom-pytel commented 4 years ago

These were requested to test the new matrix intermediate simplification in sympy PR #18572.

moorepants commented 4 years ago

Note that we specifically want to avoid slow benchmarks. I suggest that benchmarks should be under a second here: https://github.com/sympy/sympy_benchmarks/issues/8

tom-pytel commented 4 years ago

Are the benchmarks in the slow_benchmarks directory run by default? I thought I had read than no, so that is where these reside.

moorepants commented 4 years ago

I see. I guess those are not run, see https://github.com/sympy/sympy_benchmarks/issues/35.