Skip to content

Commit

Permalink
fix WGLMakie benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Dec 18, 2023
1 parent da7bcc8 commit 52b9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/ttfp/run-benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ENV["JULIA_PKG_PRECOMPILE_AUTO"] = 0
project1 = make_project_folder("current-pr")
Pkg.activate(project1)
if Package == "WGLMakie"
Pkg.add([(; name="Electron"), (; name="JSServe", rev="master")])
Pkg.add([(; name="Electron")])
end
pkgs = NamedTuple[(; path="./MakieCore"), (; path="."), (; path="./$Package")]
# cd("dev/Makie")
Expand Down

0 comments on commit 52b9186

Please sign in to comment.