Organisationsocaml-multicoremulticore-benchdeca52 (main)debian-12-5.3_arm32_opam-2.3

debian-12-5.3_arm32_opam-2.3

Link Copied
Code Copied

Logs

2025-02-09 12:41.36: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (deca5287e35206850ec28880adae0705730115e9) (linux-arm64:debian-12-5.3_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
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 deca5287
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
# debian-12-5.3_arm32_opam-2.3
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.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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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.2 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.8 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-02-09 12:41.36: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab-debian-12-5.3_arm32_opam-2.3-e9a3bc4a13a8e84feed8872b9a611855"
2025-02-09 12:41.36: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
(comment debian-12-5.3_arm32_opam-2.3)
(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.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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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.2 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.8 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-02-09 12:41.36: Waiting for resource in pool OCluster
2025-02-09 12:41.48: Waiting for worker…
2025-02-09 13:40.38: Got resource from pool OCluster
Building on ocaml-1.osuosl.ci.dev
HEAD is now at 01ef4eb Upgrade to ocamlformat 0.27.0
HEAD is now at deca528 Ignore results from ops on `ref` benchmarks


(from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab' locally
docker.io/ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab: Pulling from ocaml/opam
ca61d863bcc2: Pulling fs layer
f32e69b36c0b: Pulling fs layer
299adb6203fa: Pulling fs layer
32744d3d1124: Pulling fs layer
c3beb3863c05: Pulling fs layer
940aad663e67: Pulling fs layer
32744d3d1124: Waiting
72b96daa901c: Pulling fs layer
ce67d7be8788: Pulling fs layer
940aad663e67: Waiting
2a3009e07c07: Pulling fs layer
72b96daa901c: Waiting
2a3009e07c07: Waiting
ce67d7be8788: Waiting
f32e69b36c0b: Verifying Checksum
f32e69b36c0b: Download complete
299adb6203fa: Download complete
32744d3d1124: Verifying Checksum
32744d3d1124: Download complete
c3beb3863c05: Verifying Checksum
c3beb3863c05: Download complete
72b96daa901c: Download complete
ce67d7be8788: Verifying Checksum
ce67d7be8788: Download complete
2a3009e07c07: Download complete
940aad663e67: Verifying Checksum
940aad663e67: Download complete
ca61d863bcc2: Verifying Checksum
ca61d863bcc2: Download complete
ca61d863bcc2: Pull complete
f32e69b36c0b: Pull complete
299adb6203fa: Pull complete
32744d3d1124: Pull complete
c3beb3863c05: Pull complete
940aad663e67: Pull complete
72b96daa901c: Pull complete
ce67d7be8788: Pull complete
2a3009e07c07: Pull complete
Digest: sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
Status: Downloaded newer image for ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
2025-02-09 13:40.40 ---> using "e6867b0b3b10e9f4600d1412a311377550a6555c94c8f3bef167642fa02c7f8b" from cache


/: (comment debian-12-5.3_arm32_opam-2.3)


/: (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.3 /usr/bin/opam"))
2025-02-09 13:40.40 ---> using "5c487add7a54053f762b3c333abb3ce16972042a943faaf110a68a5f4b2cccc6" 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 79 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=79 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-09 13:40.40 ---> using "22a3d90d948387933448bd830f856833519c22987081cad98ebab0ca7af4a788" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-52-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-02-09 13:40.40 ---> using "170ae8972950503c372545f2a10783dac9843eb7586d39dcb4cdbd38e4db358b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-02-09 13:40.40 ---> using "b194436fae2c726b32674152f7799f46d23a90dabe8346c73cb3648378a24d8b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[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-02-09 13:40.40 ---> using "652207b046bba8e7bd851cab7aba590e1cc129d395feeade5ee031b3425c8f12" from cache


/src: (copy (src multicore-bench.opam) (dst ./))
2025-02-09 13:40.41 ---> saved as "6f82f3f6e06f1586e3b37099cf130ed293c674bfa85261767a47d175577ec8f9"


/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-02-09 13:40.52 ---> saved as "fce9e28c594cd99e370006fa9c971db15edd68f3af5346274470a3c4d1dc143c"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-09 13:40.56 ---> saved as "350509712774a2451c22f8df4c8266ecfa96698982ee9a89d7a236b82fc2a4fb"


/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.2 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.8 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"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [225 kB]
- Fetched 328 kB in 1s (464 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.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-02-09 13:41.28 ---> saved as "af696c6484b2dcb7e9fd90acbb2b3059a58c26ae25c13e78e5148c99e242df34"


/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.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.2
- 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.8
- 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 astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved camlp-streams.5.0.1  (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 ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved dune.3.17.2  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.17.2
-> installed domain_shims.0.1.0
-> installed backoff.0.1.1
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed csexp.1.5.2
-> installed ocaml-version.3.7.3
-> installed camlp-streams.5.0.1
-> installed multicore-magic.2.3.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-02-09 13:43.15 ---> saved as "8ee8bcbe0d8ab5f3c6f8ded0bfbde0ff88a813da876ab17988ba934e508affb3"


/src: (copy (src .) (dst /src))
2025-02-09 13:43.16 ---> saved as "5425e38a49bcec68a4cc7d1da7df20f759ed732f1bb122a283bb2630f2a22a99"


/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:
23.86 M/s
ops over time/get:
30.17 M/s
ops over time/incr:
25.17 M/s
ops over time/push & pop:
8.70 M/s
ops over time/swap:
8.62 M/s
ops over time/xchg int:
23.29 M/s
time per op/cas int:
41.92 ns
time per op/get:
33.15 ns
time per op/incr:
39.74 ns
time per op/push & pop:
114.91 ns
time per op/swap:
116.02 ns
time per op/xchg int:
42.94 ns
Atomic incr:
ops over time/CAS, 1 domains:
14.09 M/s
ops over time/CAS, 2 domains:
5.69 M/s
ops over time/CAS, 4 domains:
2.65 M/s
ops over time/CAS, 8 domains:
4.01 M/s
ops over time/CAS with backoff, 1 domains:
14.42 M/s
ops over time/CAS with backoff, 2 domains:
12.47 M/s
ops over time/CAS with backoff, 4 domains:
6.29 M/s
ops over time/CAS with backoff, 8 domains:
4.68 M/s
ops over time/Incr, 1 domains:
28.18 M/s
ops over time/Incr, 2 domains:
8.40 M/s
ops over time/Incr, 4 domains:
8.07 M/s
ops over time/Incr, 8 domains:
5.39 M/s
time per op/CAS, 1 domains:
70.98 ns
time per op/CAS, 2 domains:
351.21 ns
time per op/CAS, 4 domains:
1508.56 ns
time per op/CAS, 8 domains:
1993.78 ns
time per op/CAS with backoff, 1 domains:
69.34 ns
time per op/CAS with backoff, 2 domains:
160.33 ns
time per op/CAS with backoff, 4 domains:
636.22 ns
time per op/CAS with backoff, 8 domains:
1709.04 ns
time per op/Incr, 1 domains:
35.49 ns
time per op/Incr, 2 domains:
237.97 ns
time per op/Incr, 4 domains:
495.39 ns
time per op/Incr, 8 domains:
1483.63 ns
Bounded_q:
messages over time/1 adder, 1 taker:
1.39 M/s
messages over time/1 adder, 2 takers:
0.53 M/s
messages over time/1 adder, 4 takers:
0.03 M/s
messages over time/2 adders, 1 taker:
0.90 M/s
messages over time/2 adders, 2 takers:
0.62 M/s
messages over time/2 adders, 4 takers:
0.29 M/s
messages over time/4 adders, 1 taker:
0.63 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:
2.27 M/s
time per message/1 adder, 1 taker:
1440.22 ns
time per message/1 adder, 2 takers:
5692.40 ns
time per message/1 adder, 4 takers:
184970.63 ns
time per message/2 adders, 1 taker:
3332.68 ns
time per message/2 adders, 2 takers:
6469.51 ns
time per message/2 adders, 4 takers:
20539.32 ns
time per message/4 adders, 1 taker:
7935.18 ns
time per message/4 adders, 2 takers:
15859.31 ns
time per message/4 adders, 4 takers:
29807.87 ns
time per message/one domain:
440.07 ns
Hashtbl:
operations over time/1 worker, 10% reads:
2.50 M/s
operations over time/1 worker, 50% reads:
2.63 M/s
operations over time/1 worker, 90% reads:
3.55 M/s
operations over time/2 workers, 10% reads:
0.73 M/s
operations over time/2 workers, 50% reads:
0.75 M/s
operations over time/2 workers, 90% reads:
1.19 M/s
operations over time/4 workers, 10% reads:
0.51 M/s
operations over time/4 workers, 50% reads:
0.55 M/s
operations over time/4 workers, 90% reads:
0.77 M/s
operations over time/8 workers, 10% reads:
0.32 M/s
operations over time/8 workers, 50% reads:
0.36 M/s
operations over time/8 workers, 90% reads:
0.48 M/s
operations over time/one domain, 10% reads:
3.28 M/s
operations over time/one domain, 50% reads:
3.57 M/s
operations over time/one domain, 90% reads:
4.27 M/s
time per operation/1 worker, 10% reads:
400.27 ns
time per operation/1 worker, 50% reads:
380.83 ns
time per operation/1 worker, 90% reads:
281.64 ns
time per operation/2 workers, 10% reads:
2724.76 ns
time per operation/2 workers, 50% reads:
2673.56 ns
time per operation/2 workers, 90% reads:
1674.67 ns
time per operation/4 workers, 10% reads:
7870.73 ns
time per operation/4 workers, 50% reads:
7282.99 ns
time per operation/4 workers, 90% reads:
5220.60 ns
time per operation/8 workers, 10% reads:
24707.76 ns
time per operation/8 workers, 50% reads:
22380.54 ns
time per operation/8 workers, 90% reads:
16745.98 ns
time per operation/one domain, 10% reads:
304.88 ns
time per operation/one domain, 50% reads:
279.84 ns
time per operation/one domain, 90% reads:
234.09 ns
Queue:
messages over time/one domain:
4.70 M/s
time per message/one domain:
212.72 ns
Ref with Mutex:
ops over time/cas int:
10.12 M/s
ops over time/get:
16.05 M/s
ops over time/incr:
13.63 M/s
ops over time/push & pop:
11.12 M/s
ops over time/swap:
11.04 M/s
ops over time/xchg int:
11.20 M/s
time per op/cas int:
98.79 ns
time per op/get:
62.29 ns
time per op/incr:
73.39 ns
time per op/push & pop:
89.90 ns
time per op/swap:
90.56 ns
time per op/xchg int:
89.29 ns
Ref with [@poll error]:
ops over time/cas int:
19.00 M/s
ops over time/get:
34.08 M/s
ops over time/incr:
25.84 M/s
ops over time/push & pop:
9.21 M/s
ops over time/swap:
8.75 M/s
ops over time/xchg int:
23.03 M/s
time per op/cas int:
52.62 ns
time per op/get:
29.34 ns
time per op/incr:
38.70 ns
time per op/push & pop:
108.56 ns
time per op/swap:
114.34 ns
time per op/xchg int:
43.42 ns
Stack:
messages over time/one domain:
5.72 M/s
time per message/one domain:
174.72 ns
Unix:
blocking reads over time/1 worker:
2.14 M/s
blocking reads over time/2 workers:
4.39 M/s
blocking reads over time/4 workers:
8.48 M/s
time per blocking read/1 worker:
467.32 ns
time per blocking read/2 workers:
455.78 ns
time per blocking read/4 workers:
471.65 ns
2025-02-09 13:46.36 ---> saved as "8081827888ca544d69d31f29d88dbfcc4d9901bbdd101fdd4fabc03bdb48a370"
Job succeeded
2025-02-09 13:46.37: Job succeeded