diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d3fc08f12..c01a9b8b5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,6 +6,7 @@ os: linux arch: x86_64 command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'" + .bench: &bench if: build.message =~ /\[run benchmarks\]/ agents: @@ -14,6 +15,7 @@ os: linux arch: x86_64 num_cpus: 16 + steps: - label: Julia 1.9 timeout_in_minutes: 90 diff --git a/Project.toml b/Project.toml index 439d89081..122f5ea6c 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ GraphViz = "0.2" Graphs = "1" JSON3 = "1" MacroTools = "0.5" -MemPool = "0.4.6" +MemPool = "0.4.10" OnlineStats = "1" Plots = "1" PrecompileTools = "1.2"