Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Improve benchmarks #1142

Merged
merged 19 commits into from
Apr 12, 2020
Prev Previous commit
Next Next commit
remove comma
nitishp25 committed Apr 12, 2020
commit 40f844c8799b3d2030e8531403cd75bdc1fe0ba8
2 changes: 1 addition & 1 deletion asv_benchmarks/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ def time_variance(self, numba_flag):

class CircStd:
params = (True, False)
param_names = "Numba",
param_names = "Numba"

def setup(self, numba_flag):
self.data = np.random.randn(10000, 1000)