Skip to content

Commit 687ae2e

Browse files
committed
add Utility module
1 parent 6f9229b commit 687ae2e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

benchmark/MPSKitBenchmarks/MPSKitBenchmarks.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ using BenchmarkTools
44
using MPSKit
55
using TOML
66

7+
include("utils/BenchUtils.jl")
8+
79
BenchmarkTools.DEFAULT_PARAMETERS.seconds = 20.0
810
BenchmarkTools.DEFAULT_PARAMETERS.samples = 10000
911
BenchmarkTools.DEFAULT_PARAMETERS.time_tolerance = 0.15
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module BenchUtils
2+
3+
end

0 commit comments

Comments
 (0)