Skip to content

Commit

Permalink
cleanup benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan-P committed Aug 26, 2023
1 parent ddfdb88 commit 3fd1d54
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benchmark/benchmark_gpu_innertype.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ function plot_result(df)
logarr = log.(arr)
exp.(range(min(logarr...), stop=max(logarr...), length=8))
end

my_plots = []
for col in names
push!(my_plots, plot(df.n_values, df[!, col]))
end
plot(df.n_values, [df[!, col] for col in names], marker=:circle, label=reshape(["times $col" for col in names], (1, length(names))), xlabel="n", ylabel="Execution Time (s)", title="gpu inner type comparison (fast column)", xticks=df.n_values[1:2:end], xscale=:log2, yticks=my_y_axis([df[!, col] for col in names]), yscale=:log10, legend=:topleft, size=(1200, 800))
end

Expand Down

0 comments on commit 3fd1d54

Please sign in to comment.