Organisationsocaml-multicoremulticore-bench01ef4e ()debian-12-5.2_arm64_opam-2.3

debian-12-5.2_arm64_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-arm64:debian-12-5.2_arm64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3
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:debian-12-ocaml-5.2@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3
# debian-12-5.2_arm64_opam-2.3
USER 1000:1000
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 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-arm64.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:debian-12-ocaml-5.2@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3-debian-12-5.2_arm64_opam-2.3-7aa86ac6db8eb328c6a6f02ec72a807e"
2025-01-08 21:57.28: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3)
(comment debian-12-5.2_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(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 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-arm64.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 21:57.29: Waiting for worker…
2025-01-08 22:47.43: Got resource from pool OCluster
Building on ocaml-2.osuosl.ci.dev
All commits already cached
Updating files:   3% (2/52)
Updating files:   5% (3/52)
Updating files:   7% (4/52)
Updating files:   9% (5/52)
Updating files:  11% (6/52)
Updating files:  13% (7/52)
Updating files:  15% (8/52)
Updating files:  17% (9/52)
Updating files:  19% (10/52)
Updating files:  21% (11/52)
Updating files:  23% (12/52)
Updating files:  25% (13/52)
Updating files:  26% (14/52)
Updating files:  28% (15/52)
Updating files:  30% (16/52)
Updating files:  32% (17/52)
Updating files:  34% (18/52)
Updating files:  36% (19/52)
Updating files:  38% (20/52)
Updating files:  40% (21/52)
Updating files:  42% (22/52)
Updating files:  44% (23/52)
Updating files:  46% (24/52)
Updating files:  48% (25/52)
Updating files:  50% (26/52)
Updating files:  51% (27/52)
Updating files:  53% (28/52)
Updating files:  55% (29/52)
Updating files:  57% (30/52)
Updating files:  59% (31/52)
Updating files:  61% (32/52)
Updating files:  63% (33/52)
Updating files:  65% (34/52)
Updating files:  67% (35/52)
Updating files:  69% (36/52)
Updating files:  71% (37/52)
Updating files:  73% (38/52)
Updating files:  75% (39/52)
Updating files:  76% (40/52)
Updating files:  78% (41/52)
Updating files:  80% (42/52)
Updating files:  82% (43/52)
Updating files:  84% (44/52)
Updating files:  86% (45/52)
Updating files:  88% (46/52)
Updating files:  90% (47/52)
Updating files:  92% (48/52)
Updating files:  94% (49/52)
Updating files:  96% (50/52)
Updating files:  98% (51/52)
Updating files: 100% (52/52)
Updating files: 100% (52/52), done.
HEAD is now at 01ef4eb Upgrade to ocamlformat 0.27.0


(from ocaml/opam:debian-12-ocaml-5.2@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3' locally
docker.io/ocaml/opam@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3: Pulling from ocaml/opam
54b4ddb854dd: Pulling fs layer
54b4ddb854dd: Verifying Checksum
54b4ddb854dd: Download complete
54b4ddb854dd: Pull complete
Digest: sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3
Status: Downloaded newer image for ocaml/opam@sha256:8f07793b4d9d65d20b6677eb3fda4a83978263021abceedf87cb52d7ce61bbc3
2025-01-08 22:47.46 ---> using "63c798356e5e7e138e77921321e0b79f9902a51e74dd5967dc65bb97f56b2898" from cache


/: (comment debian-12-5.2_arm64_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-08 22:47.46 ---> using "fe284bbcac8534ab00c81b198fef85a4a723b4bdf0e0859cde9b22db0d108164" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-08 22:47.46 ---> using "12b8933d1a1251755863a9a1a20f084d4eaa88c41ef65004943a01335917a0d9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-51-generic
The OCaml toplevel, version 5.2.1
2.3.0
2025-01-08 22:47.46 ---> using "a66356ab0db974469191f2b2ee6c1484b9e8aad7faad811918002c17dc410b27" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-08 22:47.46 ---> using "5d24b470323230b8beac78a010a5e8aadfa75969b959c9896434aa1750eb92a3" 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:47.46 ---> using "37ac2275d1c94c8216bd2afda2bce41554146f5dd58b5a0edfb0aa8d295ac098" from cache


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


/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:48.23 ---> saved as "2fea6c68a335dc62d5579eb52eaf21db010d4818648bfb3f034caa7b79ee2119"


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


/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-arm64.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 "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 arm64 Packages [235 kB]
- Fetched 339 kB in 3s (129 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-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-arm64 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:49.09 ---> saved as "5fdb9a53b2300d7b173471f68b2e391140e652c612772a7203fc9f89ef4ba547"


/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-arm64 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 astring.0.8.5  (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 dune.3.17.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved mtime.2.1.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 seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (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 ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> 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 camlp-streams.5.0.1
-> installed multicore-magic.2.3.0
-> installed domain-local-await.1.0.1
-> installed cppo.1.8.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> 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 mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-08 22:53.23 ---> saved as "9854886a51613a03aec67d14e470a3f65d892b96636035169abc619a285a74f6"


/src: (copy (src .) (dst /src))
2025-01-08 22:53.43 ---> saved as "2470bd4d526acf38b83a1f54323110e1481f5a8a37790c6f3cc1c5fba8768813"


/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:
85.00 M/s
ops over time/get:
745.04 M/s
ops over time/incr:
92.51 M/s
ops over time/push & pop:
29.26 M/s
ops over time/swap:
48.42 M/s
ops over time/xchg int:
79.21 M/s
time per op/cas int:
11.76 ns
time per op/get:
1.34 ns
time per op/incr:
10.81 ns
time per op/push & pop:
34.18 ns
time per op/swap:
20.65 ns
time per op/xchg int:
12.63 ns
Atomic incr:
ops over time/CAS, 1 domains:
76.14 M/s
ops over time/CAS, 2 domains:
29.29 M/s
ops over time/CAS, 4 domains:
23.65 M/s
ops over time/CAS, 8 domains:
19.07 M/s
ops over time/CAS with backoff, 1 domains:
74.43 M/s
ops over time/CAS with backoff, 2 domains:
72.09 M/s
ops over time/CAS with backoff, 4 domains:
60.95 M/s
ops over time/CAS with backoff, 8 domains:
52.44 M/s
ops over time/Incr, 1 domains:
102.51 M/s
ops over time/Incr, 2 domains:
64.74 M/s
ops over time/Incr, 4 domains:
60.25 M/s
ops over time/Incr, 8 domains:
50.29 M/s
time per op/CAS, 1 domains:
13.13 ns
time per op/CAS, 2 domains:
68.27 ns
time per op/CAS, 4 domains:
169.12 ns
time per op/CAS, 8 domains:
419.41 ns
time per op/CAS with backoff, 1 domains:
13.44 ns
time per op/CAS with backoff, 2 domains:
27.74 ns
time per op/CAS with backoff, 4 domains:
65.63 ns
time per op/CAS with backoff, 8 domains:
152.55 ns
time per op/Incr, 1 domains:
9.75 ns
time per op/Incr, 2 domains:
30.89 ns
time per op/Incr, 4 domains:
66.39 ns
time per op/Incr, 8 domains:
159.09 ns
Bounded_q:
messages over time/1 adder, 1 taker:
3.34 M/s
messages over time/1 adder, 2 takers:
0.80 M/s
messages over time/1 adder, 4 takers:
0.23 M/s
messages over time/2 adders, 1 taker:
2.62 M/s
messages over time/2 adders, 2 takers:
1.67 M/s
messages over time/2 adders, 4 takers:
0.61 M/s
messages over time/4 adders, 1 taker:
1.25 M/s
messages over time/4 adders, 2 takers:
0.73 M/s
messages over time/4 adders, 4 takers:
0.44 M/s
messages over time/one domain:
6.82 M/s
time per message/1 adder, 1 taker:
599.00 ns
time per message/1 adder, 2 takers:
3757.06 ns
time per message/1 adder, 4 takers:
21331.58 ns
time per message/2 adders, 1 taker:
1146.10 ns
time per message/2 adders, 2 takers:
2398.03 ns
time per message/2 adders, 4 takers:
9789.82 ns
time per message/4 adders, 1 taker:
4012.56 ns
time per message/4 adders, 2 takers:
8181.15 ns
time per message/4 adders, 4 takers:
18011.15 ns
time per message/one domain:
146.71 ns
Hashtbl:
operations over time/1 worker, 10% reads:
10.99 M/s
operations over time/1 worker, 50% reads:
12.89 M/s
operations over time/1 worker, 90% reads:
17.44 M/s
operations over time/2 workers, 10% reads:
2.58 M/s
operations over time/2 workers, 50% reads:
2.42 M/s
operations over time/2 workers, 90% reads:
3.77 M/s
operations over time/4 workers, 10% reads:
0.83 M/s
operations over time/4 workers, 50% reads:
0.99 M/s
operations over time/4 workers, 90% reads:
1.81 M/s
operations over time/8 workers, 10% reads:
0.47 M/s
operations over time/8 workers, 50% reads:
0.62 M/s
operations over time/8 workers, 90% reads:
1.28 M/s
operations over time/one domain, 10% reads:
15.18 M/s
operations over time/one domain, 50% reads:
21.60 M/s
operations over time/one domain, 90% reads:
37.32 M/s
time per operation/1 worker, 10% reads:
91.03 ns
time per operation/1 worker, 50% reads:
77.59 ns
time per operation/1 worker, 90% reads:
57.34 ns
time per operation/2 workers, 10% reads:
774.72 ns
time per operation/2 workers, 50% reads:
827.83 ns
time per operation/2 workers, 90% reads:
530.99 ns
time per operation/4 workers, 10% reads:
4809.33 ns
time per operation/4 workers, 50% reads:
4023.86 ns
time per operation/4 workers, 90% reads:
2208.78 ns
time per operation/8 workers, 10% reads:
17110.31 ns
time per operation/8 workers, 50% reads:
12892.58 ns
time per operation/8 workers, 90% reads:
6271.03 ns
time per operation/one domain, 10% reads:
65.87 ns
time per operation/one domain, 50% reads:
46.30 ns
time per operation/one domain, 90% reads:
26.80 ns
Queue:
messages over time/one domain:
22.81 M/s
time per message/one domain:
43.84 ns
Ref with Mutex:
ops over time/cas int:
28.45 M/s
ops over time/get:
35.19 M/s
ops over time/incr:
33.19 M/s
ops over time/push & pop:
12.64 M/s
ops over time/swap:
12.67 M/s
ops over time/xchg int:
28.58 M/s
time per op/cas int:
35.15 ns
time per op/get:
28.42 ns
time per op/incr:
30.13 ns
time per op/push & pop:
79.13 ns
time per op/swap:
78.94 ns
time per op/xchg int:
34.99 ns
Ref with [@poll error]:
ops over time/cas int:
86.05 M/s
ops over time/get:
830.07 M/s
ops over time/incr:
178.07 M/s
ops over time/push & pop:
33.43 M/s
ops over time/swap:
65.11 M/s
ops over time/xchg int:
88.82 M/s
time per op/cas int:
11.62 ns
time per op/get:
1.20 ns
time per op/incr:
5.62 ns
time per op/push & pop:
29.91 ns
time per op/swap:
15.36 ns
time per op/xchg int:
11.26 ns
Stack:
messages over time/one domain:
28.90 M/s
time per message/one domain:
34.61 ns
Unix:
blocking reads over time/1 worker:
2.61 M/s
blocking reads over time/2 workers:
5.25 M/s
blocking reads over time/4 workers:
10.50 M/s
time per blocking read/1 worker:
382.70 ns
time per blocking read/2 workers:
381.30 ns
time per blocking read/4 workers:
381.02 ns
2025-01-08 22:54.46 ---> saved as "8798e1cd4048d23e766a63622eb7f96a17774292170359098b37813970825d85"
Job succeeded
2025-01-08 22:54.47: Job succeeded