2025-02-09 13:23.18: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (deca5287e35206850ec28880adae0705730115e9) (linux-x86_64:fedora-40-5.3_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb
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:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb
# fedora-40-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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-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 13:23.18: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb-fedora-40-5.3_opam-2.3-bbdea2f49ee045baf858fda2a2111a8d"
2025-02-09 13:23.18: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb)
(comment fedora-40-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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-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 13:23.18: Waiting for resource in pool OCluster
2025-02-09 14:52.23: Waiting for worker…
2025-02-09 14:54.21: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at deca528 Ignore results from ops on `ref` benchmarks
(from ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb)
Unable to find image 'ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb' locally
docker.io/ocaml/opam@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb: Pulling from ocaml/opam
3e5f9561469d: Pulling fs layer
3e5f9561469d: Verifying Checksum
3e5f9561469d: Download complete
3e5f9561469d: Pull complete
Digest: sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb
Status: Downloaded newer image for ocaml/opam@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb
2025-02-09 14:54.21 ---> using "5ff50e8d5058ab75d30e0ca602c0d0902f1a04a8369997f5473ba0c7abcd7623" from cache
/: (comment fedora-40-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64 - Updates 209 kB/s | 17 kB 00:00
Fedora 40 - x86_64 - Updates 5.0 MB/s | 4.5 MB 00:00
Last metadata expiration check: 0:00:06 ago on Sun Feb 9 14:40:27 2025.
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-02-09 14:54.21 ---> using "dbaa95f017162064e90bdeae5302704e4581c525da5bd45b43ab0a588994c443" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-09 14:54.21 ---> using "c9255b0cb06cb5d59a38d3a7e29e4b7914d52bc2ad2630dc8943f23579168715" 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 31 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=31 --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 14:54.21 ---> using "4540b59c91e1479369f533825b3bcf7102a5c2ba2d04a01d2c3d8b52a3dbd0b3" 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-02-09 14:54.21 ---> using "389f7ded9362e2c2ca9d5872a948c41f187c7ddb07ab30a00d2159f7c072620c" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-09 14:54.21 ---> using "354748ff4b5220558845a189605472d8111a7838380c73f845389254fc51b1ee" 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 14:54.21 ---> using "ee44cf46df83d6fa85f126359aca8c53ba7aad022791692fbaef2d5fb751a3ef" from cache
/src: (copy (src multicore-bench.opam) (dst ./))
2025-02-09 14:54.21 ---> saved as "55caa24323e3e9d2822e2f923c4b4afd19a4eb2810bb3dc6940bbc862a8695e8"
/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 14:54.23 ---> saved as "206993f5039a5f32b2845e9f535ab54d667ec67ad0a3dc2449b529a38ee25824"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-09 14:54.24 ---> saved as "006a8e1f2c6ffc38f31c6707b3799a2e36a764c13ed3cda017d8571b79e215c2"
/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-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 "yum" "makecache"
- Fedora 40 - x86_64 295 kB/s | 27 kB 00:00
- Fedora 40 openh264 (From Cisco) - x86_64 14 kB/s | 989 B 00:00
- Fedora 40 - x86_64 - Updates 180 kB/s | 17 kB 00:00
- Metadata cache created.
<><> 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-02-09 14:54.53 ---> saved as "fb114d755bb554e6d22be04ed487b049571c16f8dbad1681b50a3a1ac46aa7a4"
/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.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 backoff.0.1.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved astring.0.8.5 (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.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.8 (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 yojson.2.2.2 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved dune.3.17.2 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.8
-> 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.2
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed thread-table.1.0.0
-> installed result.1.5
-> installed ocaml-version.3.7.3
-> installed multicore-magic.2.3.1
-> installed backoff.0.1.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-02-09 14:55.56 ---> saved as "902ca0a29726e2c95a7e3c11d352e213c4313e9a375f171b840296b3afc9e189"
/src: (copy (src .) (dst /src))
2025-02-09 14:55.56 ---> saved as "ea5131f3e912f5ce88dafc7a875d3906a4e61d88445333dbf8440347cc82c438"
/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:
96.59 M/s
ops over time/get:
355.99 M/s
ops over time/incr:
68.34 M/s
ops over time/push & pop:
45.55 M/s
ops over time/swap:
62.62 M/s
ops over time/xchg int:
93.48 M/s
time per op/cas int:
10.35 ns
time per op/get:
2.81 ns
time per op/incr:
14.63 ns
time per op/push & pop:
21.95 ns
time per op/swap:
15.97 ns
time per op/xchg int:
10.70 ns
Atomic incr:
ops over time/CAS, 1 domains:
68.20 M/s
ops over time/CAS, 2 domains:
16.58 M/s
ops over time/CAS, 4 domains:
10.73 M/s
ops over time/CAS, 8 domains:
7.41 M/s
ops over time/CAS with backoff, 1 domains:
81.23 M/s
ops over time/CAS with backoff, 2 domains:
52.23 M/s
ops over time/CAS with backoff, 4 domains:
58.99 M/s
ops over time/CAS with backoff, 8 domains:
49.23 M/s
ops over time/Incr, 1 domains:
108.47 M/s
ops over time/Incr, 2 domains:
52.05 M/s
ops over time/Incr, 4 domains:
47.32 M/s
ops over time/Incr, 8 domains:
42.47 M/s
time per op/CAS, 1 domains:
14.66 ns
time per op/CAS, 2 domains:
120.62 ns
time per op/CAS, 4 domains:
372.70 ns
time per op/CAS, 8 domains:
1079.40 ns
time per op/CAS with backoff, 1 domains:
12.31 ns
time per op/CAS with backoff, 2 domains:
38.29 ns
time per op/CAS with backoff, 4 domains:
67.80 ns
time per op/CAS with backoff, 8 domains:
162.49 ns
time per op/Incr, 1 domains:
9.22 ns
time per op/Incr, 2 domains:
38.42 ns
time per op/Incr, 4 domains:
84.53 ns
time per op/Incr, 8 domains:
188.39 ns
Bounded_q:
messages over time/1 adder, 1 taker:
2.38 M/s
messages over time/1 adder, 2 takers:
1.68 M/s
messages over time/1 adder, 4 takers:
0.60 M/s
messages over time/2 adders, 1 taker:
2.07 M/s
messages over time/2 adders, 2 takers:
1.69 M/s
messages over time/2 adders, 4 takers:
1.18 M/s
messages over time/4 adders, 1 taker:
2.33 M/s
messages over time/4 adders, 2 takers:
1.64 M/s
messages over time/4 adders, 4 takers:
1.39 M/s
messages over time/one domain:
4.42 M/s
time per message/1 adder, 1 taker:
839.86 ns
time per message/1 adder, 2 takers:
1782.72 ns
time per message/1 adder, 4 takers:
8281.91 ns
time per message/2 adders, 1 taker:
1452.21 ns
time per message/2 adders, 2 takers:
2360.47 ns
time per message/2 adders, 4 takers:
5099.74 ns
time per message/4 adders, 1 taker:
2146.31 ns
time per message/4 adders, 2 takers:
3665.76 ns
time per message/4 adders, 4 takers:
5735.06 ns
time per message/one domain:
226.43 ns
Hashtbl:
operations over time/1 worker, 10% reads:
5.72 M/s
operations over time/1 worker, 50% reads:
9.09 M/s
operations over time/1 worker, 90% reads:
9.61 M/s
operations over time/2 workers, 10% reads:
3.49 M/s
operations over time/2 workers, 50% reads:
4.47 M/s
operations over time/2 workers, 90% reads:
2.80 M/s
operations over time/4 workers, 10% reads:
2.74 M/s
operations over time/4 workers, 50% reads:
4.42 M/s
operations over time/4 workers, 90% reads:
4.20 M/s
operations over time/8 workers, 10% reads:
2.60 M/s
operations over time/8 workers, 50% reads:
2.24 M/s
operations over time/8 workers, 90% reads:
2.63 M/s
operations over time/one domain, 10% reads:
11.71 M/s
operations over time/one domain, 50% reads:
18.26 M/s
operations over time/one domain, 90% reads:
20.32 M/s
time per operation/1 worker, 10% reads:
174.69 ns
time per operation/1 worker, 50% reads:
109.96 ns
time per operation/1 worker, 90% reads:
104.08 ns
time per operation/2 workers, 10% reads:
573.20 ns
time per operation/2 workers, 50% reads:
446.99 ns
time per operation/2 workers, 90% reads:
714.93 ns
time per operation/4 workers, 10% reads:
1461.70 ns
time per operation/4 workers, 50% reads:
905.40 ns
time per operation/4 workers, 90% reads:
951.89 ns
time per operation/8 workers, 10% reads:
3074.72 ns
time per operation/8 workers, 50% reads:
3565.24 ns
time per operation/8 workers, 90% reads:
3038.92 ns
time per operation/one domain, 10% reads:
85.36 ns
time per operation/one domain, 50% reads:
54.75 ns
time per operation/one domain, 90% reads:
49.21 ns
Queue:
messages over time/one domain:
19.78 M/s
time per message/one domain:
50.56 ns
Ref with Mutex:
ops over time/cas int:
15.88 M/s
ops over time/get:
12.86 M/s
ops over time/incr:
11.60 M/s
ops over time/push & pop:
14.43 M/s
ops over time/swap:
15.57 M/s
ops over time/xchg int:
15.81 M/s
time per op/cas int:
62.98 ns
time per op/get:
77.75 ns
time per op/incr:
86.22 ns
time per op/push & pop:
69.32 ns
time per op/swap:
64.24 ns
time per op/xchg int:
63.27 ns
Ref with [@poll error]:
ops over time/cas int:
155.25 M/s
ops over time/get:
454.82 M/s
ops over time/incr:
261.64 M/s
ops over time/push & pop:
47.90 M/s
ops over time/swap:
51.29 M/s
ops over time/xchg int:
145.02 M/s
time per op/cas int:
6.44 ns
time per op/get:
2.20 ns
time per op/incr:
3.82 ns
time per op/push & pop:
20.88 ns
time per op/swap:
19.50 ns
time per op/xchg int:
6.90 ns
Stack:
messages over time/one domain:
27.16 M/s
time per message/one domain:
36.81 ns
Unix:
blocking reads over time/1 worker:
0.84 M/s
blocking reads over time/2 workers:
1.64 M/s
blocking reads over time/4 workers:
2.89 M/s
time per blocking read/1 worker:
1193.16 ns
time per blocking read/2 workers:
1218.30 ns
time per blocking read/4 workers:
1382.89 ns
2025-02-09 14:56.12 ---> saved as "eb4f109f27e8e13650f3dd8b18d6673b069713565b5faa5d205b8dbc4a6b7624"
Job succeeded
2025-02-09 14:56.12: Job succeeded