Re: [sympy] How sympy runs the benchmarks so fast?

2024-07-15 Thread Aaron Meurer
Looking at your linked GitHub action, you run the benchmark in the last 5 commits. SymPy's CI for PRs only runs the benchmarks for the PR and master. Aside from this, it's dependent on how long your benchmarks take to run. Someone should probably write a guide on how to make a good benchmark.

[sympy] How sympy runs the benchmarks so fast?

2024-07-15 Thread Asish Kumar
Hi there, I'm a GSoC student with TARDIS-SN this summer and I had a issue with the long time it takes to run benchmarks. Currently my benchmarks are getting run for 1.5 hrs (for only a single commit). I