2024-12-19 10:30.57: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (b2ca51911f572f981782d2fca409f2c92238667e) (linux-s390x:debian-12-5.2_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "simplified-core-algo-for-verification" && cd "kcas" && git reset --hard b2ca5191
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
# debian-12-5.2_s390x_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
opam pin add -yn kcas.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 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-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.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
2024-12-19 10:30.57: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed-debian-12-5.2_s390x_opam-2.3-07994211b2185169ef7ac5bdb4f0aa4d"
2024-12-19 10:30.57: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
(comment debian-12-5.2_s390x_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src kcas_data.opam kcas.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn kcas_data.dev './' && \
\nopam pin add -yn kcas.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.8.0 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-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 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 kcas_data.dev kcas.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"))
)
2024-12-19 10:30.57: Waiting for resource in pool OCluster
2024-12-19 10:30.57: Waiting for worker…
2024-12-19 10:32.55: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at f604aa1 Use separate CAS and CMP lists
HEAD is now at b2ca519 Smoke
(from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed' locally
docker.io/ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed: Pulling from ocaml/opam
9f9f8fa8b120: Pulling fs layer
8e6cbae09e36: Pulling fs layer
4ab695da637f: Pulling fs layer
5ad82a311d0e: Pulling fs layer
2b871046e303: Pulling fs layer
0687f8c393d0: Pulling fs layer
0c56b0a94aca: Pulling fs layer
bbdfdb2635ff: Pulling fs layer
5fd7b192f2d9: Pulling fs layer
169c467384fb: Pulling fs layer
2472ebc7595d: Pulling fs layer
c59ed37e713a: Pulling fs layer
868315a8af9a: Pulling fs layer
d0e7bb6a72db: Pulling fs layer
417ff03ca34f: Pulling fs layer
0526264c6b23: Pulling fs layer
a8b362961b12: Pulling fs layer
5508f3d135e1: Pulling fs layer
5049a0ab6dd0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
fc6148839988: Pulling fs layer
ef433ac0a16f: Pulling fs layer
3eb65be92fa2: Pulling fs layer
467c4875a8aa: Pulling fs layer
9998672e06b6: Pulling fs layer
98741f23e93f: Pulling fs layer
b90a83b62eb8: Pulling fs layer
370f876bf8b8: Pulling fs layer
ee5b763fffc3: Pulling fs layer
0670d9f68814: Pulling fs layer
7f7db8e9ce1b: Pulling fs layer
24ec35890220: Pulling fs layer
ea2140c2a21a: Pulling fs layer
b657ebc86ba2: Pulling fs layer
78c0e74e3879: Pulling fs layer
c95975c30c0f: Pulling fs layer
81019a4d48d2: Pulling fs layer
3a4768b10a00: Pulling fs layer
26a5241f56da: Pulling fs layer
57a4ff4cd774: Pulling fs layer
f023f9cdd6ff: Pulling fs layer
e46759631a18: Pulling fs layer
980eceadf821: Pulling fs layer
a1c31d848656: Pulling fs layer
3eb65be92fa2: Waiting
467c4875a8aa: Waiting
9998672e06b6: Waiting
98741f23e93f: Waiting
b90a83b62eb8: Waiting
370f876bf8b8: Waiting
ee5b763fffc3: Waiting
0670d9f68814: Waiting
7f7db8e9ce1b: Waiting
24ec35890220: Waiting
ea2140c2a21a: Waiting
868315a8af9a: Waiting
d0e7bb6a72db: Waiting
417ff03ca34f: Waiting
0526264c6b23: Waiting
5ad82a311d0e: Waiting
2b871046e303: Waiting
0687f8c393d0: Waiting
0c56b0a94aca: Waiting
a8b362961b12: Waiting
5508f3d135e1: Waiting
5049a0ab6dd0: Waiting
bbdfdb2635ff: Waiting
5fd7b192f2d9: Waiting
4f4fb700ef54: Waiting
169c467384fb: Waiting
fc6148839988: Waiting
b657ebc86ba2: Waiting
78c0e74e3879: Waiting
c95975c30c0f: Waiting
81019a4d48d2: Waiting
3a4768b10a00: Waiting
2472ebc7595d: Waiting
26a5241f56da: Waiting
57a4ff4cd774: Waiting
f023f9cdd6ff: Waiting
e46759631a18: Waiting
980eceadf821: Waiting
a1c31d848656: Waiting
ef433ac0a16f: Waiting
c59ed37e713a: Waiting
4ab695da637f: Verifying Checksum
4ab695da637f: Download complete
8e6cbae09e36: Verifying Checksum
8e6cbae09e36: Download complete
2b871046e303: Verifying Checksum
2b871046e303: Download complete
9f9f8fa8b120: Verifying Checksum
9f9f8fa8b120: Download complete
5ad82a311d0e: Verifying Checksum
5ad82a311d0e: Download complete
0c56b0a94aca: Verifying Checksum
0c56b0a94aca: Download complete
bbdfdb2635ff: Verifying Checksum
bbdfdb2635ff: Download complete
5fd7b192f2d9: Verifying Checksum
5fd7b192f2d9: Download complete
2472ebc7595d: Verifying Checksum
2472ebc7595d: Download complete
169c467384fb: Verifying Checksum
169c467384fb: Download complete
0687f8c393d0: Verifying Checksum
0687f8c393d0: Download complete
c59ed37e713a: Verifying Checksum
c59ed37e713a: Download complete
868315a8af9a: Verifying Checksum
868315a8af9a: Download complete
d0e7bb6a72db: Verifying Checksum
d0e7bb6a72db: Download complete
417ff03ca34f: Verifying Checksum
417ff03ca34f: Download complete
9f9f8fa8b120: Pull complete
0526264c6b23: Download complete
8e6cbae09e36: Pull complete
4ab695da637f: Pull complete
5049a0ab6dd0: Verifying Checksum
5049a0ab6dd0: Download complete
a8b362961b12: Verifying Checksum
a8b362961b12: Download complete
5508f3d135e1: Verifying Checksum
5508f3d135e1: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
fc6148839988: Verifying Checksum
fc6148839988: Download complete
5ad82a311d0e: Pull complete
ef433ac0a16f: Verifying Checksum
ef433ac0a16f: Download complete
2b871046e303: Pull complete
3eb65be92fa2: Verifying Checksum
3eb65be92fa2: Download complete
467c4875a8aa: Download complete
9998672e06b6: Verifying Checksum
9998672e06b6: Download complete
98741f23e93f: Verifying Checksum
98741f23e93f: Download complete
b90a83b62eb8: Verifying Checksum
b90a83b62eb8: Download complete
370f876bf8b8: Verifying Checksum
370f876bf8b8: Download complete
ee5b763fffc3: Verifying Checksum
ee5b763fffc3: Download complete
0670d9f68814: Verifying Checksum
0670d9f68814: Download complete
7f7db8e9ce1b: Download complete
24ec35890220: Verifying Checksum
24ec35890220: Download complete
b657ebc86ba2: Verifying Checksum
b657ebc86ba2: Download complete
c95975c30c0f: Verifying Checksum
c95975c30c0f: Download complete
81019a4d48d2: Verifying Checksum
81019a4d48d2: Download complete
3a4768b10a00: Download complete
26a5241f56da: Verifying Checksum
26a5241f56da: Download complete
57a4ff4cd774: Download complete
ea2140c2a21a: Verifying Checksum
ea2140c2a21a: Download complete
e46759631a18: Verifying Checksum
e46759631a18: Download complete
f023f9cdd6ff: Verifying Checksum
f023f9cdd6ff: Download complete
78c0e74e3879: Verifying Checksum
78c0e74e3879: Download complete
980eceadf821: Verifying Checksum
980eceadf821: Download complete
a1c31d848656: Verifying Checksum
a1c31d848656: Download complete
0687f8c393d0: Pull complete
0c56b0a94aca: Pull complete
bbdfdb2635ff: Pull complete
5fd7b192f2d9: Pull complete
169c467384fb: Pull complete
2472ebc7595d: Pull complete
c59ed37e713a: Pull complete
868315a8af9a: Pull complete
d0e7bb6a72db: Pull complete
417ff03ca34f: Pull complete
0526264c6b23: Pull complete
a8b362961b12: Pull complete
5508f3d135e1: Pull complete
5049a0ab6dd0: Pull complete
4f4fb700ef54: Pull complete
fc6148839988: Pull complete
ef433ac0a16f: Pull complete
3eb65be92fa2: Pull complete
467c4875a8aa: Pull complete
9998672e06b6: Pull complete
98741f23e93f: Pull complete
b90a83b62eb8: Pull complete
370f876bf8b8: Pull complete
ee5b763fffc3: Pull complete
0670d9f68814: Pull complete
7f7db8e9ce1b: Pull complete
24ec35890220: Pull complete
ea2140c2a21a: Pull complete
b657ebc86ba2: Pull complete
78c0e74e3879: Pull complete
c95975c30c0f: Pull complete
81019a4d48d2: Pull complete
3a4768b10a00: Pull complete
26a5241f56da: Pull complete
57a4ff4cd774: Pull complete
f023f9cdd6ff: Pull complete
e46759631a18: Pull complete
980eceadf821: Pull complete
a1c31d848656: Pull complete
Digest: sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Status: Downloaded newer image for ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
2024-12-19 10:32.56 ---> using "301baea5c55377dfb60673fe1fd6bd526b1062530b1467181a3675a41c13536f" from cache
/: (comment debian-12-5.2_s390x_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"))
2024-12-19 10:32.56 ---> using "53118481945e93ef1c9ae4ee9c72d258e7c6e9b2d9a6023a5a2f7e8e56f27886" 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 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
2024-12-19 10:32.56 ---> using "cbd96a8dc0361c17241c7050dc00b51595bde60ff6ecd74d8ced9eabf1ed626e" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-48-generic
The OCaml toplevel, version 5.2.1
2.3.0
2024-12-19 10:32.56 ---> using "bb5a3e197b07ea7dffab22346aefd13e82895d6be8badab4f61ca6aeee1939b1" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-19 10:32.56 ---> using "c7b12fa60bc84c81268e85e76e03d1de0fadf79c8c5fcd4bffff9a708a740d3b" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..fc6efbd31c master -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1
<><> 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)
2024-12-19 10:32.56 ---> using "6f9ea23535730a07de38737db5c1f458aa3af5d1cf117269ad6c125bc3d71178" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-12-19 10:32.56 ---> using "896f326824afa0a835bec51146f3d427b37ebe1c3ceb4fd1f4ed247a399e8c8f" from cache
/src: (run (network host)
(shell "opam pin add -yn kcas_data.dev './' && \
\nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2024-12-19 10:32.56 ---> using "e5861db7ea1846e83cc97d91bbf17bc73d4ee5a2f4ab9357ab2311637ae265ae" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-19 10:32.56 ---> using "81141a0a6f00dd5b366aa90a6b340541c7f09f8e5c44e6748a3bf3364776b058" from cache
/src: (env DEPS "alcotest.1.8.0 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-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.1 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 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 kcas_data.dev kcas.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 bookworm-updates/main s390x Packages.diff/Index [14.0 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [6459 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [6459 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [206 kB]
- Fetched 330 kB in 1s (384 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.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-s390x 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).
2024-12-19 10:32.56 ---> using "a928e46fdb5ed60bd1a04692b7436c187f7812d4e7a6268a853539a9286fef57" from cache
/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-s390x 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 33 packages
- install alcotest 1.8.0
- 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-local-timeout 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-bench 0.1.7
- install multicore-magic 2.3.0
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 3.7.1
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install psq 0.2.1
- install qcheck-core 0.23
- install qcheck-multicoretests-util 0.5
- install qcheck-stm 0.5
- install re 1.12.0
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-table 1.0.0
- install topkg 1.0.7
- install uutf 1.0.3
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved alcotest.1.8.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-local-timeout.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-bench.0.1.7 (cached)
-> retrieved multicore-magic.2.3.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.3.7.1 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved dune.3.17.1 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.23 (cached)
-> retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5 (cached)
-> retrieved seq.base (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> installed cmdliner.1.3.0
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.6
-> installed seq.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed mtime.2.1.0
-> installed logs.0.7.0
-> installed uutf.1.0.3
-> installed dune.3.17.1
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed multicore-magic.2.3.0
-> installed cppo.1.8.0
-> installed ocaml-version.3.7.1
-> installed psq.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed qcheck-core.0.23
-> installed re.1.12.0
-> installed domain-local-await.1.0.1
-> installed domain-local-timeout.1.0.1
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.5
-> installed alcotest.1.8.0
-> installed qcheck-stm.0.5
-> installed multicore-bench.0.1.7
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-19 10:32.56 ---> using "715948c9cc8db30efa1f4f1be601896acc78b995729617d1ea98fd441fc20146" from cache
/src: (copy (src .) (dst /src))
2024-12-19 10:32.59 ---> saved as "e361ba4e7e3e8bc2e3549d912e90907bcd4a5e9d5bab9377031951ab1edeec63"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `7J64QB48'.
[OK] non linearizable xt 0
[OK] set 0
[OK] no skew xt 0
[OK] get seq xt 0
[OK] stress xt 0
[OK] is_in_log 0
[OK] updates 0
[OK] post commit 0
[OK] blocking 0
[OK] no unnecessary wakeups 0
[OK] pediodic validation 0
[OK] explicit validation 0
[OK] rollback 0
[OK] call 0
[OK] mode 0
[OK] xt 0
[OK] timeout (non-deterministic) 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 5.899s. 17 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `AD3EE9OJ'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.021s. 1 test run.
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `TI9Z8FHE'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 1.811s. 2 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `5SAR6L28'.
[OK] basics 0
[OK] add 0
[OK] move 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'.
Test Successful in 0.000s. 3 tests run.
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3010010248553566235
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 32 0.7s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 1.0s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 1.3s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 1.9s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 2.2s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 2.8s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 3.3s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 3.6s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 3.9s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 4.3s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 4.9s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 5.5s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 5.8s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 6.7s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 7.0s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 7.4s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 7.7s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 8.0s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 8.5s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 8.7s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 9.2s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 9.7s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 9.9s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 10.3s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 10.7s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 10.9s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 11.2s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 11.6s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 12.0s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 13.4s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 13.9s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 13.9s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1391070617244191396
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order sequential
[✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 64 0.4s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 64 1.3s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 64 1.9s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 64 2.8s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 64 3.6s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 64 4.3s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 64 4.7s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 64 5.2s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 64 5.8s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 64 6.9s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 64 7.5s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 64 7.9s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 64 8.5s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 64 9.1s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 64 9.8s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 64 10.7s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 64 11.5s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 64 12.3s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 64 13.0s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 64 13.9s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 64 14.6s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 64 15.7s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 64 16.5s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 64 17.1s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 64 18.0s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 64 18.6s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 64 19.4s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 64 20.0s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 64 20.6s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 64 21.2s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 64 21.8s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 64 22.5s Hashtbl_with_order parallel
[ ] 33 0 0 33 / 64 23.2s Hashtbl_with_order parallel
[ ] 34 0 0 34 / 64 24.1s Hashtbl_with_order parallel
[ ] 35 0 0 35 / 64 24.7s Hashtbl_with_order parallel
[ ] 36 0 0 36 / 64 25.9s Hashtbl_with_order parallel
[ ] 37 0 0 37 / 64 26.5s Hashtbl_with_order parallel
[ ] 38 0 0 38 / 64 28.1s Hashtbl_with_order parallel
[ ] 39 0 0 39 / 64 28.7s Hashtbl_with_order parallel
[ ] 40 0 0 40 / 64 29.3s Hashtbl_with_order parallel
[ ] 41 0 0 41 / 64 29.7s Hashtbl_with_order parallel
[ ] 42 0 0 42 / 64 30.6s Hashtbl_with_order parallel
[ ] 43 0 0 43 / 64 32.3s Hashtbl_with_order parallel
[ ] 44 0 0 44 / 64 33.2s Hashtbl_with_order parallel
[ ] 45 0 0 45 / 64 33.7s Hashtbl_with_order parallel
[ ] 46 0 0 46 / 64 34.3s Hashtbl_with_order parallel
[ ] 47 0 0 47 / 64 35.0s Hashtbl_with_order parallel
[ ] 48 0 0 48 / 64 35.7s Hashtbl_with_order parallel
[ ] 49 0 0 49 / 64 36.4s Hashtbl_with_order parallel
[ ] 50 0 0 50 / 64 36.7s Hashtbl_with_order parallel
[ ] 51 0 0 51 / 64 37.6s Hashtbl_with_order parallel
[ ] 52 0 0 52 / 64 38.2s Hashtbl_with_order parallel
[ ] 53 0 0 53 / 64 39.0s Hashtbl_with_order parallel
[ ] 54 0 0 54 / 64 39.6s Hashtbl_with_order parallel
[ ] 55 0 0 55 / 64 40.2s Hashtbl_with_order parallel
[ ] 56 0 0 56 / 64 40.8s Hashtbl_with_order parallel
[ ] 57 0 0 57 / 64 41.3s Hashtbl_with_order parallel
[ ] 58 0 0 58 / 64 41.8s Hashtbl_with_order parallel
[ ] 59 0 0 59 / 64 43.0s Hashtbl_with_order parallel
[ ] 60 0 0 60 / 64 43.4s Hashtbl_with_order parallel
[ ] 61 0 0 61 / 64 44.1s Hashtbl_with_order parallel
[ ] 62 0 0 62 / 64 44.9s Hashtbl_with_order parallel
[ ] 63 0 0 63 / 64 45.8s Hashtbl_with_order parallel
[ ] 64 0 0 64 / 64 46.1s Hashtbl_with_order parallel
[✓] 64 0 0 64 / 64 46.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `73J0GNWS'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `BL6X2WIF'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.019s. 1 test run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `X2DOW18J'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1345216761590303118
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist parallel
[ ] 1 0 0 1 / 32 0.4s Dllist parallel
[ ] 2 0 0 2 / 32 1.3s Dllist parallel
[ ] 3 0 0 3 / 32 1.4s Dllist parallel
[ ] 4 0 0 4 / 32 1.9s Dllist parallel
[ ] 5 0 0 5 / 32 2.2s Dllist parallel
[ ] 6 0 0 6 / 32 2.4s Dllist parallel
[ ] 7 0 0 7 / 32 2.6s Dllist parallel
[ ] 8 0 0 8 / 32 3.0s Dllist parallel
[ ] 9 0 0 9 / 32 3.2s Dllist parallel
[ ] 10 0 0 10 / 32 3.7s Dllist parallel
[ ] 11 0 0 11 / 32 3.8s Dllist parallel
[ ] 12 0 0 12 / 32 4.0s Dllist parallel
[ ] 13 0 0 13 / 32 4.2s Dllist parallel
[ ] 14 0 0 14 / 32 4.4s Dllist parallel
[ ] 16 0 0 16 / 32 4.6s Dllist parallel
[ ] 17 0 0 17 / 32 4.9s Dllist parallel
[ ] 19 0 0 19 / 32 5.1s Dllist parallel
[ ] 21 0 0 21 / 32 5.3s Dllist parallel
[ ] 22 0 0 22 / 32 5.6s Dllist parallel
[ ] 23 0 0 23 / 32 5.7s Dllist parallel
[ ] 24 0 0 24 / 32 6.5s Dllist parallel
[ ] 25 0 0 25 / 32 6.9s Dllist parallel
[ ] 26 0 0 26 / 32 7.4s Dllist parallel
[ ] 27 0 0 27 / 32 7.9s Dllist parallel
[ ] 28 0 0 28 / 32 8.3s Dllist parallel
[ ] 29 0 0 29 / 32 8.7s Dllist parallel
[ ] 30 0 0 30 / 32 8.9s Dllist parallel
[ ] 31 0 0 31 / 32 9.1s Dllist parallel
[ ] 32 0 0 32 / 32 9.6s Dllist parallel
[✓] 32 0 0 32 / 32 9.6s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2218231031325718123
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Dllist sequential
[✓] 64 0 0 64 / 64 0.0s Dllist sequential
[ ] 0 0 0 0 / 64 0.0s Dllist parallel
[ ] 1 0 0 1 / 64 0.2s Dllist parallel
[ ] 2 0 0 2 / 64 0.6s Dllist parallel
[ ] 3 0 0 3 / 64 0.8s Dllist parallel
[ ] 4 0 0 4 / 64 0.9s Dllist parallel
[ ] 5 0 0 5 / 64 1.5s Dllist parallel
[ ] 6 0 0 6 / 64 3.0s Dllist parallel
[ ] 7 0 0 7 / 64 3.5s Dllist parallel
[ ] 8 0 0 8 / 64 3.9s Dllist parallel
[ ] 9 0 0 9 / 64 4.0s Dllist parallel
[ ] 11 0 0 11 / 64 4.6s Dllist parallel
[ ] 12 0 0 12 / 64 5.0s Dllist parallel
[ ] 13 0 0 13 / 64 5.4s Dllist parallel
[ ] 14 0 0 14 / 64 5.5s Dllist parallel
[ ] 15 0 0 15 / 64 5.6s Dllist parallel
[ ] 16 0 0 16 / 64 6.1s Dllist parallel
[ ] 17 0 0 17 / 64 6.5s Dllist parallel
[ ] 18 0 0 18 / 64 7.1s Dllist parallel
[ ] 19 0 0 19 / 64 7.8s Dllist parallel
[ ] 20 0 0 20 / 64 8.1s Dllist parallel
[ ] 21 0 0 21 / 64 8.5s Dllist parallel
[ ] 22 0 0 22 / 64 9.7s Dllist parallel
[ ] 23 0 0 23 / 64 10.2s Dllist parallel
[ ] 24 0 0 24 / 64 10.6s Dllist parallel
[ ] 25 0 0 25 / 64 10.8s Dllist parallel
[ ] 26 0 0 26 / 64 11.6s Dllist parallel
[ ] 27 0 0 27 / 64 12.3s Dllist parallel
[ ] 28 0 0 28 / 64 12.8s Dllist parallel
[ ] 29 0 0 29 / 64 13.3s Dllist parallel
[ ] 30 0 0 30 / 64 14.0s Dllist parallel
[ ] 31 0 0 31 / 64 15.0s Dllist parallel
[ ] 32 0 0 32 / 64 16.1s Dllist parallel
[ ] 33 0 0 33 / 64 16.7s Dllist parallel
[ ] 34 0 0 34 / 64 17.2s Dllist parallel
[ ] 35 0 0 35 / 64 17.8s Dllist parallel
[ ] 36 0 0 36 / 64 18.1s Dllist parallel
[ ] 37 0 0 37 / 64 18.3s Dllist parallel
[ ] 38 0 0 38 / 64 18.9s Dllist parallel
[ ] 39 0 0 39 / 64 19.4s Dllist parallel
[ ] 40 0 0 40 / 64 19.9s Dllist parallel
[ ] 41 0 0 41 / 64 20.6s Dllist parallel
[ ] 42 0 0 42 / 64 21.3s Dllist parallel
[ ] 43 0 0 43 / 64 22.3s Dllist parallel
[ ] 44 0 0 44 / 64 23.4s Dllist parallel
[ ] 45 0 0 45 / 64 23.8s Dllist parallel
[ ] 46 0 0 46 / 64 24.4s Dllist parallel
[ ] 47 0 0 47 / 64 25.2s Dllist parallel
[ ] 48 0 0 48 / 64 25.8s Dllist parallel
[ ] 49 0 0 49 / 64 26.2s Dllist parallel
[ ] 50 0 0 50 / 64 26.9s Dllist parallel
[ ] 51 0 0 51 / 64 27.7s Dllist parallel
[ ] 52 0 0 52 / 64 28.3s Dllist parallel
[ ] 53 0 0 53 / 64 29.2s Dllist parallel
[ ] 54 0 0 54 / 64 29.8s Dllist parallel
[ ] 55 0 0 55 / 64 30.3s Dllist parallel
[ ] 56 0 0 56 / 64 31.3s Dllist parallel
[ ] 57 0 0 57 / 64 32.1s Dllist parallel
[ ] 58 0 0 58 / 64 32.8s Dllist parallel
[ ] 59 0 0 59 / 64 33.3s Dllist parallel
[ ] 60 0 0 60 / 64 34.2s Dllist parallel
[ ] 61 0 0 61 / 64 34.9s Dllist parallel
[ ] 62 0 0 62 / 64 35.2s Dllist parallel
[ ] 63 0 0 63 / 64 36.4s Dllist parallel
[ ] 64 0 0 64 / 64 38.0s Dllist parallel
[✓] 64 0 0 64 / 64 38.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1381427555917968738
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist parallel
[ ] 1 0 0 1 / 32 0.6s Dllist parallel
[ ] 2 0 0 2 / 32 1.4s Dllist parallel
[ ] 3 0 0 3 / 32 2.2s Dllist parallel
[ ] 4 0 0 4 / 32 2.8s Dllist parallel
[ ] 5 0 0 5 / 32 3.6s Dllist parallel
[ ] 6 0 0 6 / 32 5.1s Dllist parallel
[ ] 7 0 0 7 / 32 6.0s Dllist parallel
[ ] 8 0 0 8 / 32 6.8s Dllist parallel
[ ] 9 0 0 9 / 32 7.0s Dllist parallel
[ ] 10 0 0 10 / 32 7.5s Dllist parallel
[ ] 11 0 0 11 / 32 7.7s Dllist parallel
[ ] 12 0 0 12 / 32 8.2s Dllist parallel
[ ] 13 0 0 13 / 32 8.5s Dllist parallel
[ ] 14 0 0 14 / 32 9.4s Dllist parallel
[ ] 15 0 0 15 / 32 9.8s Dllist parallel
[ ] 16 0 0 16 / 32 10.5s Dllist parallel
[ ] 17 0 0 17 / 32 11.2s Dllist parallel
[ ] 18 0 0 18 / 32 11.7s Dllist parallel
[ ] 19 0 0 19 / 32 13.3s Dllist parallel
[ ] 20 0 0 20 / 32 14.0s Dllist parallel
[ ] 21 0 0 21 / 32 14.7s Dllist parallel
[ ] 22 0 0 22 / 32 15.3s Dllist parallel
[ ] 23 0 0 23 / 32 15.8s Dllist parallel
[ ] 24 0 0 24 / 32 16.9s Dllist parallel
[ ] 25 0 0 25 / 32 17.4s Dllist parallel
[ ] 26 0 0 26 / 32 17.5s Dllist parallel
[ ] 27 0 0 27 / 32 17.7s Dllist parallel
[ ] 28 0 0 28 / 32 17.9s Dllist parallel
[ ] 29 0 0 29 / 32 18.5s Dllist parallel
[ ] 30 0 0 30 / 32 19.0s Dllist parallel
[ ] 31 0 0 31 / 32 19.5s Dllist parallel
[ ] 32 0 0 32 / 32 20.1s Dllist parallel
[✓] 32 0 0 32 / 32 20.1s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1302303599855937435
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 32 0.7s Hashtbl parallel
[ ] 3 0 0 3 / 32 1.2s Hashtbl parallel
[ ] 4 0 0 4 / 32 1.6s Hashtbl parallel
[ ] 5 0 0 5 / 32 1.8s Hashtbl parallel
[ ] 6 0 0 6 / 32 2.1s Hashtbl parallel
[ ] 7 0 0 7 / 32 2.4s Hashtbl parallel
[ ] 8 0 0 8 / 32 2.7s Hashtbl parallel
[ ] 9 0 0 9 / 32 2.8s Hashtbl parallel
[ ] 10 0 0 10 / 32 3.0s Hashtbl parallel
[ ] 12 0 0 12 / 32 3.2s Hashtbl parallel
[ ] 13 0 0 13 / 32 3.3s Hashtbl parallel
[ ] 15 0 0 15 / 32 3.5s Hashtbl parallel
[ ] 17 0 0 17 / 32 3.6s Hashtbl parallel
[ ] 19 0 0 19 / 32 4.0s Hashtbl parallel
[ ] 20 0 0 20 / 32 4.3s Hashtbl parallel
[ ] 21 0 0 21 / 32 4.7s Hashtbl parallel
[ ] 22 0 0 22 / 32 5.0s Hashtbl parallel
[ ] 23 0 0 23 / 32 6.1s Hashtbl parallel
[ ] 24 0 0 24 / 32 6.4s Hashtbl parallel
[ ] 25 0 0 25 / 32 6.7s Hashtbl parallel
[ ] 26 0 0 26 / 32 6.9s Hashtbl parallel
[ ] 27 0 0 27 / 32 7.0s Hashtbl parallel
[ ] 28 0 0 28 / 32 7.2s Hashtbl parallel
[ ] 29 0 0 29 / 32 7.4s Hashtbl parallel
[ ] 30 0 0 30 / 32 7.5s Hashtbl parallel
[ ] 31 0 0 31 / 32 7.7s Hashtbl parallel
[ ] 32 0 0 32 / 32 8.2s Hashtbl parallel
[✓] 32 0 0 32 / 32 8.2s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 4389321127818370026
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Hashtbl sequential
[✓] 64 0 0 64 / 64 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 64 0.0s Hashtbl parallel
[ ] 2 0 0 2 / 64 0.3s Hashtbl parallel
[ ] 3 0 0 3 / 64 0.7s Hashtbl parallel
[ ] 4 0 0 4 / 64 1.3s Hashtbl parallel
[ ] 5 0 0 5 / 64 1.6s Hashtbl parallel
[ ] 6 0 0 6 / 64 2.3s Hashtbl parallel
[ ] 7 0 0 7 / 64 2.5s Hashtbl parallel
[ ] 8 0 0 8 / 64 3.0s Hashtbl parallel
[ ] 9 0 0 9 / 64 3.4s Hashtbl parallel
[ ] 10 0 0 10 / 64 3.8s Hashtbl parallel
[ ] 11 0 0 11 / 64 4.2s Hashtbl parallel
[ ] 12 0 0 12 / 64 4.8s Hashtbl parallel
[ ] 13 0 0 13 / 64 5.2s Hashtbl parallel
[ ] 14 0 0 14 / 64 5.6s Hashtbl parallel
[ ] 15 0 0 15 / 64 6.2s Hashtbl parallel
[ ] 16 0 0 16 / 64 6.9s Hashtbl parallel
[ ] 17 0 0 17 / 64 7.5s Hashtbl parallel
[ ] 18 0 0 18 / 64 8.1s Hashtbl parallel
[ ] 19 0 0 19 / 64 8.8s Hashtbl parallel
[ ] 20 0 0 20 / 64 9.3s Hashtbl parallel
[ ] 21 0 0 21 / 64 9.7s Hashtbl parallel
[ ] 22 0 0 22 / 64 10.3s Hashtbl parallel
[ ] 23 0 0 23 / 64 10.7s Hashtbl parallel
[ ] 24 0 0 24 / 64 11.4s Hashtbl parallel
[ ] 25 0 0 25 / 64 12.0s Hashtbl parallel
[ ] 26 0 0 26 / 64 12.8s Hashtbl parallel
[ ] 27 0 0 27 / 64 13.5s Hashtbl parallel
[ ] 28 0 0 28 / 64 14.1s Hashtbl parallel
[ ] 29 0 0 29 / 64 14.6s Hashtbl parallel
[ ] 30 0 0 30 / 64 15.4s Hashtbl parallel
[ ] 31 0 0 31 / 64 16.3s Hashtbl parallel
[ ] 32 0 0 32 / 64 17.1s Hashtbl parallel
[ ] 33 0 0 33 / 64 17.6s Hashtbl parallel
[ ] 34 0 0 34 / 64 18.2s Hashtbl parallel
[ ] 35 0 0 35 / 64 19.1s Hashtbl parallel
[ ] 36 0 0 36 / 64 19.9s Hashtbl parallel
[ ] 37 0 0 37 / 64 20.4s Hashtbl parallel
[ ] 38 0 0 38 / 64 20.9s Hashtbl parallel
[ ] 39 0 0 39 / 64 21.4s Hashtbl parallel
[ ] 40 0 0 40 / 64 22.0s Hashtbl parallel
[ ] 41 0 0 41 / 64 22.7s Hashtbl parallel
[ ] 42 0 0 42 / 64 23.0s Hashtbl parallel
[ ] 43 0 0 43 / 64 24.0s Hashtbl parallel
[ ] 44 0 0 44 / 64 24.6s Hashtbl parallel
[ ] 45 0 0 45 / 64 24.9s Hashtbl parallel
[ ] 46 0 0 46 / 64 25.1s Hashtbl parallel
[ ] 47 0 0 47 / 64 26.3s Hashtbl parallel
[ ] 48 0 0 48 / 64 26.9s Hashtbl parallel
[ ] 49 0 0 49 / 64 27.6s Hashtbl parallel
[ ] 50 0 0 50 / 64 28.2s Hashtbl parallel
[ ] 51 0 0 51 / 64 29.0s Hashtbl parallel
[ ] 52 0 0 52 / 64 29.6s Hashtbl parallel
[ ] 53 0 0 53 / 64 30.5s Hashtbl parallel
[ ] 54 0 0 54 / 64 31.4s Hashtbl parallel
[ ] 55 0 0 55 / 64 32.0s Hashtbl parallel
[ ] 56 0 0 56 / 64 32.2s Hashtbl parallel
[ ] 57 0 0 57 / 64 33.1s Hashtbl parallel
[ ] 58 0 0 58 / 64 33.7s Hashtbl parallel
[ ] 59 0 0 59 / 64 34.5s Hashtbl parallel
[ ] 60 0 0 60 / 64 35.2s Hashtbl parallel
[ ] 61 0 0 61 / 64 36.2s Hashtbl parallel
[ ] 62 0 0 62 / 64 36.7s Hashtbl parallel
[ ] 63 0 0 63 / 64 37.4s Hashtbl parallel
[ ] 64 0 0 64 / 64 38.4s Hashtbl parallel
[✓] 64 0 0 64 / 64 38.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 497748089513839195
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 32 1.3s Hashtbl parallel
[ ] 2 0 0 2 / 32 1.8s Hashtbl parallel
[ ] 3 0 0 3 / 32 2.3s Hashtbl parallel
[ ] 4 0 0 4 / 32 2.6s Hashtbl parallel
[ ] 5 0 0 5 / 32 2.8s Hashtbl parallel
[ ] 6 0 0 6 / 32 3.0s Hashtbl parallel
[ ] 7 0 0 7 / 32 3.6s Hashtbl parallel
[ ] 8 0 0 8 / 32 4.0s Hashtbl parallel
[ ] 9 0 0 9 / 32 4.8s Hashtbl parallel
[ ] 10 0 0 10 / 32 5.5s Hashtbl parallel
[ ] 11 0 0 11 / 32 6.1s Hashtbl parallel
[ ] 12 0 0 12 / 32 7.2s Hashtbl parallel
[ ] 13 0 0 13 / 32 8.0s Hashtbl parallel
[ ] 14 0 0 14 / 32 8.7s Hashtbl parallel
[ ] 15 0 0 15 / 32 9.3s Hashtbl parallel
[ ] 16 0 0 16 / 32 10.7s Hashtbl parallel
[ ] 17 0 0 17 / 32 11.5s Hashtbl parallel
[ ] 18 0 0 18 / 32 12.3s Hashtbl parallel
[ ] 19 0 0 19 / 32 13.4s Hashtbl parallel
[ ] 20 0 0 20 / 32 13.9s Hashtbl parallel
[ ] 21 0 0 21 / 32 14.9s Hashtbl parallel
[ ] 22 0 0 22 / 32 15.3s Hashtbl parallel
[ ] 23 0 0 23 / 32 16.0s Hashtbl parallel
[ ] 24 0 0 24 / 32 16.5s Hashtbl parallel
[ ] 25 0 0 25 / 32 17.3s Hashtbl parallel
[ ] 26 0 0 26 / 32 17.7s Hashtbl parallel
[ ] 27 0 0 27 / 32 18.4s Hashtbl parallel
[ ] 28 0 0 28 / 32 19.0s Hashtbl parallel
[ ] 29 0 0 29 / 32 19.6s Hashtbl parallel
[ ] 30 0 0 30 / 32 20.2s Hashtbl parallel
[ ] 31 0 0 31 / 32 20.9s Hashtbl parallel
[ ] 32 0 0 32 / 32 21.7s Hashtbl parallel
[✓] 32 0 0 32 / 32 21.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `9DS64CZT'.
[OK] replace and remove 0
[OK] large tx 0
[OK] large ops 0
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Hashtbl'.
Test Successful in 0.039s. 4 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `AB6P8OWW'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2837080998258624871
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator parallel
[ ] 1 0 0 1 / 32 0.5s Accumulator parallel
[ ] 2 0 0 2 / 32 0.9s Accumulator parallel
[ ] 3 0 0 3 / 32 1.3s Accumulator parallel
[ ] 4 0 0 4 / 32 1.4s Accumulator parallel
[ ] 5 0 0 5 / 32 1.6s Accumulator parallel
[ ] 6 0 0 6 / 32 1.8s Accumulator parallel
[ ] 8 0 0 8 / 32 2.2s Accumulator parallel
[ ] 10 0 0 10 / 32 2.4s Accumulator parallel
[ ] 11 0 0 11 / 32 2.6s Accumulator parallel
[ ] 12 0 0 12 / 32 3.0s Accumulator parallel
[ ] 13 0 0 13 / 32 3.1s Accumulator parallel
[ ] 14 0 0 14 / 32 3.3s Accumulator parallel
[ ] 15 0 0 15 / 32 3.5s Accumulator parallel
[ ] 16 0 0 16 / 32 3.6s Accumulator parallel
[ ] 17 0 0 17 / 32 3.7s Accumulator parallel
[ ] 19 0 0 19 / 32 3.8s Accumulator parallel
[ ] 21 0 0 21 / 32 4.0s Accumulator parallel
[ ] 22 0 0 22 / 32 4.2s Accumulator parallel
[ ] 24 0 0 24 / 32 4.3s Accumulator parallel
[ ] 25 0 0 25 / 32 4.5s Accumulator parallel
[ ] 26 0 0 26 / 32 4.7s Accumulator parallel
[ ] 27 0 0 27 / 32 5.2s Accumulator parallel
[ ] 28 0 0 28 / 32 5.5s Accumulator parallel
[ ] 29 0 0 29 / 32 6.1s Accumulator parallel
[ ] 30 0 0 30 / 32 6.7s Accumulator parallel
[ ] 31 0 0 31 / 32 7.3s Accumulator parallel
[ ] 32 0 0 32 / 32 7.7s Accumulator parallel
[✓] 32 0 0 32 / 32 7.7s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3564697749979725662
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Accumulator sequential
[✓] 64 0 0 64 / 64 0.0s Accumulator sequential
[ ] 0 0 0 0 / 64 0.0s Accumulator parallel
[ ] 2 0 0 2 / 64 0.2s Accumulator parallel
[ ] 3 0 0 3 / 64 0.4s Accumulator parallel
[ ] 4 0 0 4 / 64 1.2s Accumulator parallel
[ ] 5 0 0 5 / 64 1.6s Accumulator parallel
[ ] 6 0 0 6 / 64 2.5s Accumulator parallel
[ ] 7 0 0 7 / 64 3.2s Accumulator parallel
[ ] 8 0 0 8 / 64 3.5s Accumulator parallel
[ ] 9 0 0 9 / 64 4.1s Accumulator parallel
[ ] 10 0 0 10 / 64 4.7s Accumulator parallel
[ ] 11 0 0 11 / 64 5.0s Accumulator parallel
[ ] 12 0 0 12 / 64 5.3s Accumulator parallel
[ ] 13 0 0 13 / 64 5.4s Accumulator parallel
[ ] 14 0 0 14 / 64 5.9s Accumulator parallel
[ ] 15 0 0 15 / 64 6.4s Accumulator parallel
[ ] 16 0 0 16 / 64 6.8s Accumulator parallel
[ ] 17 0 0 17 / 64 7.0s Accumulator parallel
[ ] 18 0 0 18 / 64 7.5s Accumulator parallel
[ ] 19 0 0 19 / 64 8.0s Accumulator parallel
[ ] 20 0 0 20 / 64 8.8s Accumulator parallel
[ ] 21 0 0 21 / 64 9.5s Accumulator parallel
[ ] 22 0 0 22 / 64 10.3s Accumulator parallel
[ ] 23 0 0 23 / 64 10.9s Accumulator parallel
[ ] 24 0 0 24 / 64 11.3s Accumulator parallel
[ ] 25 0 0 25 / 64 12.0s Accumulator parallel
[ ] 26 0 0 26 / 64 12.8s Accumulator parallel
[ ] 27 0 0 27 / 64 13.4s Accumulator parallel
[ ] 28 0 0 28 / 64 14.3s Accumulator parallel
[ ] 29 0 0 29 / 64 14.8s Accumulator parallel
[ ] 30 0 0 30 / 64 15.3s Accumulator parallel
[ ] 31 0 0 31 / 64 16.0s Accumulator parallel
[ ] 32 0 0 32 / 64 16.8s Accumulator parallel
[ ] 33 0 0 33 / 64 17.6s Accumulator parallel
[ ] 34 0 0 34 / 64 18.3s Accumulator parallel
[ ] 35 0 0 35 / 64 18.7s Accumulator parallel
[ ] 36 0 0 36 / 64 19.3s Accumulator parallel
[ ] 37 0 0 37 / 64 19.9s Accumulator parallel
[ ] 38 0 0 38 / 64 20.6s Accumulator parallel
[ ] 39 0 0 39 / 64 21.2s Accumulator parallel
[ ] 40 0 0 40 / 64 21.9s Accumulator parallel
[ ] 41 0 0 41 / 64 22.6s Accumulator parallel
[ ] 42 0 0 42 / 64 23.6s Accumulator parallel
[ ] 43 0 0 43 / 64 24.6s Accumulator parallel
[ ] 44 0 0 44 / 64 25.1s Accumulator parallel
[ ] 45 0 0 45 / 64 25.6s Accumulator parallel
[ ] 46 0 0 46 / 64 25.8s Accumulator parallel
[ ] 47 0 0 47 / 64 26.3s Accumulator parallel
[ ] 48 0 0 48 / 64 26.8s Accumulator parallel
[ ] 49 0 0 49 / 64 27.3s Accumulator parallel
[ ] 50 0 0 50 / 64 28.0s Accumulator parallel
[ ] 51 0 0 51 / 64 28.7s Accumulator parallel
[ ] 52 0 0 52 / 64 29.7s Accumulator parallel
[ ] 53 0 0 53 / 64 30.3s Accumulator parallel
[ ] 54 0 0 54 / 64 30.5s Accumulator parallel
[ ] 55 0 0 55 / 64 30.8s Accumulator parallel
[ ] 56 0 0 56 / 64 31.5s Accumulator parallel
[ ] 57 0 0 57 / 64 32.1s Accumulator parallel
[ ] 58 0 0 58 / 64 32.6s Accumulator parallel
[ ] 59 0 0 59 / 64 33.1s Accumulator parallel
[ ] 60 0 0 60 / 64 33.9s Accumulator parallel
[ ] 61 0 0 61 / 64 34.2s Accumulator parallel
[ ] 62 0 0 62 / 64 34.6s Accumulator parallel
[ ] 63 0 0 63 / 64 35.1s Accumulator parallel
[ ] 64 0 0 64 / 64 35.5s Accumulator parallel
[✓] 64 0 0 64 / 64 35.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2520233657302524709
generated error fail pass / total time test name
[ ] 0 0 0 0 / 37 0.0s Accumulator sequential
[✓] 37 0 0 37 / 37 0.0s Accumulator sequential
[ ] 0 0 0 0 / 37 0.0s Accumulator parallel
[ ] 1 0 0 1 / 37 0.5s Accumulator parallel
[ ] 2 0 0 2 / 37 1.1s Accumulator parallel
[ ] 3 0 0 3 / 37 1.8s Accumulator parallel
[ ] 4 0 0 4 / 37 3.3s Accumulator parallel
[ ] 5 0 0 5 / 37 3.7s Accumulator parallel
[ ] 6 0 0 6 / 37 4.1s Accumulator parallel
[ ] 7 0 0 7 / 37 4.8s Accumulator parallel
[ ] 8 0 0 8 / 37 5.7s Accumulator parallel
[ ] 9 0 0 9 / 37 6.4s Accumulator parallel
[ ] 10 0 0 10 / 37 7.1s Accumulator parallel
[ ] 11 0 0 11 / 37 8.2s Accumulator parallel
[ ] 12 0 0 12 / 37 8.6s Accumulator parallel
[ ] 13 0 0 13 / 37 9.4s Accumulator parallel
[ ] 14 0 0 14 / 37 9.8s Accumulator parallel
[ ] 15 0 0 15 / 37 10.5s Accumulator parallel
[ ] 16 0 0 16 / 37 11.3s Accumulator parallel
[ ] 17 0 0 17 / 37 12.3s Accumulator parallel
[ ] 18 0 0 18 / 37 13.1s Accumulator parallel
[ ] 19 0 0 19 / 37 13.4s Accumulator parallel
[ ] 20 0 0 20 / 37 14.2s Accumulator parallel
[ ] 21 0 0 21 / 37 15.4s Accumulator parallel
[ ] 22 0 0 22 / 37 16.2s Accumulator parallel
[ ] 23 0 0 23 / 37 16.6s Accumulator parallel
[ ] 24 0 0 24 / 37 17.4s Accumulator parallel
[ ] 25 0 0 25 / 37 18.6s Accumulator parallel
[ ] 26 0 0 26 / 37 19.4s Accumulator parallel
[ ] 27 0 0 27 / 37 20.3s Accumulator parallel
[ ] 28 0 0 28 / 37 21.0s Accumulator parallel
[ ] 29 0 0 29 / 37 21.5s Accumulator parallel
[ ] 30 0 0 30 / 37 21.9s Accumulator parallel
[ ] 31 0 0 31 / 37 22.2s Accumulator parallel
[ ] 32 0 0 32 / 37 22.8s Accumulator parallel
[ ] 33 0 0 33 / 37 23.4s Accumulator parallel
[ ] 34 0 0 34 / 37 23.8s Accumulator parallel
[ ] 35 0 0 35 / 37 24.9s Accumulator parallel
[ ] 36 0 0 36 / 37 25.6s Accumulator parallel
[ ] 37 0 0 37 / 37 26.2s Accumulator parallel
[✓] 37 0 0 37 / 37 26.2s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
22.15 M/s
ops over time/get:
183.46 M/s
ops over time/incr:
5.87 M/s
ops over time/push & pop:
76.20 M/s
ops over time/swap:
10.41 M/s
ops over time/xchg int:
43.20 M/s
time per op/cas int:
45.15 ns
time per op/get:
5.45 ns
time per op/incr:
170.32 ns
time per op/push & pop:
13.12 ns
time per op/swap:
96.09 ns
time per op/xchg int:
23.15 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
20.13 ns
time per transaction/1 loc tx:
168.60 ns
time per transaction/2 loc tx:
391.73 ns
time per transaction/4 loc tx:
865.61 ns
time per transaction/8 loc tx:
989.16 ns
transactions over time/0 loc tx:
49.67 M/s
transactions over time/1 loc tx:
5.93 M/s
transactions over time/2 loc tx:
2.55 M/s
transactions over time/4 loc tx:
1.16 M/s
transactions over time/8 loc tx:
1.01 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
213.84 ns
time per transaction/1 loc tx:
26.49 ns
time per transaction/2 loc tx:
135.43 ns
time per transaction/4 loc tx:
302.54 ns
time per transaction/8 loc tx:
988.24 ns
transactions over time/0 loc tx:
4.68 M/s
transactions over time/1 loc tx:
37.75 M/s
transactions over time/2 loc tx:
7.38 M/s
transactions over time/4 loc tx:
3.31 M/s
transactions over time/8 loc tx:
1.01 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
9.88 ns
time per transaction/1 loc tx:
555.53 ns
time per transaction/2 loc tx:
165.18 ns
time per transaction/4 loc tx:
293.99 ns
time per transaction/8 loc tx:
625.76 ns
transactions over time/0 loc tx:
101.17 M/s
transactions over time/1 loc tx:
1.80 M/s
transactions over time/2 loc tx:
6.05 M/s
transactions over time/4 loc tx:
3.40 M/s
transactions over time/8 loc tx:
1.60 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
590.52 ns
time per transaction/2 workers:
204.53 ns
time per transaction/4 workers:
4504.18 ns
transactions over time/1 worker:
1.69 M/s
transactions over time/2 workers:
9.78 M/s
transactions over time/4 workers:
0.89 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
9.09 M/s
operations over time/2 workers, 0% reads:
26.33 M/s
operations over time/4 workers, 0% reads:
8.47 M/s
time per operation/1 worker, 0% reads:
109.96 ns
time per operation/2 workers, 0% reads:
75.94 ns
time per operation/4 workers, 0% reads:
472.44 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.25 M/s
messages over time/1 nb adder, 2 nb takers:
0.13 M/s
messages over time/2 nb adders, 1 nb taker:
0.22 M/s
messages over time/2 nb adders, 2 nb takers:
0.08 M/s
messages over time/one domain:
1.65 M/s
time per message/1 nb adder, 1 nb taker:
7951.81 ns
time per message/1 nb adder, 2 nb takers:
23789.35 ns
time per message/2 nb adders, 1 nb taker:
13905.29 ns
time per message/2 nb adders, 2 nb takers:
51135.71 ns
time per message/one domain:
605.82 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
2.01 M/s
operations over time/1 worker, 50% reads:
1.49 M/s
operations over time/1 worker, 90% reads:
2.62 M/s
operations over time/2 workers, 10% reads:
1.97 M/s
operations over time/2 workers, 50% reads:
3.04 M/s
operations over time/2 workers, 90% reads:
4.61 M/s
operations over time/4 workers, 10% reads:
0.53 M/s
operations over time/4 workers, 50% reads:
1.03 M/s
operations over time/4 workers, 90% reads:
3.77 M/s
time per operation/1 worker, 10% reads:
498.20 ns
time per operation/1 worker, 50% reads:
671.43 ns
time per operation/1 worker, 90% reads:
381.83 ns
time per operation/2 workers, 10% reads:
1017.15 ns
time per operation/2 workers, 50% reads:
657.29 ns
time per operation/2 workers, 90% reads:
433.45 ns
time per operation/4 workers, 10% reads:
7595.56 ns
time per operation/4 workers, 50% reads:
3892.60 ns
time per operation/4 workers, 90% reads:
1060.63 ns
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 226857772360665520
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue parallel
[ ] 1 0 0 1 / 32 0.4s Queue parallel
[ ] 2 0 0 2 / 32 0.9s Queue parallel
[ ] 3 0 0 3 / 32 1.5s Queue parallel
[ ] 4 0 0 4 / 32 1.8s Queue parallel
[ ] 5 0 0 5 / 32 2.7s Queue parallel
[ ] 6 0 0 6 / 32 3.6s Queue parallel
[ ] 7 0 0 7 / 32 4.0s Queue parallel
[ ] 8 0 0 8 / 32 4.5s Queue parallel
[ ] 9 0 0 9 / 32 5.1s Queue parallel
[ ] 10 0 0 10 / 32 5.5s Queue parallel
[ ] 11 0 0 11 / 32 5.9s Queue parallel
[ ] 12 0 0 12 / 32 6.6s Queue parallel
[ ] 13 0 0 13 / 32 7.2s Queue parallel
[ ] 14 0 0 14 / 32 7.6s Queue parallel
[ ] 15 0 0 15 / 32 7.9s Queue parallel
[ ] 17 0 0 17 / 32 8.1s Queue parallel
[ ] 18 0 0 18 / 32 8.6s Queue parallel
[ ] 19 0 0 19 / 32 9.0s Queue parallel
[ ] 20 0 0 20 / 32 10.2s Queue parallel
[ ] 21 0 0 21 / 32 10.7s Queue parallel
[ ] 22 0 0 22 / 32 11.7s Queue parallel
[ ] 23 0 0 23 / 32 12.1s Queue parallel
[ ] 24 0 0 24 / 32 12.4s Queue parallel
[ ] 25 0 0 25 / 32 12.9s Queue parallel
[ ] 26 0 0 26 / 32 13.4s Queue parallel
[ ] 27 0 0 27 / 32 14.0s Queue parallel
[ ] 28 0 0 28 / 32 14.7s Queue parallel
[ ] 29 0 0 29 / 32 14.9s Queue parallel
[ ] 30 0 0 30 / 32 15.2s Queue parallel
[ ] 31 0 0 31 / 32 16.1s Queue parallel
[ ] 32 0 0 32 / 32 17.0s Queue parallel
[✓] 32 0 0 32 / 32 17.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 492346897256440197
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Queue sequential
[✓] 64 0 0 64 / 64 0.0s Queue sequential
[ ] 0 0 0 0 / 64 0.0s Queue parallel
[ ] 1 0 0 1 / 64 0.5s Queue parallel
[ ] 2 0 0 2 / 64 0.9s Queue parallel
[ ] 3 0 0 3 / 64 1.5s Queue parallel
[ ] 4 0 0 4 / 64 2.6s Queue parallel
[ ] 5 0 0 5 / 64 3.3s Queue parallel
[ ] 6 0 0 6 / 64 4.4s Queue parallel
[ ] 7 0 0 7 / 64 4.8s Queue parallel
[ ] 8 0 0 8 / 64 5.2s Queue parallel
[ ] 9 0 0 9 / 64 5.4s Queue parallel
[ ] 10 0 0 10 / 64 5.5s Queue parallel
[ ] 11 0 0 11 / 64 5.9s Queue parallel
[ ] 12 0 0 12 / 64 6.5s Queue parallel
[ ] 13 0 0 13 / 64 7.2s Queue parallel
[ ] 14 0 0 14 / 64 8.2s Queue parallel
[ ] 15 0 0 15 / 64 8.8s Queue parallel
[ ] 16 0 0 16 / 64 9.3s Queue parallel
[ ] 17 0 0 17 / 64 9.8s Queue parallel
[ ] 18 0 0 18 / 64 10.2s Queue parallel
[ ] 19 0 0 19 / 64 10.7s Queue parallel
[ ] 20 0 0 20 / 64 11.9s Queue parallel
[ ] 21 0 0 21 / 64 12.6s Queue parallel
[ ] 22 0 0 22 / 64 13.3s Queue parallel
[ ] 23 0 0 23 / 64 14.4s Queue parallel
[ ] 24 0 0 24 / 64 15.2s Queue parallel
[ ] 25 0 0 25 / 64 16.3s Queue parallel
[ ] 26 0 0 26 / 64 17.0s Queue parallel
[ ] 27 0 0 27 / 64 18.1s Queue parallel
[ ] 28 0 0 28 / 64 18.8s Queue parallel
[ ] 29 0 0 29 / 64 19.3s Queue parallel
[ ] 30 0 0 30 / 64 20.2s Queue parallel
[ ] 31 0 0 31 / 64 21.3s Queue parallel
[ ] 32 0 0 32 / 64 22.2s Queue parallel
[ ] 33 0 0 33 / 64 23.1s Queue parallel
[ ] 34 0 0 34 / 64 24.1s Queue parallel
[ ] 35 0 0 35 / 64 24.6s Queue parallel
[ ] 36 0 0 36 / 64 25.3s Queue parallel
[ ] 37 0 0 37 / 64 25.7s Queue parallel
[ ] 38 0 0 38 / 64 26.2s Queue parallel
[ ] 39 0 0 39 / 64 27.1s Queue parallel
[ ] 40 0 0 40 / 64 27.8s Queue parallel
[ ] 41 0 0 41 / 64 28.5s Queue parallel
[ ] 42 0 0 42 / 64 29.1s Queue parallel
[ ] 43 0 0 43 / 64 29.7s Queue parallel
[ ] 44 0 0 44 / 64 30.5s Queue parallel
[ ] 45 0 0 45 / 64 30.8s Queue parallel
[ ] 46 0 0 46 / 64 31.1s Queue parallel
[ ] 47 0 0 47 / 64 31.2s Queue parallel
[ ] 48 0 0 48 / 64 32.2s Queue parallel
[ ] 49 0 0 49 / 64 32.7s Queue parallel
[ ] 50 0 0 50 / 64 33.5s Queue parallel
[ ] 51 0 0 51 / 64 34.5s Queue parallel
[ ] 52 0 0 52 / 64 36.0s Queue parallel
[ ] 53 0 0 53 / 64 36.8s Queue parallel
[ ] 54 0 0 54 / 64 37.8s Queue parallel
[ ] 55 0 0 55 / 64 38.9s Queue parallel
[ ] 56 0 0 56 / 64 40.2s Queue parallel
[ ] 57 0 0 57 / 64 40.6s Queue parallel
[ ] 58 0 0 58 / 64 41.5s Queue parallel
[ ] 59 0 0 59 / 64 42.4s Queue parallel
[ ] 60 0 0 60 / 64 43.1s Queue parallel
[ ] 61 0 0 61 / 64 43.9s Queue parallel
[ ] 62 0 0 62 / 64 44.5s Queue parallel
[ ] 63 0 0 63 / 64 44.9s Queue parallel
[ ] 64 0 0 64 / 64 45.7s Queue parallel
[✓] 64 0 0 64 / 64 45.7s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
1.96 M/s
messages over time/1 adder, 1 taker:
1.78 M/s
messages over time/1 adder, 2 nb takers:
0.11 M/s
messages over time/1 adder, 2 takers:
0.35 M/s
messages over time/1 nb adder, 1 nb taker:
5.56 M/s
messages over time/1 nb adder, 1 taker:
4.28 M/s
messages over time/1 nb adder, 2 nb takers:
1.42 M/s
messages over time/1 nb adder, 2 takers:
1.52 M/s
messages over time/2 adders, 1 nb taker:
1.58 M/s
messages over time/2 adders, 1 taker:
0.36 M/s
messages over time/2 adders, 2 nb takers:
0.46 M/s
messages over time/2 adders, 2 takers:
0.37 M/s
messages over time/2 nb adders, 1 nb taker:
1.68 M/s
messages over time/2 nb adders, 1 taker:
1.64 M/s
messages over time/2 nb adders, 2 nb takers:
0.35 M/s
messages over time/2 nb adders, 2 takers:
0.11 M/s
time per message/1 adder, 1 nb taker:
1017.93 ns
time per message/1 adder, 1 taker:
1124.18 ns
time per message/1 adder, 2 nb takers:
26934.02 ns
time per message/1 adder, 2 takers:
8490.01 ns
time per message/1 nb adder, 1 nb taker:
359.67 ns
time per message/1 nb adder, 1 taker:
467.47 ns
time per message/1 nb adder, 2 nb takers:
2109.01 ns
time per message/1 nb adder, 2 takers:
1979.11 ns
time per message/2 adders, 1 nb taker:
1901.70 ns
time per message/2 adders, 1 taker:
8256.40 ns
time per message/2 adders, 2 nb takers:
8656.21 ns
time per message/2 adders, 2 takers:
10748.63 ns
time per message/2 nb adders, 1 nb taker:
1789.77 ns
time per message/2 nb adders, 1 taker:
1827.40 ns
time per message/2 nb adders, 2 nb takers:
11359.13 ns
time per message/2 nb adders, 2 takers:
36072.29 ns
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 2374902225793380037
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack parallel
[ ] 1 0 0 1 / 32 0.1s Stack parallel
[ ] 2 0 0 2 / 32 0.8s Stack parallel
[ ] 4 0 0 4 / 32 1.5s Stack parallel
[ ] 5 0 0 5 / 32 2.2s Stack parallel
[ ] 6 0 0 6 / 32 2.6s Stack parallel
[ ] 7 0 0 7 / 32 3.2s Stack parallel
[ ] 8 0 0 8 / 32 3.7s Stack parallel
[ ] 9 0 0 9 / 32 4.5s Stack parallel
[ ] 10 0 0 10 / 32 5.0s Stack parallel
[ ] 11 0 0 11 / 32 5.2s Stack parallel
[ ] 12 0 0 12 / 32 5.6s Stack parallel
[ ] 13 0 0 13 / 32 5.7s Stack parallel
[ ] 14 0 0 14 / 32 5.9s Stack parallel
[ ] 15 0 0 15 / 32 6.1s Stack parallel
[ ] 16 0 0 16 / 32 6.6s Stack parallel
[ ] 17 0 0 17 / 32 7.1s Stack parallel
[ ] 18 0 0 18 / 32 7.5s Stack parallel
[ ] 19 0 0 19 / 32 8.3s Stack parallel
[ ] 20 0 0 20 / 32 9.0s Stack parallel
[ ] 21 0 0 21 / 32 9.5s Stack parallel
[ ] 22 0 0 22 / 32 10.0s Stack parallel
[ ] 23 0 0 23 / 32 10.4s Stack parallel
[ ] 24 0 0 24 / 32 10.8s Stack parallel
[ ] 25 0 0 25 / 32 11.3s Stack parallel
[ ] 26 0 0 26 / 32 12.4s Stack parallel
[ ] 27 0 0 27 / 32 13.1s Stack parallel
[ ] 28 0 0 28 / 32 13.9s Stack parallel
[ ] 29 0 0 29 / 32 14.4s Stack parallel
[ ] 30 0 0 30 / 32 14.5s Stack parallel
[ ] 31 0 0 31 / 32 15.1s Stack parallel
[ ] 32 0 0 32 / 32 15.7s Stack parallel
[✓] 32 0 0 32 / 32 15.7s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2875641323084911076
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Stack sequential
[✓] 64 0 0 64 / 64 0.0s Stack sequential
[ ] 0 0 0 0 / 64 0.0s Stack parallel
[ ] 1 0 0 1 / 64 0.6s Stack parallel
[ ] 2 0 0 2 / 64 1.3s Stack parallel
[ ] 3 0 0 3 / 64 2.2s Stack parallel
[ ] 4 0 0 4 / 64 2.7s Stack parallel
[ ] 5 0 0 5 / 64 3.5s Stack parallel
[ ] 6 0 0 6 / 64 4.0s Stack parallel
[ ] 7 0 0 7 / 64 4.4s Stack parallel
[ ] 8 0 0 8 / 64 4.9s Stack parallel
[ ] 9 0 0 9 / 64 5.5s Stack parallel
[ ] 10 0 0 10 / 64 6.1s Stack parallel
[ ] 11 0 0 11 / 64 6.5s Stack parallel
[ ] 12 0 0 12 / 64 7.1s Stack parallel
[ ] 13 0 0 13 / 64 7.6s Stack parallel
[ ] 14 0 0 14 / 64 8.0s Stack parallel
[ ] 15 0 0 15 / 64 8.3s Stack parallel
[ ] 16 0 0 16 / 64 8.6s Stack parallel
[ ] 17 0 0 17 / 64 9.1s Stack parallel
[ ] 18 0 0 18 / 64 9.7s Stack parallel
[ ] 19 0 0 19 / 64 10.3s Stack parallel
[ ] 20 0 0 20 / 64 10.8s Stack parallel
[ ] 21 0 0 21 / 64 11.7s Stack parallel
[ ] 22 0 0 22 / 64 12.5s Stack parallel
[ ] 23 0 0 23 / 64 12.8s Stack parallel
[ ] 24 0 0 24 / 64 13.8s Stack parallel
[ ] 25 0 0 25 / 64 14.6s Stack parallel
[ ] 26 0 0 26 / 64 15.6s Stack parallel
[ ] 27 0 0 27 / 64 16.7s Stack parallel
[ ] 28 0 0 28 / 64 17.6s Stack parallel
[ ] 29 0 0 29 / 64 18.1s Stack parallel
[ ] 30 0 0 30 / 64 18.3s Stack parallel
[ ] 31 0 0 31 / 64 18.6s Stack parallel
[ ] 32 0 0 32 / 64 19.6s Stack parallel
[ ] 33 0 0 33 / 64 20.6s Stack parallel
[ ] 34 0 0 34 / 64 21.7s Stack parallel
[ ] 35 0 0 35 / 64 22.6s Stack parallel
[ ] 36 0 0 36 / 64 23.0s Stack parallel
[ ] 37 0 0 37 / 64 23.4s Stack parallel
[ ] 38 0 0 38 / 64 23.9s Stack parallel
[ ] 39 0 0 39 / 64 24.3s Stack parallel
[ ] 40 0 0 40 / 64 25.1s Stack parallel
[ ] 41 0 0 41 / 64 25.4s Stack parallel
[ ] 42 0 0 42 / 64 26.1s Stack parallel
[ ] 43 0 0 43 / 64 27.2s Stack parallel
[ ] 44 0 0 44 / 64 28.1s Stack parallel
[ ] 45 0 0 45 / 64 28.6s Stack parallel
[ ] 46 0 0 46 / 64 29.2s Stack parallel
[ ] 47 0 0 47 / 64 29.6s Stack parallel
[ ] 48 0 0 48 / 64 29.9s Stack parallel
[ ] 49 0 0 49 / 64 30.2s Stack parallel
[ ] 50 0 0 50 / 64 30.9s Stack parallel
[ ] 51 0 0 51 / 64 31.6s Stack parallel
[ ] 52 0 0 52 / 64 31.8s Stack parallel
[ ] 53 0 0 53 / 64 32.3s Stack parallel
[ ] 54 0 0 54 / 64 32.7s Stack parallel
[ ] 55 0 0 55 / 64 33.7s Stack parallel
[ ] 56 0 0 56 / 64 34.2s Stack parallel
[ ] 57 0 0 57 / 64 35.0s Stack parallel
[ ] 58 0 0 58 / 64 35.7s Stack parallel
[ ] 59 0 0 59 / 64 36.3s Stack parallel
[ ] 60 0 0 60 / 64 36.7s Stack parallel
[ ] 61 0 0 61 / 64 36.9s Stack parallel
[ ] 62 0 0 62 / 64 37.4s Stack parallel
[ ] 63 0 0 63 / 64 37.9s Stack parallel
[ ] 64 0 0 64 / 64 38.8s Stack parallel
[✓] 64 0 0 64 / 64 38.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 924026270182298514
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Stack sequential
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack parallel
[ ] 1 0 0 1 / 32 1.0s Stack parallel
[ ] 2 0 0 2 / 32 1.2s Stack parallel
[ ] 3 0 0 3 / 32 1.5s Stack parallel
[ ] 4 0 0 4 / 32 1.7s Stack parallel
[ ] 5 0 0 5 / 32 2.7s Stack parallel
[ ] 6 0 0 6 / 32 3.4s Stack parallel
[ ] 7 0 0 7 / 32 4.1s Stack parallel
[ ] 8 0 0 8 / 32 4.6s Stack parallel
[ ] 10 0 0 10 / 32 4.9s Stack parallel
[ ] 11 0 0 11 / 32 5.5s Stack parallel
[ ] 12 0 0 12 / 32 6.1s Stack parallel
[ ] 13 0 0 13 / 32 6.6s Stack parallel
[ ] 14 0 0 14 / 32 7.3s Stack parallel
[ ] 15 0 0 15 / 32 8.3s Stack parallel
[ ] 16 0 0 16 / 32 9.1s Stack parallel
[ ] 17 0 0 17 / 32 9.9s Stack parallel
[ ] 18 0 0 18 / 32 10.5s Stack parallel
[ ] 19 0 0 19 / 32 11.0s Stack parallel
[ ] 20 0 0 20 / 32 11.9s Stack parallel
[ ] 21 0 0 21 / 32 12.3s Stack parallel
[ ] 22 0 0 22 / 32 12.5s Stack parallel
[ ] 23 0 0 23 / 32 13.1s Stack parallel
[ ] 24 0 0 24 / 32 13.5s Stack parallel
[ ] 25 0 0 25 / 32 13.7s Stack parallel
[ ] 26 0 0 26 / 32 14.3s Stack parallel
[ ] 27 0 0 27 / 32 14.5s Stack parallel
[ ] 28 0 0 28 / 32 15.3s Stack parallel
[ ] 29 0 0 29 / 32 15.9s Stack parallel
[ ] 30 0 0 30 / 32 16.2s Stack parallel
[ ] 31 0 0 31 / 32 16.6s Stack parallel
[ ] 32 0 0 32 / 32 17.2s Stack parallel
[✓] 32 0 0 32 / 32 17.2s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
3.30 M/s
messages over time/1 nb adder, 1 taker:
4.24 M/s
messages over time/1 nb adder, 2 nb takers:
0.44 M/s
messages over time/1 nb adder, 2 takers:
3.31 M/s
messages over time/2 nb adders, 1 nb taker:
0.90 M/s
messages over time/2 nb adders, 1 taker:
5.35 M/s
messages over time/2 nb adders, 2 nb takers:
2.23 M/s
messages over time/2 nb adders, 2 takers:
3.01 M/s
messages over time/one domain:
7.39 M/s
time per message/1 nb adder, 1 nb taker:
606.64 ns
time per message/1 nb adder, 1 taker:
472.07 ns
time per message/1 nb adder, 2 nb takers:
6806.48 ns
time per message/1 nb adder, 2 takers:
906.02 ns
time per message/2 nb adders, 1 nb taker:
3332.45 ns
time per message/2 nb adders, 1 taker:
560.69 ns
time per message/2 nb adders, 2 nb takers:
1792.28 ns
time per message/2 nb adders, 2 takers:
1329.08 ns
time per message/one domain:
135.37 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
6.60 M/s
messages over time/1 nb adder, 1 taker:
6.82 M/s
messages over time/1 nb adder, 2 nb takers:
6.96 M/s
messages over time/1 nb adder, 2 takers:
0.56 M/s
messages over time/2 nb adders, 1 nb taker:
12.99 M/s
messages over time/2 nb adders, 1 taker:
1.74 M/s
messages over time/2 nb adders, 2 nb takers:
2.15 M/s
messages over time/2 nb adders, 2 takers:
0.57 M/s
messages over time/one domain:
3.82 M/s
time per message/1 nb adder, 1 nb taker:
303.17 ns
time per message/1 nb adder, 1 taker:
293.39 ns
time per message/1 nb adder, 2 nb takers:
431.15 ns
time per message/1 nb adder, 2 takers:
5334.37 ns
time per message/2 nb adders, 1 nb taker:
230.97 ns
time per message/2 nb adders, 1 taker:
1723.18 ns
time per message/2 nb adders, 2 nb takers:
1862.08 ns
time per message/2 nb adders, 2 takers:
7046.09 ns
time per message/one domain:
261.98 ns
2024-12-19 10:35.55 ---> saved as "d44e1af4a64f6412c536b0fb32fb3044f080eff8d2bb52203e88ee24efe8e779"
Job succeeded
2024-12-19 10:35.56: Job succeeded