diff --git a/.github/workflows/compilation-benchmark.yaml b/.github/workflows/compilation-benchmark.yaml index 0661b7c14b1..70ffd1a3e09 100644 --- a/.github/workflows/compilation-benchmark.yaml +++ b/.github/workflows/compilation-benchmark.yaml @@ -28,7 +28,6 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: '1' - include-all-prereleases: true arch: x64 - uses: julia-actions/cache@v1 - name: Benchmark diff --git a/precompile/shared-precompile.jl b/precompile/shared-precompile.jl index efa7a3999cd..ecb28bde129 100644 --- a/precompile/shared-precompile.jl +++ b/precompile/shared-precompile.jl @@ -1,5 +1,8 @@ # File to run to snoop/trace all functions to compile using GeometryBasics + +@compile scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true) + @compile poly(Recti(0, 0, 200, 200), strokewidth=20, strokecolor=:red, color=(:black, 0.4)) @compile scatter(0..1, rand(10), markersize=rand(10) .* 20)