Skip to content

Commit

Permalink
use same resolution as master
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Aug 1, 2023
1 parent 91fd2dc commit 0bcb774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics/ttfp/benchmark-ttfp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if Package === :WGLMakie
WGLMakie.JSServe.use_electron_display()
end

set_theme!(resolution=(800, 600))

create_time = @ctime fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @ctime get_colorbuffer(fig)

Expand Down

0 comments on commit 0bcb774

Please sign in to comment.