Organisationsocaml-multicoremulticore-benchefb15d (main)debian-13-5.3_ppc64_opam-2.4

debian-13-5.3_ppc64_opam-2.4

Link Copied
Code Copied

Logs

2025-09-15 18:36.56: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (efb15d8562dbdc1ba976ffc574de028e3c11c123) (linux-ppc64:debian-13-5.3_ppc64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
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.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
# debian-13-5.3_ppc64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.20.2 fmt.0.11.0 logs.0.9.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.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 result.1.5 seq.base thread-table.1.0.0 topkg.1.1.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-09-15 18:36.56: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c-debian-13-5.3_ppc64_opam-2.4-6002683b6d421cfbe1933c41f8fca838"
2025-09-15 18:36.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c)
(comment debian-13-5.3_ppc64_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.20.2 fmt.0.11.0 logs.0.9.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.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 result.1.5 seq.base thread-table.1.0.0 topkg.1.1.0 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.4 --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-09-15 18:36.56: Waiting for resource in pool OCluster
2025-09-15 18:36.56: Waiting for worker…
2025-09-15 18:45.56: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at efb15d8 Inline `Atomic` and `Ref` ops and unroll


(from ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c' locally
docker.io/ocaml/opam@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c: Pulling from ocaml/opam
4cb8224e7ffc: Already exists
2881db2cc3cf: Already exists
cf01c503d686: Already exists
4054e65c31ad: Already exists
e6c01d044349: Already exists
e0a76dd209df: Already exists
ecab6eb02090: Already exists
438acffb07cb: Already exists
d40aab9c496a: Already exists
ce86cbfefb1d: Already exists
cad1f00a99f0: Already exists
e0155553d454: Already exists
613fd8361ffe: Already exists
676c1dbd7d45: Already exists
6ca47976dd8a: Already exists
bcfe9f127595: Already exists
175ac83e5cdf: Already exists
48d2a0e2b9a5: Already exists
b112c4ce8d57: Already exists
0f7191b2bdaa: Already exists
0f1085b9f93d: Already exists
4f4fb700ef54: Already exists
7ffac940511e: Already exists
5371474a2952: Already exists
4be0867080f1: Already exists
0af11b3d562b: Already exists
beeefac609e0: Already exists
faa6bec3a055: Already exists
f2ed69f80d8b: Already exists
83b8b73a5804: Already exists
bbb1508e54e8: Already exists
cdc3e1e54912: Already exists
815d1042e9ae: Already exists
4cc2ce004277: Already exists
a16325b67f55: Already exists
c5b7cc0b7bb5: Already exists
ee79fb7986e3: Already exists
7a865304e68a: Already exists
4027013c440c: Already exists
7add1e5ceb71: Already exists
513642d735bb: Pulling fs layer
ce3e6e26b7ff: Pulling fs layer
181906f75524: Pulling fs layer
ff4bc7044029: Pulling fs layer
70c09a9b6b6f: Pulling fs layer
c82adf1db94c: Pulling fs layer
0b1dd1439e94: Pulling fs layer
ff4bc7044029: Waiting
70c09a9b6b6f: Waiting
c82adf1db94c: Waiting
0b1dd1439e94: Waiting
181906f75524: Verifying Checksum
181906f75524: Download complete
ce3e6e26b7ff: Verifying Checksum
ce3e6e26b7ff: Download complete
513642d735bb: Verifying Checksum
513642d735bb: Download complete
513642d735bb: Pull complete
ce3e6e26b7ff: Pull complete
181906f75524: Pull complete
70c09a9b6b6f: Verifying Checksum
70c09a9b6b6f: Download complete
c82adf1db94c: Verifying Checksum
c82adf1db94c: Download complete
0b1dd1439e94: Verifying Checksum
0b1dd1439e94: Download complete
ff4bc7044029: Verifying Checksum
ff4bc7044029: Download complete
ff4bc7044029: Pull complete
70c09a9b6b6f: Pull complete
c82adf1db94c: Pull complete
0b1dd1439e94: Pull complete
Digest: sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
Status: Downloaded newer image for ocaml/opam@sha256:83831dceff318f8540a6fa4dfc94cff8fb5213d0ec9c2abf674a4038efaa365c
2025-09-15 18:45.56 ---> using "17959b867b6c7631c4b6c59bf49ee27af892fb57728c754bd0ab33125151034e" from cache


/: (comment debian-13-5.3_ppc64_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-15 18:45.56 ---> using "dc489b9ce23b1da220cafa26b081bd1972a4b89c2f4a8ceafd989237e7c5a5fc" 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.


Continue? [Y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-15 18:45.56 ---> using "da34f4558c72d0f3e973863fd6c0f4eb2d8889dcf009858a3a674fc8ad386782" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-15 18:45.56 ---> using "09d340ee405579b28461e0cb2ab86dc359b4df9fe7577cfc619a6277031100ee" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-15 18:45.56 ---> using "ac9d03137970f00a9ca8ea5188136f69e48403ae3cda1f132a00d59bd20840f6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u"))
109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2


<><> 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)
2025-09-15 18:45.56 ---> using "24ddf2edd10fcfcf1687e8dfd0769a922b423f643fb292db07711f6608db23a7" from cache


/src: (copy (src multicore-bench.opam) (dst ./))
2025-09-15 18:45.56 ---> saved as "de8e48d85fd24276c0496ede8f131b7bd5575a41af61650df730d5c0f5f3b561"


/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-09-15 18:46.00 ---> saved as "26d3b005b26b7313ff18264191c46bc523700863d561aa96408ccf4c6bc9095a"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-15 18:46.00 ---> saved as "45065b695afb03d81dda7fd6ea58734ea1c5c8b46da2fe6b2e398cbeeffceb0a"


/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.20.2 fmt.0.11.0 logs.0.9.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.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 result.1.5 seq.base thread-table.1.0.0 topkg.1.1.0 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.4 --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 ppc64el Packages [38.3 kB]
- Fetched 129 kB in 0s (697 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-09-15 18:46.16 ---> saved as "fc9c388d998baeb3cfa206b8bd6e9c2d1714fb67a61f228c53abe16fed35340a"


/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.20.2
- install fmt                0.11.0
- install logs               0.9.0
- install mdx                2.5.0
- install mtime              2.1.0
- install multicore-magic    2.3.1
- install ocaml-version      4.0.1
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.13.2
- install result             1.5
- install seq                base
- install thread-table       1.0.0
- install topkg              1.1.0
- 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.1.3.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.9.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved ocaml-version.4.0.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.20.2
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed ocaml-version.4.0.1
-> installed multicore-magic.2.3.1
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed re.1.13.2
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 18:47.16 ---> saved as "9c60c25718c76b208c5ed4e8d9c7f9cb1fbc8c557423364ae092dde0add7620f"


/src: (copy (src .) (dst /src))
2025-09-15 18:47.17 ---> saved as "fdfe427014b51d87966d969e5f8ffc673bb552fac5d677f1799c557e5dc02e24"


/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:
15.31 M/s
ops over time/get:
41.16 M/s
ops over time/incr:
20.10 M/s
ops over time/push & pop:
10.64 M/s
ops over time/swap:
12.88 M/s
ops over time/xchg int:
16.74 M/s
time per op/cas int:
65.31 ns
time per op/get:
24.30 ns
time per op/incr:
49.76 ns
time per op/push & pop:
94.00 ns
time per op/swap:
77.65 ns
time per op/xchg int:
59.75 ns
Atomic incr:
ops over time/CAS, 1 domains:
10.64 M/s
ops over time/CAS, 2 domains:
8.14 M/s
ops over time/CAS, 4 domains:
4.65 M/s
ops over time/CAS, 8 domains:
3.04 M/s
ops over time/CAS with backoff, 1 domains:
11.12 M/s
ops over time/CAS with backoff, 2 domains:
6.52 M/s
ops over time/CAS with backoff, 4 domains:
4.80 M/s
ops over time/CAS with backoff, 8 domains:
3.74 M/s
ops over time/Incr, 1 domains:
16.70 M/s
ops over time/Incr, 2 domains:
16.09 M/s
ops over time/Incr, 4 domains:
24.24 M/s
ops over time/Incr, 8 domains:
22.40 M/s
time per op/CAS, 1 domains:
94.01 ns
time per op/CAS, 2 domains:
245.66 ns
time per op/CAS, 4 domains:
860.54 ns
time per op/CAS, 8 domains:
2627.89 ns
time per op/CAS with backoff, 1 domains:
89.92 ns
time per op/CAS with backoff, 2 domains:
306.62 ns
time per op/CAS with backoff, 4 domains:
833.93 ns
time per op/CAS with backoff, 8 domains:
2141.87 ns
time per op/Incr, 1 domains:
59.90 ns
time per op/Incr, 2 domains:
124.29 ns
time per op/Incr, 4 domains:
164.99 ns
time per op/Incr, 8 domains:
357.18 ns
Bounded_q:
messages over time/1 adder, 1 taker:
0.71 M/s
messages over time/1 adder, 2 takers:
0.78 M/s
messages over time/1 adder, 4 takers:
0.60 M/s
messages over time/2 adders, 1 taker:
1.36 M/s
messages over time/2 adders, 2 takers:
0.97 M/s
messages over time/2 adders, 4 takers:
0.86 M/s
messages over time/4 adders, 1 taker:
1.29 M/s
messages over time/4 adders, 2 takers:
1.00 M/s
messages over time/4 adders, 4 takers:
0.64 M/s
messages over time/one domain:
3.74 M/s
time per message/1 adder, 1 taker:
2806.98 ns
time per message/1 adder, 2 takers:
3841.38 ns
time per message/1 adder, 4 takers:
8381.46 ns
time per message/2 adders, 1 taker:
2199.14 ns
time per message/2 adders, 2 takers:
4131.77 ns
time per message/2 adders, 4 takers:
6998.91 ns
time per message/4 adders, 1 taker:
3880.99 ns
time per message/4 adders, 2 takers:
6028.08 ns
time per message/4 adders, 4 takers:
12405.31 ns
time per message/one domain:
267.24 ns
Hashtbl:
operations over time/1 worker, 10% reads:
6.17 M/s
operations over time/1 worker, 50% reads:
8.71 M/s
operations over time/1 worker, 90% reads:
4.26 M/s
operations over time/2 workers, 10% reads:
2.35 M/s
operations over time/2 workers, 50% reads:
1.49 M/s
operations over time/2 workers, 90% reads:
2.30 M/s
operations over time/4 workers, 10% reads:
1.08 M/s
operations over time/4 workers, 50% reads:
2.10 M/s
operations over time/4 workers, 90% reads:
1.57 M/s
operations over time/8 workers, 10% reads:
0.79 M/s
operations over time/8 workers, 50% reads:
1.11 M/s
operations over time/8 workers, 90% reads:
1.39 M/s
operations over time/one domain, 10% reads:
18.17 M/s
operations over time/one domain, 50% reads:
19.25 M/s
operations over time/one domain, 90% reads:
25.30 M/s
time per operation/1 worker, 10% reads:
162.04 ns
time per operation/1 worker, 50% reads:
114.78 ns
time per operation/1 worker, 90% reads:
234.95 ns
time per operation/2 workers, 10% reads:
851.85 ns
time per operation/2 workers, 50% reads:
1340.18 ns
time per operation/2 workers, 90% reads:
868.92 ns
time per operation/4 workers, 10% reads:
3704.50 ns
time per operation/4 workers, 50% reads:
1907.98 ns
time per operation/4 workers, 90% reads:
2542.44 ns
time per operation/8 workers, 10% reads:
10120.21 ns
time per operation/8 workers, 50% reads:
7233.84 ns
time per operation/8 workers, 90% reads:
5762.14 ns
time per operation/one domain, 10% reads:
55.03 ns
time per operation/one domain, 50% reads:
51.96 ns
time per operation/one domain, 90% reads:
39.53 ns
Queue:
messages over time/one domain:
15.23 M/s
time per message/one domain:
65.66 ns
Ref with Mutex:
ops over time/cas int:
6.35 M/s
ops over time/get:
15.45 M/s
ops over time/incr:
14.13 M/s
ops over time/push & pop:
9.92 M/s
ops over time/swap:
9.63 M/s
ops over time/xchg int:
9.17 M/s
time per op/cas int:
157.40 ns
time per op/get:
64.72 ns
time per op/incr:
70.76 ns
time per op/push & pop:
100.86 ns
time per op/swap:
103.83 ns
time per op/xchg int:
109.01 ns
Ref with [@poll error]:
ops over time/cas int:
67.16 M/s
ops over time/get:
1355.46 M/s
ops over time/incr:
96.52 M/s
ops over time/push & pop:
51.29 M/s
ops over time/swap:
56.74 M/s
ops over time/xchg int:
65.03 M/s
time per op/cas int:
14.89 ns
time per op/get:
0.74 ns
time per op/incr:
10.36 ns
time per op/push & pop:
19.50 ns
time per op/swap:
17.62 ns
time per op/xchg int:
15.38 ns
Stack:
messages over time/one domain:
16.83 M/s
time per message/one domain:
59.42 ns
Unix:
blocking reads over time/1 worker:
0.91 M/s
blocking reads over time/2 workers:
1.45 M/s
blocking reads over time/4 workers:
3.06 M/s
time per blocking read/1 worker:
1096.98 ns
time per blocking read/2 workers:
1379.15 ns
time per blocking read/4 workers:
1309.04 ns
2025-09-15 18:47.45 ---> saved as "7ed06c012dd329892c0f356d3fbcb0b2f40ff7bfe7d9cf903aa53610041ea007"
Job succeeded
2025-09-15 18:47.45: Job succeeded