Skip to content

Commit e72203e

Browse files
committed
Update suffix
1 parent a6f7364 commit e72203e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/execution/testset.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ mutable struct PerfTestSet <: AbstractTestSet
3939
end
4040
end
4141

42+
BenchmarkGroup = BenchmarkTools.BenchmarkGroup
43+
4244

4345
# Save test results or child test sets
4446
function Test.record(ts::PerfTestSet, t::Result; extra_data = nothing)

src/transform/suffix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function perftestsuffix(context :: Context)
169169

170170
testresdict = Dict{String,Union{Dict,Test_Result}}()
171171
if TS isa Vector
172-
benchmarks = BenchmarkGroup()
172+
benchmarks = PerfTest.BenchmarkGroup()
173173
for ts in TS
174174
testresdict[ts.description * ts.iterator] = extractTestResults(TS)
175175
benchmarks[ts.description * ts.iterator] = ts.benchmarks

0 commit comments

Comments
 (0)