Organisationsocaml-multicoremulticore-benchefb15d (main)debian-13-5.4_x86_32_opam-2.5

debian-13-5.4_x86_32_opam-2.5

Link Copied
Code Copied

Logs

2026-02-15 17:59.35: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (efb15d8562dbdc1ba976ffc574de028e3c11c123) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "main" && cd "multicore-bench" && git reset --hard efb15d85
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
# debian-13-5.4_x86_32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.2.1.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 thread-table.1.0.0 topkg.1.1.1 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-02-15 17:59.35: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e-debian-13-5.4_x86_32_opam-2.5-22f66da174876fb9888d07b70e4a2f9c"
2026-02-15 17:59.35: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
(comment debian-13-5.4_x86_32_opam-2.5)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.2.1.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 thread-table.1.0.0 topkg.1.1.1 yojson.3.0.0")
(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.5 --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"))
)


2026-02-15 17:59.35: Waiting for resource in pool OCluster
2026-02-15 19:07.45: Waiting for worker…
2026-02-15 19:13.02: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at efb15d8 Inline `Atomic` and `Ref` ops and unroll


(from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locally
docker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opam
b536877d3c0a: Already exists
bccea9e34407: Already exists
16a19f8f73ac: Already exists
24b068660eba: Already exists
0d733f3d73ff: Already exists
9e24ce741f51: Already exists
8f72c68d553f: Already exists
f54f6fc8bfc4: Already exists
d06a9f3b5a73: Already exists
d42229ae6b83: Already exists
d41dddb298da: Already exists
e9711f882917: Already exists
07cbb93c10a3: Already exists
2b3607a942e5: Already exists
d5893ae3accb: Already exists
c3146a632652: Already exists
3d57776a1d42: Already exists
3d57776a1d42: Already exists
839cefcf2b8e: Already exists
026aaf3511fa: Already exists
0a2654a36ae9: Already exists
b23dc160efe7: Already exists
4f4fb700ef54: Already exists
c84b92e17807: Already exists
e6680f6f46b9: Already exists
69486b6cae87: Already exists
9909fe838d3d: Already exists
3b1fbc03b573: Already exists
1d2df1685cc4: Already exists
9bb166b2b0ea: Already exists
9585c6d51dc3: Already exists
ddd1a568c795: Already exists
64338fd8dd2d: Already exists
9be4283ff733: Already exists
783fb857d3f0: Already exists
699fb07ac9eb: Already exists
dfd2f30ac354: Already exists
0957629b6db6: Already exists
50b35bb0a587: Already exists
e4e361267282: Already exists
d8d67cfb2698: Already exists
1733597b7dba: Already exists
921726d6d5f8: Already exists
cf4eebdd42ea: Already exists
2ea6c26346f9: Already exists
4e82b5c15dad: Already exists
53cf02a49f89: Already exists
6d652118326c: Already exists
Digest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
Status: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
2026-02-15 19:18.31 ---> using "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64" from cache


/: (comment debian-13-5.4_x86_32_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 19:18.31 ---> using "8bf2208dcd99b73b19fb525db653574524d6676298159838a734fed974049567" 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 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 19:18.31 ---> using "0fc3f3f1c6af3c543dfcdffb553f9db1f0efd0bd035a672f589b7c1e1812afe5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-15 19:18.31 ---> using "385401cce6700537005a0a9f12abfbbfbf3c21b42c8c7ba95d0bb6910a1f2d9f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 19:18.31 ---> using "7e5ced75d3ecea24fe578a7b4f4d6409b0850c8de36aafe4f46b3d2afd561d00" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
340ee6fd1f..66fe1c299d  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 19:18.31 ---> using "cf5c83630c21df4632e9c5aa447ab6fe4519cf131e022f25cfbce85ddf7a09fa" from cache


/src: (copy (src multicore-bench.opam) (dst ./))
2026-02-15 19:18.32 ---> saved as "695971db360d1ee75163f746c6e45536129da98d84ce2999348c42b909b7cce3"


/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)
2026-02-15 19:18.36 ---> saved as "80028e3e9f7891327e97120d84d0a0e18b3f99838f855008f97b8b2c0703da1e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 19:18.37 ---> saved as "4f9a7b677c2403215048f55254821a0f3d5494708122866198b0ebff72dc1418"


/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.2.1.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 thread-table.1.0.0 topkg.1.1.1 yojson.3.0.0")


/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.5 --depext-only -y multicore-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [98.6 kB]
- Fetched 189 kB in 0s (896 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-option-bytecode-only 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-02-15 19:18.59 ---> saved as "fb634dceb6c9a7c5d01d25142a529c96dc1b686ddc34b5a20a7535a213e86784"


/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-option-bytecode-only 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 22 packages
- install astring            0.8.5
- install backoff            0.1.1
- install camlp-streams      5.0.1
- install cmdliner           2.1.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.21.1
- install fmt                0.11.0
- install logs               0.10.0
- install mdx                2.5.1
- install mtime              2.1.0
- install multicore-magic    2.3.2
- install ocaml-version      4.0.3
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.14.0
- install result             1.5
- install thread-table       1.0.0
- install topkg              1.1.1
- install yojson             3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.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.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.2  (cached)
-> retrieved mdx.2.5.1  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.1  (cached)
-> installed ocamlfind.1.9.8
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed dune.3.21.1
-> installed domain_shims.0.1.0
-> installed backoff.0.1.1
-> installed thread-table.1.0.0
-> installed result.1.5
-> installed csexp.1.5.2
-> installed ocaml-version.4.0.3
-> installed multicore-magic.2.3.2
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed cppo.1.8.0
-> installed mdx.2.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 19:23.05 ---> saved as "1517eba124de6070d5115cd744a0bcd619dd3947ae75fcbba0f3675248a7cad0"


/src: (copy (src .) (dst /src))
2026-02-15 19:23.05 ---> saved as "024fed897dcd95ef920474a759f301fcbb86427690ab71f51a153aedc705be39"


/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:
11.23 M/s
ops over time/get:
19.96 M/s
ops over time/incr:
5.92 M/s
ops over time/push & pop:
2.04 M/s
ops over time/swap:
2.17 M/s
ops over time/xchg int:
13.72 M/s
time per op/cas int:
89.06 ns
time per op/get:
50.10 ns
time per op/incr:
168.92 ns
time per op/push & pop:
489.70 ns
time per op/swap:
460.46 ns
time per op/xchg int:
72.90 ns
Atomic incr:
ops over time/CAS, 1 domains:
3.77 M/s
ops over time/CAS, 2 domains:
4.23 M/s
ops over time/CAS, 4 domains:
4.28 M/s
ops over time/CAS, 8 domains:
3.85 M/s
ops over time/CAS with backoff, 1 domains:
4.20 M/s
ops over time/CAS with backoff, 2 domains:
3.91 M/s
ops over time/CAS with backoff, 4 domains:
3.74 M/s
ops over time/CAS with backoff, 8 domains:
4.18 M/s
ops over time/Incr, 1 domains:
4.91 M/s
ops over time/Incr, 2 domains:
9.39 M/s
ops over time/Incr, 4 domains:
12.90 M/s
ops over time/Incr, 8 domains:
15.91 M/s
time per op/CAS, 1 domains:
264.90 ns
time per op/CAS, 2 domains:
472.39 ns
time per op/CAS, 4 domains:
933.50 ns
time per op/CAS, 8 domains:
2075.64 ns
time per op/CAS with backoff, 1 domains:
237.91 ns
time per op/CAS with backoff, 2 domains:
511.03 ns
time per op/CAS with backoff, 4 domains:
1068.65 ns
time per op/CAS with backoff, 8 domains:
1913.71 ns
time per op/Incr, 1 domains:
203.87 ns
time per op/Incr, 2 domains:
212.91 ns
time per op/Incr, 4 domains:
310.19 ns
time per op/Incr, 8 domains:
502.87 ns
Bounded_q:
messages over time/1 adder, 1 taker:
0.39 M/s
messages over time/1 adder, 2 takers:
0.31 M/s
messages over time/1 adder, 4 takers:
0.18 M/s
messages over time/2 adders, 1 taker:
0.48 M/s
messages over time/2 adders, 2 takers:
0.29 M/s
messages over time/2 adders, 4 takers:
0.29 M/s
messages over time/4 adders, 1 taker:
0.55 M/s
messages over time/4 adders, 2 takers:
0.38 M/s
messages over time/4 adders, 4 takers:
0.27 M/s
messages over time/one domain:
0.63 M/s
time per message/1 adder, 1 taker:
5101.77 ns
time per message/1 adder, 2 takers:
9588.32 ns
time per message/1 adder, 4 takers:
27376.69 ns
time per message/2 adders, 1 taker:
6308.73 ns
time per message/2 adders, 2 takers:
13804.40 ns
time per message/2 adders, 4 takers:
20696.03 ns
time per message/4 adders, 1 taker:
9133.91 ns
time per message/4 adders, 2 takers:
15604.80 ns
time per message/4 adders, 4 takers:
29813.26 ns
time per message/one domain:
1596.08 ns
Hashtbl:
operations over time/1 worker, 10% reads:
0.77 M/s
operations over time/1 worker, 50% reads:
0.83 M/s
operations over time/1 worker, 90% reads:
0.93 M/s
operations over time/2 workers, 10% reads:
0.57 M/s
operations over time/2 workers, 50% reads:
0.54 M/s
operations over time/2 workers, 90% reads:
0.68 M/s
operations over time/4 workers, 10% reads:
0.55 M/s
operations over time/4 workers, 50% reads:
0.68 M/s
operations over time/4 workers, 90% reads:
0.67 M/s
operations over time/8 workers, 10% reads:
0.56 M/s
operations over time/8 workers, 50% reads:
0.59 M/s
operations over time/8 workers, 90% reads:
0.76 M/s
operations over time/one domain, 10% reads:
0.99 M/s
operations over time/one domain, 50% reads:
1.04 M/s
operations over time/one domain, 90% reads:
1.17 M/s
time per operation/1 worker, 10% reads:
1305.79 ns
time per operation/1 worker, 50% reads:
1208.08 ns
time per operation/1 worker, 90% reads:
1070.22 ns
time per operation/2 workers, 10% reads:
3538.00 ns
time per operation/2 workers, 50% reads:
3734.38 ns
time per operation/2 workers, 90% reads:
2940.06 ns
time per operation/4 workers, 10% reads:
7295.51 ns
time per operation/4 workers, 50% reads:
5873.61 ns
time per operation/4 workers, 90% reads:
5959.29 ns
time per operation/8 workers, 10% reads:
14208.34 ns
time per operation/8 workers, 50% reads:
13494.55 ns
time per operation/8 workers, 90% reads:
10568.53 ns
time per operation/one domain, 10% reads:
1012.01 ns
time per operation/one domain, 50% reads:
961.82 ns
time per operation/one domain, 90% reads:
855.15 ns
Queue:
messages over time/one domain:
1.35 M/s
time per message/one domain:
739.29 ns
Ref with Mutex:
ops over time/cas int:
2.79 M/s
ops over time/get:
4.35 M/s
ops over time/incr:
3.82 M/s
ops over time/push & pop:
4.57 M/s
ops over time/swap:
3.65 M/s
ops over time/xchg int:
3.54 M/s
time per op/cas int:
358.69 ns
time per op/get:
229.76 ns
time per op/incr:
262.09 ns
time per op/push & pop:
218.79 ns
time per op/swap:
274.21 ns
time per op/xchg int:
283.88 ns
Ref with [@poll error]:
ops over time/cas int:
11.10 M/s
ops over time/get:
28.49 M/s
ops over time/incr:
23.94 M/s
ops over time/push & pop:
2.23 M/s
ops over time/swap:
2.36 M/s
ops over time/xchg int:
11.57 M/s
time per op/cas int:
90.12 ns
time per op/get:
35.10 ns
time per op/incr:
41.77 ns
time per op/push & pop:
448.89 ns
time per op/swap:
422.88 ns
time per op/xchg int:
86.45 ns
Stack:
messages over time/one domain:
1.64 M/s
time per message/one domain:
611.20 ns
Unix:
blocking reads over time/1 worker:
0.52 M/s
blocking reads over time/2 workers:
1.08 M/s
blocking reads over time/4 workers:
2.17 M/s
time per blocking read/1 worker:
1906.95 ns
time per blocking read/2 workers:
1846.13 ns
time per blocking read/4 workers:
1847.32 ns
2026-02-15 19:23.26 ---> saved as "35f05364083ba0d258386ecbcf0259b9ae33a091127a8a1c67e4fcf5824932e8"
Job succeeded
2026-02-15 19:23.26: Job succeeded