You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes no sense to run them in CI unless these tests can fail in a useful manner, for example if they detect a drop in performance, right now they are not configured to do so. Also, we should not run the benchmark tests in CI, it is useless because they need a self-hosted runner in order to not be affected by server load and give meaningful results.
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
Package version: (e.g., 0.46.0)
What happened?
We are running benchmark tests in CI
Steps to Reproduce
Run CI
Expected Result
No benchmark tests being run
Actual Result
Benchmark tests are being run
Additional context
It makes no sense to run them in CI unless these tests can fail in a useful manner, for example if they detect a drop in performance, right now they are not configured to do so. Also, we should not run the benchmark tests in CI, it is useless because they need a self-hosted runner in order to not be affected by server load and give meaningful results.
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: