Skip to content

Commit beecd6c

Browse files
Update benchmarking.jl
1 parent 12e358f commit beecd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/benchmarking.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Returns a DataFrame with results including element type information.
8080
"""
8181
function benchmark_algorithms(matrix_sizes, algorithms, alg_names, eltypes;
8282
samples = 5, seconds = 0.5, sizes = [:tiny, :small, :medium, :large],
83-
check_correctness = true, correctness_tol = 1e-2)
83+
check_correctness = true, correctness_tol = 1e0)
8484

8585
# Set benchmark parameters
8686
old_params = BenchmarkTools.DEFAULT_PARAMETERS

0 commit comments

Comments
 (0)