Skip to content

Commit

Permalink
Add input key to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Feb 20, 2024
1 parent 718ea21 commit ddc48b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tab = Dict{Symbol, Any}(
:string => string,
:Int => Int64,
:String => String,
:input1 => 15
)

SUITE["interpret"]["compiled"] = @benchmarkable example = (input1) -> if input1 % 5 == 0 && input1 % 3 == 0 return "FizzBuzz" else string(input1) end
Expand Down

0 comments on commit ddc48b2

Please sign in to comment.