Skip to content

Commit 0b28c7a

Browse files
authored
Re-enable test_perf_create_series_dataframe (#94)
Disabled by mistake (while performance testing older versions of nq)
1 parent b89e7e5 commit 0b28c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/test_perf_output_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_create_metrics_dataframe_with_random_data(
9090
dict(num_experiments=200, num_paths=50, num_steps=100, min_p0=0.600, max_p80=1.000, max_p100=1.500),
9191
dict(num_experiments=50, num_paths=200, num_steps=100, min_p0=0.600, max_p80=1.000, max_p100=1.500),
9292
)
93-
def xtest_perf_create_series_dataframe(benchmark, num_experiments, num_paths, num_steps):
93+
def test_perf_create_series_dataframe(benchmark, num_experiments, num_paths, num_steps):
9494
"""Test the performance of create_series_dataframe"""
9595
series_data = {}
9696
for exp in range(num_experiments):

0 commit comments

Comments
 (0)