Skip to content

Commit 69d168b

Browse files
authored
Apply suggestion from @Thijss
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 6b13067 commit 69d168b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/grid_performance_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def perf_test_add_lines():
3232
+ "lines.to_node = nodes.id;"
3333
}
3434

35-
code_to_test = ["grid.append(lines, che ck_max_id=False);"]
35+
code_to_test = ["grid.append(lines, check_max_id=False);"]
3636

3737
do_performance_test(code_to_test, [10, 200, 1000], 100, setup_code)
3838

0 commit comments

Comments
 (0)