Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 9, 2023
1 parent d25f3f0 commit 84d9e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.0rc6
rev: 0.1.0
hooks:
- id: check-dev-files
args:
Expand Down

1 comment on commit 84d9e25

@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: 84d9e25 Previous: 21a21ba Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 7.500000461719118 iter/sec (stddev: 0.0015932040333125174) 15.091606902802761 iter/sec (stddev: 0.001597165128720511) 2.01
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 6.973939097447745 iter/sec (stddev: 0.0009420599027152798) 15.246453009664432 iter/sec (stddev: 0.0002718823501960658) 2.19
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 7.1087997907012115 iter/sec (stddev: 0.0015636613421807486) 15.543662382731911 iter/sec (stddev: 0.0009863915622336588) 2.19

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

Please sign in to comment.