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 be879b0 commit 5dec863Copy full SHA for 5dec863
benchmark/benchmarks.jl
@@ -52,6 +52,8 @@ let r = @rule(~x => ~x), rs = RuleSet([r]),
52
overhead["simplify"]["randterm (+, *):thread"] = @benchmarkable simplify($ex1, threaded=true)
53
overhead["simplify"]["randterm (/, *):thread"] = @benchmarkable simplify($ex2, threaded=true)
54
55
+ overhead["substitute"] = BenchmarkGroup()
56
+
57
58
overhead["substitute"]["a"] = @benchmarkable substitute(subs_expr, $(Dict(a=>1))) setup=begin
59
subs_expr = (sin(a+b) + cos(b+c)) * (sin(b+c) + cos(c+a)) * (sin(c+a) + cos(a+b))
0 commit comments