2025-01-21 15:55.17: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/ignore-results-from-ops-on-ref-bench (fcbc847459c7b0a57aed81d20eeda373202e0c2c) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "ignore-results-from-ops-on-ref-bench" && cd "multicore-bench" && git reset --hard fcbc8474 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489 # ubuntu-22.04-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e da383c8610c72e3b8a92e6327148910d1d81cd57 || git fetch origin master) && git reset -q --hard da383c8610c72e3b8a92e6327148910d1d81cd57 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 multicore-bench.opam ./ RUN opam pin add -yn multicore-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y multicore-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-01-21 15:55.17: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489-ubuntu-22.04-5.3_opam-2.3-371af18bf17f57d0742a0bdd3f06aae0" 2025-01-21 15:55.17: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489) (comment ubuntu-22.04-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e da383c8610c72e3b8a92e6327148910d1d81cd57 || git fetch origin master) && git reset -q --hard da383c8610c72e3b8a92e6327148910d1d81cd57 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src multicore-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn multicore-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 yojson.2.2.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y multicore-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-01-21 15:55.17: Waiting for resource in pool OCluster 2025-01-21 15:55.17: Waiting for worker… 2025-01-21 15:55.19: Got resource from pool OCluster Building on x86-bm-c8.sw.ocaml.org HEAD is now at 276f98e Ignore results from ops on `ref` benchmarks HEAD is now at fcbc847 Ignore results from ops on `ref` benchmarks (from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489' locally docker.io/ocaml/opam@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489: Pulling from ocaml/opam ec2379e5623b: Pulling fs layer ec2379e5623b: Verifying Checksum ec2379e5623b: Download complete ec2379e5623b: Pull complete Digest: sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489 Status: Downloaded newer image for ocaml/opam@sha256:1e99f3b08ae43187d18763f91ba97ddc608e9eb52706f3b67dc58538600ff489 2025-01-21 15:55.19 ---> using "860361e46e42f443f2bf34befb3dbdea51b8101768aa9f95cbf28de53fe1aa2f" from cache /: (comment ubuntu-22.04-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-01-21 15:55.19 ---> using "ceb701c31079c97388af661b6664b7571dcac8e160639b3265b064ee229bb0ba" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-21 15:55.19 ---> using "5184719e655d480de1c2cba3a4ca5e8405bd10032c1bc36b402d89fb432c6392" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-01-21 15:55.19 ---> using "5e26849e32f875a107b59d7a80cf90355a14a7198e8e437296c8b7a06236f230" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-21 15:55.19 ---> using "138eadb38515f23bde3f4a0a3be6106dd29111c16abdde786f0594ba35785df4" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e da383c8610c72e3b8a92e6327148910d1d81cd57 || git fetch origin master) && git reset -q --hard da383c8610c72e3b8a92e6327148910d1d81cd57 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..b41fc63234 master -> origin/master da383c8610 Merge pull request #27275 from xavierleroy/maintenance-intent <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-01-21 15:55.19 ---> using "abfc07c4e350d435625b5866b4e342e67cea4ca070a84c3012fe954affc97be1" from cache /src: (copy (src multicore-bench.opam) (dst ./)) 2025-01-21 15:55.19 ---> using "30b96324c09027209449a9a851c0de854e110c5cf13056490f45dd8d721feea9" from cache /src: (run (network host) (shell "opam pin add -yn multicore-bench.dev './'")) [multicore-bench.dev] synchronised (file:///src) multicore-bench is now pinned to file:///src (version dev) 2025-01-21 15:55.19 ---> using "b38f2fbfcbd52b6d4e6427d641e018a43796272ba850ae31fde00cca0e2a19b1" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-01-21 15:55.19 ---> using "c1ac28d32e9dd0ccd996fa734e324e5d2b712c35aa4006a88a09642391e391e1" from cache /src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 yojson.2.2.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y multicore-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1228 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2561 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3527 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.2 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1519 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2860 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3663 kB] - Fetched 15.8 MB in 2s (6684 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [multicore-bench.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-01-21 15:55.19 ---> using "357b52886ad236cbdede3798438c18aa225700cf60e4fe9e28966698758254cd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 23 packages - install astring 0.8.5 - install backoff 0.1.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install domain-local-await 1.0.1 - install domain_shims 0.1.0 - install dune 3.17.1 - install fmt 0.9.0 - install logs 0.7.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-magic 2.3.1 - install ocaml-version 3.7.3 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install re 1.12.0 - install result 1.5 - install seq base - install thread-table 1.0.0 - install topkg 1.0.7 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved ocaml-version.3.7.3 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved dune.3.17.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed mtime.2.1.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed logs.0.7.0 -> installed dune.3.17.1 -> installed domain_shims.0.1.0 -> installed csexp.1.5.2 -> installed backoff.0.1.1 -> installed thread-table.1.0.0 -> installed ocaml-version.3.7.3 -> installed result.1.5 -> installed multicore-magic.2.3.1 -> installed camlp-streams.5.0.1 -> installed domain-local-await.1.0.1 -> installed re.1.12.0 -> installed cppo.1.8.0 -> installed yojson.2.2.2 -> installed mdx.2.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-21 15:55.19 ---> using "d3880ba4a7947d58aad9b3b10b4480176ec4ef723e4e91b89f73b2b3d0dbecd9" from cache /src: (copy (src .) (dst /src)) 2025-01-21 15:55.19 ---> saved as "e62b22db3aa48020273a93c8b012c12c39735b408973ded354e4c07bb9721602" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/bench && ./main.exe -brief) Atomic: ops over time/cas int: 95.08 M/s ops over time/get: 455.91 M/s ops over time/incr: 109.90 M/s ops over time/push & pop: 42.48 M/s ops over time/swap: 64.73 M/s ops over time/xchg int: 92.19 M/s time per op/cas int: 10.52 ns time per op/get: 2.19 ns time per op/incr: 9.10 ns time per op/push & pop: 23.54 ns time per op/swap: 15.45 ns time per op/xchg int: 10.85 ns Atomic incr: ops over time/CAS, 1 domains: 78.47 M/s ops over time/CAS, 2 domains: 13.74 M/s ops over time/CAS, 4 domains: 9.11 M/s ops over time/CAS, 8 domains: 12.14 M/s ops over time/CAS with backoff, 1 domains: 77.33 M/s ops over time/CAS with backoff, 2 domains: 60.30 M/s ops over time/CAS with backoff, 4 domains: 49.65 M/s ops over time/CAS with backoff, 8 domains: 18.64 M/s ops over time/Incr, 1 domains: 103.34 M/s ops over time/Incr, 2 domains: 47.35 M/s ops over time/Incr, 4 domains: 45.50 M/s ops over time/Incr, 8 domains: 43.16 M/s time per op/CAS, 1 domains: 12.74 ns time per op/CAS, 2 domains: 145.59 ns time per op/CAS, 4 domains: 439.25 ns time per op/CAS, 8 domains: 658.74 ns time per op/CAS with backoff, 1 domains: 12.93 ns time per op/CAS with backoff, 2 domains: 33.17 ns time per op/CAS with backoff, 4 domains: 80.57 ns time per op/CAS with backoff, 8 domains: 429.29 ns time per op/Incr, 1 domains: 9.68 ns time per op/Incr, 2 domains: 42.24 ns time per op/Incr, 4 domains: 87.91 ns time per op/Incr, 8 domains: 185.36 ns Bounded_q: messages over time/1 adder, 1 taker: 2.06 M/s messages over time/1 adder, 2 takers: 1.58 M/s messages over time/1 adder, 4 takers: 1.31 M/s messages over time/2 adders, 1 taker: 4.28 M/s messages over time/2 adders, 2 takers: 2.51 M/s messages over time/2 adders, 4 takers: 1.07 M/s messages over time/4 adders, 1 taker: 3.23 M/s messages over time/4 adders, 2 takers: 1.25 M/s messages over time/4 adders, 4 takers: 0.98 M/s messages over time/one domain: 3.92 M/s time per message/1 adder, 1 taker: 970.59 ns time per message/1 adder, 2 takers: 1902.75 ns time per message/1 adder, 4 takers: 3806.40 ns time per message/2 adders, 1 taker: 701.49 ns time per message/2 adders, 2 takers: 1591.50 ns time per message/2 adders, 4 takers: 5600.34 ns time per message/4 adders, 1 taker: 1550.05 ns time per message/4 adders, 2 takers: 4781.37 ns time per message/4 adders, 4 takers: 8175.47 ns time per message/one domain: 255.26 ns Hashtbl: operations over time/1 worker, 10% reads: 5.45 M/s operations over time/1 worker, 50% reads: 8.65 M/s operations over time/1 worker, 90% reads: 9.05 M/s operations over time/2 workers, 10% reads: 2.70 M/s operations over time/2 workers, 50% reads: 4.49 M/s operations over time/2 workers, 90% reads: 5.24 M/s operations over time/4 workers, 10% reads: 3.02 M/s operations over time/4 workers, 50% reads: 4.26 M/s operations over time/4 workers, 90% reads: 4.87 M/s operations over time/8 workers, 10% reads: 1.83 M/s operations over time/8 workers, 50% reads: 2.53 M/s operations over time/8 workers, 90% reads: 2.24 M/s operations over time/one domain, 10% reads: 17.34 M/s operations over time/one domain, 50% reads: 16.91 M/s operations over time/one domain, 90% reads: 11.00 M/s time per operation/1 worker, 10% reads: 183.53 ns time per operation/1 worker, 50% reads: 115.61 ns time per operation/1 worker, 90% reads: 110.48 ns time per operation/2 workers, 10% reads: 741.15 ns time per operation/2 workers, 50% reads: 445.12 ns time per operation/2 workers, 90% reads: 381.62 ns time per operation/4 workers, 10% reads: 1322.86 ns time per operation/4 workers, 50% reads: 938.68 ns time per operation/4 workers, 90% reads: 820.89 ns time per operation/8 workers, 10% reads: 4381.02 ns time per operation/8 workers, 50% reads: 3159.50 ns time per operation/8 workers, 90% reads: 3567.62 ns time per operation/one domain, 10% reads: 57.66 ns time per operation/one domain, 50% reads: 59.13 ns time per operation/one domain, 90% reads: 90.93 ns Queue: messages over time/one domain: 22.07 M/s time per message/one domain: 45.30 ns Ref with Mutex: ops over time/cas int: 12.62 M/s ops over time/get: 13.94 M/s ops over time/incr: 13.84 M/s ops over time/push & pop: 11.97 M/s ops over time/swap: 10.21 M/s ops over time/xchg int: 10.06 M/s time per op/cas int: 79.23 ns time per op/get: 71.76 ns time per op/incr: 72.24 ns time per op/push & pop: 83.52 ns time per op/swap: 97.97 ns time per op/xchg int: 99.39 ns Ref with [@poll error]: ops over time/cas int: 134.82 M/s ops over time/get: 271.60 M/s ops over time/incr: 135.05 M/s ops over time/push & pop: 25.04 M/s ops over time/swap: 91.72 M/s ops over time/xchg int: 137.76 M/s time per op/cas int: 7.42 ns time per op/get: 3.68 ns time per op/incr: 7.40 ns time per op/push & pop: 39.94 ns time per op/swap: 10.90 ns time per op/xchg int: 7.26 ns Stack: messages over time/one domain: 26.03 M/s time per message/one domain: 38.42 ns Unix: blocking reads over time/1 worker: 1.12 M/s blocking reads over time/2 workers: 2.22 M/s blocking reads over time/4 workers: 4.45 M/s time per blocking read/1 worker: 892.88 ns time per blocking read/2 workers: 899.33 ns time per blocking read/4 workers: 899.25 ns 2025-01-21 15:55.36 ---> saved as "2546015b0116cf9c318bcf1fcc1113effd9c26272dd655c91c220bfd9348299d" Job succeeded 2025-01-21 15:55.36: Job succeeded