Organisationsocaml-multicoremulticore-bench01ef4e ()fedora-40-5.2_opam-2.3

fedora-40-5.2_opam-2.3

Link Copied
Code Copied

Logs

2025-01-08 21:57.28: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (01ef4eb5bba33f6093286a7c3240192d097b6999) (linux-x86_64:fedora-40-5.2_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6
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 01ef4eb5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6
# fedora-40-5.2_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 3bf64585fc5ee152bbad91f6d48717c1b37b48f8 || git fetch origin master) && git reset -q --hard 3bf64585fc5ee152bbad91f6d48717c1b37b48f8 && 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-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 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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-08 21:57.28: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6-fedora-40-5.2_opam-2.3-07d0a9da36416ce62039a926fb978eb0"
2025-01-08 21:57.28: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6)
(comment fedora-40-5.2_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 3bf64585fc5ee152bbad91f6d48717c1b37b48f8 || git fetch origin master) && git reset -q --hard 3bf64585fc5ee152bbad91f6d48717c1b37b48f8 && 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-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 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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-08 21:57.28: Waiting for resource in pool OCluster
2025-01-08 22:34.12: Waiting for worker…
2025-01-08 22:42.48: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/multicore-bench.git-b64f3a44a0cd11cb5d9a386b4ded860bff164371/.git/
HEAD is now at 01ef4eb Upgrade to ocamlformat 0.27.0


(from ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6)
Unable to find image 'ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6' locally
docker.io/ocaml/opam@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6: Pulling from ocaml/opam
25ad286ea314: Pulling fs layer
25ad286ea314: Verifying Checksum
25ad286ea314: Download complete
25ad286ea314: Pull complete
Digest: sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6
Status: Downloaded newer image for ocaml/opam@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6
2025-01-08 22:42.49 ---> using "b186f3b666900f03cde6faf493e94146b47ec03e87b736966879bd64ece13363" from cache


/: (comment fedora-40-5.2_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                              305 kB/s |  27 kB     00:00
Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00
Fedora 40 - x86_64 - Updates                    266 kB/s |  24 kB     00:00
Fedora 40 - x86_64 - Updates                    6.5 MB/s | 6.0 MB     00:00
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-01-08 22:42.49 ---> using "490d4c0c8ab632c3b8c3fe328a01ed198d3947e6f2544522e6b52e725c26fce7" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-08 22:42.49 ---> using "5c23e86900802f0c55cc043888ea29f9fdd82d371c944537e144951aff468271" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-08 22:42.49 ---> using "1a9cb0adf621cd4ab63da0c41a74d2205ba20bb98a510065b16c7c10fe3de3ee" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.2.1
2.3.0
2025-01-08 22:42.49 ---> using "91095580b11b394aba36867dd783b3e7d84b77aa57d51ee5a03258522edcab73" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-08 22:42.49 ---> using "27949f5d0dc221af03eaf0d1e863759a32e57a614db7eea6a0e2b4bca908548e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3bf64585fc5ee152bbad91f6d48717c1b37b48f8 || git fetch origin master) && git reset -q --hard 3bf64585fc5ee152bbad91f6d48717c1b37b48f8 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
de786e28db..f93eb7cb02  master     -> origin/master
3bf64585fc Merge pull request #27233 from mtelvers/opam-publish-ocaml-version.3.7.3


<><> 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-08 22:42.49 ---> using "e603d4cb49e24b91bf53c927d8cb385c13819dd978c5a29c33d0dd4fb256a076" from cache


/src: (copy (src multicore-bench.opam) (dst ./))
2025-01-08 22:42.49 ---> saved as "b947892cf05280c78459f428f9c15ad02cd90dace33599c9644d77e8258cc6bc"


/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-08 22:42.51 ---> saved as "e6d77adbdab44096bf8813f7225b1d6d6e58fa5521398081862483455dac4448"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-08 22:42.51 ---> saved as "ee7dbce6ff403b6535d41b60682b0ab1d8adb4b5356721ca4d85eb8e4f57f531"


/src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.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 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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 "yum" "makecache"
- Fedora 40 - x86_64                              301 kB/s |  27 kB     00:00
- Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00
- Fedora 40 - x86_64 - Updates                    271 kB/s |  24 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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-01-08 22:43.16 ---> saved as "52009bc6899517a4ceaf7636782a4ff63d85ff8d6c040984e77ad76f0ba61957"


/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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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.0
- 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 backoff.0.1.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (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.0  (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 backoff.0.1.1
-> installed csexp.1.5.2
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed ocaml-version.3.7.3
-> installed multicore-magic.2.3.0
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed cppo.1.8.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-08 22:44.48 ---> saved as "80e4533c10028ca875d6980e620909e52de197b27b0792849d5c5eeb5ccb7cc7"


/src: (copy (src .) (dst /src))
2025-01-08 22:44.48 ---> saved as "fce8bef19124cee44bdde24232715d1374359979f7518d2965089b6b8e67bd99"


/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:
66.49 M/s
ops over time/get:
332.53 M/s
ops over time/incr:
80.06 M/s
ops over time/push & pop:
17.98 M/s
ops over time/swap:
43.95 M/s
ops over time/xchg int:
69.34 M/s
time per op/cas int:
15.04 ns
time per op/get:
3.01 ns
time per op/incr:
12.49 ns
time per op/push & pop:
55.60 ns
time per op/swap:
22.75 ns
time per op/xchg int:
14.42 ns
Atomic incr:
ops over time/CAS, 1 domains:
61.88 M/s
ops over time/CAS, 2 domains:
14.21 M/s
ops over time/CAS, 4 domains:
9.87 M/s
ops over time/CAS, 8 domains:
6.30 M/s
ops over time/CAS with backoff, 1 domains:
61.62 M/s
ops over time/CAS with backoff, 2 domains:
54.12 M/s
ops over time/CAS with backoff, 4 domains:
46.55 M/s
ops over time/CAS with backoff, 8 domains:
34.18 M/s
ops over time/Incr, 1 domains:
80.06 M/s
ops over time/Incr, 2 domains:
46.88 M/s
ops over time/Incr, 4 domains:
41.40 M/s
ops over time/Incr, 8 domains:
13.51 M/s
time per op/CAS, 1 domains:
16.16 ns
time per op/CAS, 2 domains:
140.71 ns
time per op/CAS, 4 domains:
405.34 ns
time per op/CAS, 8 domains:
1269.78 ns
time per op/CAS with backoff, 1 domains:
16.23 ns
time per op/CAS with backoff, 2 domains:
36.96 ns
time per op/CAS with backoff, 4 domains:
85.92 ns
time per op/CAS with backoff, 8 domains:
234.07 ns
time per op/Incr, 1 domains:
12.49 ns
time per op/Incr, 2 domains:
42.66 ns
time per op/Incr, 4 domains:
96.62 ns
time per op/Incr, 8 domains:
592.12 ns
Bounded_q:
messages over time/1 adder, 1 taker:
3.75 M/s
messages over time/1 adder, 2 takers:
1.72 M/s
messages over time/1 adder, 4 takers:
0.60 M/s
messages over time/2 adders, 1 taker:
2.54 M/s
messages over time/2 adders, 2 takers:
2.07 M/s
messages over time/2 adders, 4 takers:
1.83 M/s
messages over time/4 adders, 1 taker:
2.64 M/s
messages over time/4 adders, 2 takers:
2.54 M/s
messages over time/4 adders, 4 takers:
1.60 M/s
messages over time/one domain:
4.18 M/s
time per message/1 adder, 1 taker:
533.07 ns
time per message/1 adder, 2 takers:
1741.65 ns
time per message/1 adder, 4 takers:
8272.28 ns
time per message/2 adders, 1 taker:
1181.21 ns
time per message/2 adders, 2 takers:
1930.38 ns
time per message/2 adders, 4 takers:
3269.90 ns
time per message/4 adders, 1 taker:
1892.59 ns
time per message/4 adders, 2 takers:
2362.11 ns
time per message/4 adders, 4 takers:
4997.67 ns
time per message/one domain:
239.51 ns
Hashtbl:
operations over time/1 worker, 10% reads:
3.88 M/s
operations over time/1 worker, 50% reads:
5.55 M/s
operations over time/1 worker, 90% reads:
5.48 M/s
operations over time/2 workers, 10% reads:
4.71 M/s
operations over time/2 workers, 50% reads:
3.02 M/s
operations over time/2 workers, 90% reads:
4.38 M/s
operations over time/4 workers, 10% reads:
4.12 M/s
operations over time/4 workers, 50% reads:
3.16 M/s
operations over time/4 workers, 90% reads:
3.60 M/s
operations over time/8 workers, 10% reads:
2.97 M/s
operations over time/8 workers, 50% reads:
2.86 M/s
operations over time/8 workers, 90% reads:
3.14 M/s
operations over time/one domain, 10% reads:
11.16 M/s
operations over time/one domain, 50% reads:
10.93 M/s
operations over time/one domain, 90% reads:
12.28 M/s
time per operation/1 worker, 10% reads:
257.70 ns
time per operation/1 worker, 50% reads:
180.17 ns
time per operation/1 worker, 90% reads:
182.45 ns
time per operation/2 workers, 10% reads:
424.60 ns
time per operation/2 workers, 50% reads:
662.27 ns
time per operation/2 workers, 90% reads:
456.52 ns
time per operation/4 workers, 10% reads:
969.87 ns
time per operation/4 workers, 50% reads:
1266.04 ns
time per operation/4 workers, 90% reads:
1111.76 ns
time per operation/8 workers, 10% reads:
2691.91 ns
time per operation/8 workers, 50% reads:
2797.42 ns
time per operation/8 workers, 90% reads:
2550.44 ns
time per operation/one domain, 10% reads:
89.62 ns
time per operation/one domain, 50% reads:
91.45 ns
time per operation/one domain, 90% reads:
81.44 ns
Queue:
messages over time/one domain:
21.75 M/s
time per message/one domain:
45.97 ns
Ref with Mutex:
ops over time/cas int:
10.46 M/s
ops over time/get:
11.13 M/s
ops over time/incr:
11.09 M/s
ops over time/push & pop:
9.16 M/s
ops over time/swap:
10.16 M/s
ops over time/xchg int:
8.95 M/s
time per op/cas int:
95.59 ns
time per op/get:
89.84 ns
time per op/incr:
90.19 ns
time per op/push & pop:
109.11 ns
time per op/swap:
98.43 ns
time per op/xchg int:
111.74 ns
Ref with [@poll error]:
ops over time/cas int:
89.89 M/s
ops over time/get:
358.35 M/s
ops over time/incr:
208.76 M/s
ops over time/push & pop:
25.85 M/s
ops over time/swap:
53.04 M/s
ops over time/xchg int:
89.32 M/s
time per op/cas int:
11.12 ns
time per op/get:
2.79 ns
time per op/incr:
4.79 ns
time per op/push & pop:
38.69 ns
time per op/swap:
18.85 ns
time per op/xchg int:
11.20 ns
Stack:
messages over time/one domain:
25.49 M/s
time per message/one domain:
39.24 ns
Unix:
blocking reads over time/1 worker:
0.73 M/s
blocking reads over time/2 workers:
1.48 M/s
blocking reads over time/4 workers:
2.60 M/s
time per blocking read/1 worker:
1372.70 ns
time per blocking read/2 workers:
1351.07 ns
time per blocking read/4 workers:
1536.44 ns
2025-01-08 22:45.29 ---> saved as "956eac312d33e484aea9072ac7edff4986516d3c7e3e5a27722c70955372b52a"
Job succeeded
2025-01-08 22:45.29: Job succeeded