We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9229b commit 687ae2eCopy full SHA for 687ae2e
benchmark/MPSKitBenchmarks/MPSKitBenchmarks.jl
@@ -4,6 +4,8 @@ using BenchmarkTools
4
using MPSKit
5
using TOML
6
7
+include("utils/BenchUtils.jl")
8
+
9
BenchmarkTools.DEFAULT_PARAMETERS.seconds = 20.0
10
BenchmarkTools.DEFAULT_PARAMETERS.samples = 10000
11
BenchmarkTools.DEFAULT_PARAMETERS.time_tolerance = 0.15
benchmark/MPSKitBenchmarks/utils/BenchUtils.jl
@@ -0,0 +1,3 @@
1
+module BenchUtils
2
3
+end
0 commit comments