sympy / sympy_benchmarks

Some benchmarks of SymPy
13 stars 32 forks source link

Add solveset benchmarks #13

Open hargup opened 9 years ago

hargup commented 9 years ago

We should add solveset benchmarks to compare it with solve.

moorepants commented 9 years ago

@hargup You or your current gsoc student would be the best to suggest some good benchmarks. Feel free to add one or point us to some code for a good test.

moorepants commented 9 years ago

BTW, are you all planning to have solve call solveset eventually? If so, once that change is made, you will simply have to look at solve's bechmarks to see whether you sped up or slowed things down.