Skip to content

Commit fd3c82b

Browse files
committed
Fix serialization of custom benchmarking result
1 parent 8c87eb9 commit fd3c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const SUPPORTED_TYPES = Dict{Symbol,Type}(
1616
)
1717
# n.b. Benchmark type not included here, since it is gensym'd
1818

19-
function customisable_result_recover end
19+
customisable_result_recover(::Nothing) = nothing
2020

2121
function JSON.lower(x::Union{values(SUPPORTED_TYPES)...})
2222
d = Dict{String,Any}()

0 commit comments

Comments
 (0)