Skip to content

Commit

Permalink
MAINT: remove coverage exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 7, 2023
1 parent e2c529a commit cf5c6ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ test-types =
test =
%(test-types)s
ampform >=0.13 # https://github.com/ComPWA/ampform/issues/208
coverage
coverage !=6.3 # https://github.com/ComPWA/tensorwaves/runs/4988761243
nbmake
nbmake !=1.3.* # https://github.com/ComPWA/tensorwaves/actions/runs/4115773410/jobs/7104945298#step:3:84
nbmake !=1.4.* # https://github.com/ComPWA/tensorwaves/actions/runs/4115722644/jobs/7104829138
Expand Down

1 comment on commit cf5c6ba

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: cf5c6ba Previous: f157490 Ratio
benchmarks/expression.py::test_data[3000-tf] 38.47350558753797 iter/sec (stddev: 0.048860353713612574) 79.0243670241254 iter/sec (stddev: 0.00024368018604328334) 2.05
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.792146754111536 iter/sec (stddev: 0.0017784839362630792) 15.285929190594002 iter/sec (stddev: 0.00036491750069656974) 3.19
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.777875360892098 iter/sec (stddev: 0.00085643525284672) 15.329256810016942 iter/sec (stddev: 0.0006868876953366838) 3.21
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.769696733819447 iter/sec (stddev: 0.0018640480632638272) 14.517232735317432 iter/sec (stddev: 0.000322612163867952) 3.04
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.848101358378616 iter/sec (stddev: 0.0029818245694159494) 16.241743206503152 iter/sec (stddev: 0.0007674291560760532) 3.35

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.