Skip to content

Commit 5dec863

Browse files
shashiYingboMa
andcommitted
set BenchmarkGroup
Co-authored-by: "Yingbo Ma" <[email protected]>
1 parent be879b0 commit 5dec863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/benchmarks.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ let r = @rule(~x => ~x), rs = RuleSet([r]),
5252
overhead["simplify"]["randterm (+, *):thread"] = @benchmarkable simplify($ex1, threaded=true)
5353
overhead["simplify"]["randterm (/, *):thread"] = @benchmarkable simplify($ex2, threaded=true)
5454

55+
overhead["substitute"] = BenchmarkGroup()
56+
5557

5658
overhead["substitute"]["a"] = @benchmarkable substitute(subs_expr, $(Dict(a=>1))) setup=begin
5759
subs_expr = (sin(a+b) + cos(b+c)) * (sin(b+c) + cos(c+a)) * (sin(c+a) + cos(a+b))

0 commit comments

Comments
 (0)