Skip to content

Commit

Permalink
Add sum benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jun 22, 2017
1 parent 89abc6c commit 05f4c8a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ end
end
end

@benchgroup "Elementary functions" begin
a = Interval(1, 2)

for op in (exp, log, sin, tan)
@bench string(op) $(op)($a)
end
end

@benchgroup "Sum" begin

Expand Down

0 comments on commit 05f4c8a

Please sign in to comment.