Skip to content

Commit

Permalink
change timing names
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Oct 16, 2024
1 parent 952e82a commit e316c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/ttfp/benchmark-ttfp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ macro simple_time(expr)
times
end
end
@time "time 1" figure_times = @simple_time fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
@time "creating figure" figure_times = @simple_time fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
@time "benchmark 2" colorbuffer_times = @simple_time colorbuffer(fig; px_per_unit=1)
@time "colorbuffer" colorbuffer_times = @simple_time colorbuffer(fig; px_per_unit=1)

using Statistics

Expand Down

0 comments on commit e316c44

Please sign in to comment.