2025-07-31 07:26.48: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-x86_64:debian-12-5.3+flambda_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 7a83eb3d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68
# debian-12-5.3+flambda_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && 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.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.19.1 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+options ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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
2025-07-31 07:26.48: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68-debian-12-5.3+flambda_opam-2.4-3fa0f7a3aab121f8209c8e57b85c0d53"
2025-07-31 07:26.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68)
(comment debian-12-5.3+flambda_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && 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.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.19.1 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+options ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(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.4 --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"))
)
2025-07-31 07:26.48: Waiting for resource in pool OCluster
2025-07-31 08:24.01: Waiting for worker…
2025-07-31 08:29.08: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 7a83eb3 Inline `Loc` ops and unroll
(from ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68' locally
docker.io/ocaml/opam@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68: Pulling from ocaml/opam
2b437dab448b: Already exists
97c86bfc0041: Pulling fs layer
b134a94e2dab: Pulling fs layer
fb6fd243e341: Pulling fs layer
beeb65099492: Pulling fs layer
aaa2c9a1a445: Pulling fs layer
97c86bfc0041: Waiting
b134a94e2dab: Waiting
d08a8b89f2c3: Pulling fs layer
beeb65099492: Waiting
fb6fd243e341: Waiting
aaa2c9a1a445: Waiting
6d17278fc02e: Pulling fs layer
6d17278fc02e: Waiting
97c86bfc0041: Verifying Checksum
97c86bfc0041: Download complete
97c86bfc0041: Pull complete
b134a94e2dab: Verifying Checksum
b134a94e2dab: Download complete
b134a94e2dab: Pull complete
fb6fd243e341: Verifying Checksum
fb6fd243e341: Download complete
fb6fd243e341: Pull complete
beeb65099492: Verifying Checksum
beeb65099492: Download complete
aaa2c9a1a445: Download complete
d08a8b89f2c3: Verifying Checksum
d08a8b89f2c3: Download complete
6d17278fc02e: Verifying Checksum
6d17278fc02e: Download complete
beeb65099492: Pull complete
aaa2c9a1a445: Pull complete
d08a8b89f2c3: Pull complete
6d17278fc02e: Pull complete
Digest: sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68
Status: Downloaded newer image for ocaml/opam@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68
2025-07-31 08:29.09 ---> using "8f19063995d2e91975b673384143fa4316c06cf525acaad5ddc9dfe32e879b21" from cache
/: (comment debian-12-5.3+flambda_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 08:29.09 ---> using "3964d961645aac4701995e7afa81c4230383d448cff22e07a607fd337d9459ea" 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] Initialised
2025-07-31 08:29.09 ---> using "5aebcfda9685f3a603e14fa984661649d5b4c24cad7ac53b2dbd7993b0191857" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 08:29.09 ---> using "b3767d8466038a203e474e97e3c72b7e65c6cd3e74da7a70330f79ca1443edbb" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 08:29.09 ---> using "3777998cb18ca2c1bd519ed60e51da93fddf8559566beec5a9ce7afd99330774" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee8b9193dd..f6368c68f9 master -> origin/master
f1d3c77350 Merge pull request #28270 from jmid/opam-publish-qcheck-multicoretests-util.0.9
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:29.09 ---> using "0e1707a4845132b36cffc115b9a272e96514dd4659c3ac157bd5988ac794e27f" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-07-31 08:29.09 ---> using "fd1bbd2ea3bffe578562e65a967b220dd42991b3c7e50119cd85c4612652ec51" 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)
2025-07-31 08:29.09 ---> using "3264106df5dfabeb05d9f514fb69777255382667117c94d04087402d14f10179" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 08:29.09 ---> using "9aafab3d52d7238074e7f4aaadcd0ec3af343c6205f580df2b6c032ac2aacc7b" from cache
/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.19.1 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+options ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
/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.4 --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 amd64 Packages.diff/Index [18.5 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5110 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5110 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]
- Fetched 399 kB in 1s (609 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.dev] synchronised (file:///src)
[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-07-31 08:29.09 ---> using "40f1780e4e9c4f0826c8ae3040aa06ad989184a565b59221e4706cb5bf46bfa5" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
- install alcotest 1.9.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.19.1
- install fmt 0.11.0
- install logs 0.9.0
- install mdx 2.5.0
- install mtime 2.1.0
- install multicore-bench 0.1.7
- install multicore-magic 2.3.1
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 4.0.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install psq 0.2.1
- install qcheck-core 0.26
- install qcheck-multicoretests-util 0.9
- install qcheck-stm 0.9
- install re 1.13.2
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-table 1.0.0
- install topkg 1.1.0
- install uutf 1.0.4
- install yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved backoff.0.1.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-local-timeout.1.0.1 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.4.0.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved multicore-bench.0.1.7 (https://opam.ocaml.org/cache)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.26 (cached)
-> retrieved qcheck-multicoretests-util.0.9, qcheck-stm.0.9 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved dune.3.19.1 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.19.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed thread-table.1.0.0
-> installed backoff.0.1.1
-> installed result.1.5
-> installed psq.0.2.1
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.1
-> installed stdlib-shims.0.3.0
-> installed camlp-streams.5.0.1
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed qcheck-core.0.26
-> installed multicore-bench.0.1.7
-> installed alcotest.1.9.0
-> installed qcheck-multicoretests-util.0.9
-> installed qcheck-stm.0.9
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:29.09 ---> using "020df96dfcf56346eaa7b2a3df6d7eeb1f67b7af5e83aad2bcd5d65cd76606ef" from cache
/src: (copy (src .) (dst /src))
2025-07-31 08:29.09 ---> using "3dae898817001b638f8b3aee96672f80c02561b9e66b2f8d053c0331d2635f4d" from cache
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Threads.cmx -c -impl test/kcas/threads.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Ms_queue_test.cmx -c -impl test/kcas/ms_queue_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/multicore-magic -intf-suffix .ml -no-alias-deps -opaque -o src/kcas/.kcas.objs/native/kcas.cmx -c -impl src/kcas/kcas.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Test.cmx -c -impl test/kcas/test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/qcheck-stm/domain -I /home/opam/.opam/5.3/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test.cmx -c -impl test/kcas_data/dllist_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/qcheck-stm/domain -I /home/opam/.opam/5.3/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Mvar_test.cmx -c -impl test/kcas_data/mvar_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/qcheck-stm/domain -I /home/opam/.opam/5.3/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test.cmx -c -impl test/kcas_data/stack_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/qcheck-stm/domain -I /home/opam/.opam/5.3/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test.cmx -c -impl test/kcas_data/queue_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/qcheck-stm/domain -I /home/opam/.opam/5.3/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_test.cmx -c -impl test/kcas_data/xt_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/qcheck-stm/domain -I /home/opam/.opam/5.3/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test.cmx -c -impl test/kcas_data/hashtbl_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/multicore-bench -I /home/opam/.opam/5.3/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Main.cmx -c -impl bench/main.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Yojson__Safe, and its interface was not compiled with -opaque
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `8FYM1ZQS'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.008s. 1 test run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `F2WI1S9Z'.
[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 && ./threads.exe)
Testing `Threads'.
This run has ID `7Q9USRLO'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.023s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `93VDFCS6'.
[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.250s. 4 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `H38NWRJO'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.025s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `WHQPRDI7'.
[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 && ./xt_test.exe)
Testing `Transactions'.
This run has ID `JBCH5GRM'.
[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 && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `4MWXRTRY'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 2.713s. 2 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `V0630QGK'.
[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 6.268s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
3.24 M/s
ops over time/get:
45.63 M/s
ops over time/incr:
2.46 M/s
ops over time/push & pop:
1.94 M/s
ops over time/swap:
1.90 M/s
ops over time/xchg int:
2.47 M/s
time per op/cas int:
308.85 ns
time per op/get:
21.91 ns
time per op/incr:
407.32 ns
time per op/push & pop:
515.80 ns
time per op/swap:
526.91 ns
time per op/xchg int:
404.43 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
446.18 ns
time per transaction/1 loc tx:
1315.65 ns
time per transaction/2 loc tx:
1718.61 ns
time per transaction/4 loc tx:
4418.14 ns
time per transaction/8 loc tx:
9096.12 ns
transactions over time/0 loc tx:
2.24 M/s
transactions over time/1 loc tx:
0.76 M/s
transactions over time/2 loc tx:
0.58 M/s
transactions over time/4 loc tx:
0.23 M/s
transactions over time/8 loc tx:
0.11 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
339.90 ns
time per transaction/1 loc tx:
187.06 ns
time per transaction/2 loc tx:
1736.18 ns
time per transaction/4 loc tx:
1840.36 ns
time per transaction/8 loc tx:
621.59 ns
transactions over time/0 loc tx:
2.94 M/s
transactions over time/1 loc tx:
5.35 M/s
transactions over time/2 loc tx:
0.58 M/s
transactions over time/4 loc tx:
0.54 M/s
transactions over time/8 loc tx:
1.61 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
628.73 ns
time per transaction/1 loc tx:
1202.01 ns
time per transaction/2 loc tx:
2094.80 ns
time per transaction/4 loc tx:
2372.45 ns
time per transaction/8 loc tx:
4413.74 ns
transactions over time/0 loc tx:
1.59 M/s
transactions over time/1 loc tx:
0.83 M/s
transactions over time/2 loc tx:
0.48 M/s
transactions over time/4 loc tx:
0.42 M/s
transactions over time/8 loc tx:
0.23 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
1548.48 ns
time per transaction/2 workers:
1696.78 ns
time per transaction/4 workers:
3825.75 ns
transactions over time/1 worker:
0.65 M/s
transactions over time/2 workers:
1.18 M/s
transactions over time/4 workers:
1.05 M/s
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 17911860282308831
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential
[✓] 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.8s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 2.3s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 3.2s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 4.0s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 4.8s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 5.5s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 6.0s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 6.7s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 7.3s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 8.0s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 8.8s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 9.3s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 10.2s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 10.9s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 11.7s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 12.5s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 16.5s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 17.2s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 17.8s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 18.6s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 19.2s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 19.8s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 20.3s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 20.8s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 21.4s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 22.8s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 23.5s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 24.1s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 24.6s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 25.4s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 25.9s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 26.6s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 26.6s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 26268713851044788
generated error fail pass / total time test name
[ ] 0 0 0 0 / 40 0.0s Hashtbl_with_order sequential
[✓] 40 0 0 40 / 40 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 40 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 40 0.6s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 40 1.4s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 40 2.2s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 40 2.9s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 40 3.6s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 40 4.2s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 40 4.8s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 40 5.5s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 40 6.2s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 40 7.0s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 40 7.6s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 40 10.9s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 40 11.7s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 40 12.5s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 40 15.7s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 40 16.3s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 40 17.2s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 40 17.8s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 40 18.7s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 40 19.5s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 40 20.1s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 40 20.7s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 40 21.3s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 40 21.7s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 40 23.5s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 40 24.1s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 40 24.7s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 40 25.2s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 40 26.0s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 40 26.6s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 40 27.3s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 40 27.9s Hashtbl_with_order parallel
[ ] 33 0 0 33 / 40 28.4s Hashtbl_with_order parallel
[ ] 34 0 0 34 / 40 29.9s Hashtbl_with_order parallel
[ ] 35 0 0 35 / 40 30.4s Hashtbl_with_order parallel
[ ] 36 0 0 36 / 40 31.1s Hashtbl_with_order parallel
[ ] 37 0 0 37 / 40 31.7s Hashtbl_with_order parallel
[ ] 38 0 0 38 / 40 32.4s Hashtbl_with_order parallel
[ ] 39 0 0 39 / 40 32.9s Hashtbl_with_order parallel
[ ] 40 0 0 40 / 40 33.6s Hashtbl_with_order parallel
[✓] 40 0 0 40 / 40 33.6s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
4.28 M/s
operations over time/2 workers, 0% reads:
11.50 M/s
operations over time/4 workers, 0% reads:
5.02 M/s
operations over time/8 workers, 0% reads:
8.21 M/s
time per operation/1 worker, 0% reads:
233.46 ns
time per operation/2 workers, 0% reads:
173.92 ns
time per operation/4 workers, 0% reads:
796.23 ns
time per operation/8 workers, 0% reads:
974.87 ns
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 3383955163792935816
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.0s Hashtbl parallel
[ ] 2 0 0 2 / 32 2.1s Hashtbl parallel
[ ] 3 0 0 3 / 32 2.8s Hashtbl parallel
[ ] 4 0 0 4 / 32 3.7s Hashtbl parallel
[ ] 5 0 0 5 / 32 6.1s Hashtbl parallel
[ ] 6 0 0 6 / 32 6.8s Hashtbl parallel
[ ] 7 0 0 7 / 32 7.6s Hashtbl parallel
[ ] 8 0 0 8 / 32 8.1s Hashtbl parallel
[ ] 9 0 0 9 / 32 8.8s Hashtbl parallel
[ ] 10 0 0 10 / 32 9.4s Hashtbl parallel
[ ] 11 0 0 11 / 32 10.0s Hashtbl parallel
[ ] 12 0 0 12 / 32 10.5s Hashtbl parallel
[ ] 13 0 0 13 / 32 11.1s Hashtbl parallel
[ ] 14 0 0 14 / 32 12.6s Hashtbl parallel
[ ] 15 0 0 15 / 32 13.3s Hashtbl parallel
[ ] 16 0 0 16 / 32 13.9s Hashtbl parallel
[ ] 17 0 0 17 / 32 14.5s Hashtbl parallel
[ ] 18 0 0 18 / 32 15.0s Hashtbl parallel
[ ] 19 0 0 19 / 32 15.6s Hashtbl parallel
[ ] 20 0 0 20 / 32 16.2s Hashtbl parallel
[ ] 21 0 0 21 / 32 17.0s Hashtbl parallel
[ ] 22 0 0 22 / 32 17.6s Hashtbl parallel
[ ] 23 0 0 23 / 32 18.2s Hashtbl parallel
[ ] 24 0 0 24 / 32 19.7s Hashtbl parallel
[ ] 25 0 0 25 / 32 21.1s Hashtbl parallel
[ ] 26 0 0 26 / 32 21.6s Hashtbl parallel
[ ] 27 0 0 27 / 32 22.4s Hashtbl parallel
[ ] 28 0 0 28 / 32 23.1s Hashtbl parallel
[ ] 29 0 0 29 / 32 23.8s Hashtbl parallel
[ ] 30 0 0 30 / 32 24.6s Hashtbl parallel
[ ] 31 0 0 31 / 32 25.3s Hashtbl parallel
[ ] 32 0 0 32 / 32 25.8s Hashtbl parallel
[✓] 32 0 0 32 / 32 25.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 4496744380343200426
generated error fail pass / total time test name
[ ] 0 0 0 0 / 42 0.0s Hashtbl sequential
[✓] 42 0 0 42 / 42 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 42 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 42 0.9s Hashtbl parallel
[ ] 2 0 0 2 / 42 1.4s Hashtbl parallel
[ ] 3 0 0 3 / 42 2.1s Hashtbl parallel
[ ] 4 0 0 4 / 42 2.8s Hashtbl parallel
[ ] 5 0 0 5 / 42 3.4s Hashtbl parallel
[ ] 6 0 0 6 / 42 4.1s Hashtbl parallel
[ ] 7 0 0 7 / 42 4.6s Hashtbl parallel
[ ] 8 0 0 8 / 42 5.3s Hashtbl parallel
[ ] 9 0 0 9 / 42 5.8s Hashtbl parallel
[ ] 10 0 0 10 / 42 6.4s Hashtbl parallel
[ ] 11 0 0 11 / 42 7.6s Hashtbl parallel
[ ] 12 0 0 12 / 42 8.2s Hashtbl parallel
[ ] 13 0 0 13 / 42 8.7s Hashtbl parallel
[ ] 14 0 0 14 / 42 9.3s Hashtbl parallel
[ ] 15 0 0 15 / 42 10.5s Hashtbl parallel
[ ] 16 0 0 16 / 42 11.4s Hashtbl parallel
[ ] 17 0 0 17 / 42 12.0s Hashtbl parallel
[ ] 18 0 0 18 / 42 12.9s Hashtbl parallel
[ ] 19 0 0 19 / 42 13.5s Hashtbl parallel
[ ] 20 0 0 20 / 42 14.1s Hashtbl parallel
[ ] 21 0 0 21 / 42 14.7s Hashtbl parallel
[ ] 22 0 0 22 / 42 15.2s Hashtbl parallel
[ ] 23 0 0 23 / 42 15.7s Hashtbl parallel
[ ] 24 0 0 24 / 42 16.0s Hashtbl parallel
[ ] 25 0 0 25 / 42 16.4s Hashtbl parallel
[ ] 26 0 0 26 / 42 16.9s Hashtbl parallel
[ ] 27 0 0 27 / 42 17.4s Hashtbl parallel
[ ] 28 0 0 28 / 42 17.9s Hashtbl parallel
[ ] 29 0 0 29 / 42 18.4s Hashtbl parallel
[ ] 30 0 0 30 / 42 19.0s Hashtbl parallel
[ ] 31 0 0 31 / 42 19.6s Hashtbl parallel
[ ] 32 0 0 32 / 42 20.1s Hashtbl parallel
[ ] 33 0 0 33 / 42 20.7s Hashtbl parallel
[ ] 34 0 0 34 / 42 21.6s Hashtbl parallel
[ ] 35 0 0 35 / 42 22.1s Hashtbl parallel
[ ] 36 0 0 36 / 42 23.1s Hashtbl parallel
[ ] 37 0 0 37 / 42 23.6s Hashtbl parallel
[ ] 38 0 0 38 / 42 24.3s Hashtbl parallel
[ ] 39 0 0 39 / 42 24.9s Hashtbl parallel
[ ] 40 0 0 40 / 42 25.3s Hashtbl parallel
[ ] 41 0 0 41 / 42 25.8s Hashtbl parallel
[ ] 42 0 0 42 / 42 26.2s Hashtbl parallel
[✓] 42 0 0 42 / 42 26.2s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3757422101850117307
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 0.6s Hashtbl parallel
[ ] 2 0 0 2 / 32 1.0s Hashtbl parallel
[ ] 3 0 0 3 / 32 1.6s Hashtbl parallel
[ ] 4 0 0 4 / 32 2.0s Hashtbl parallel
[ ] 5 0 0 5 / 32 2.7s Hashtbl parallel
[ ] 6 0 0 6 / 32 3.1s Hashtbl parallel
[ ] 7 0 0 7 / 32 3.6s Hashtbl parallel
[ ] 8 0 0 8 / 32 3.9s Hashtbl parallel
[ ] 9 0 0 9 / 32 4.3s Hashtbl parallel
[ ] 10 0 0 10 / 32 4.9s Hashtbl parallel
[ ] 11 0 0 11 / 32 5.3s Hashtbl parallel
[ ] 12 0 0 12 / 32 5.8s Hashtbl parallel
[ ] 13 0 0 13 / 32 6.3s Hashtbl parallel
[ ] 14 0 0 14 / 32 6.7s Hashtbl parallel
[ ] 15 0 0 15 / 32 7.2s Hashtbl parallel
[ ] 16 0 0 16 / 32 7.7s Hashtbl parallel
[ ] 17 0 0 17 / 32 8.0s Hashtbl parallel
[ ] 18 0 0 18 / 32 8.3s Hashtbl parallel
[ ] 19 0 0 19 / 32 8.7s Hashtbl parallel
[ ] 20 0 0 20 / 32 9.1s Hashtbl parallel
[ ] 21 0 0 21 / 32 9.4s Hashtbl parallel
[ ] 22 0 0 22 / 32 9.7s Hashtbl parallel
[ ] 23 0 0 23 / 32 10.2s Hashtbl parallel
[ ] 24 0 0 24 / 32 10.7s Hashtbl parallel
[ ] 25 0 0 25 / 32 11.7s Hashtbl parallel
[ ] 26 0 0 26 / 32 12.2s Hashtbl parallel
[ ] 27 0 0 27 / 32 12.8s Hashtbl parallel
[ ] 28 0 0 28 / 32 13.3s Hashtbl parallel
[ ] 29 0 0 29 / 32 13.9s Hashtbl parallel
[ ] 30 0 0 30 / 32 14.3s Hashtbl parallel
[ ] 31 0 0 31 / 32 14.7s Hashtbl parallel
[ ] 32 0 0 32 / 32 15.2s Hashtbl parallel
[✓] 32 0 0 32 / 32 15.2s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 277025097927621000
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.4s Stack parallel
[ ] 2 0 0 2 / 32 2.5s Stack parallel
[ ] 3 0 0 3 / 32 3.4s Stack parallel
[ ] 4 0 0 4 / 32 4.2s Stack parallel
[ ] 5 0 0 5 / 32 5.3s Stack parallel
[ ] 6 0 0 6 / 32 6.3s Stack parallel
[ ] 7 0 0 7 / 32 7.0s Stack parallel
[ ] 8 0 0 8 / 32 7.5s Stack parallel
[ ] 9 0 0 9 / 32 8.3s Stack parallel
[ ] 10 0 0 10 / 32 8.9s Stack parallel
[ ] 11 0 0 11 / 32 9.5s Stack parallel
[ ] 12 0 0 12 / 32 10.3s Stack parallel
[ ] 13 0 0 13 / 32 11.0s Stack parallel
[ ] 14 0 0 14 / 32 11.7s Stack parallel
[ ] 15 0 0 15 / 32 12.7s Stack parallel
[ ] 16 0 0 16 / 32 13.9s Stack parallel
[ ] 17 0 0 17 / 32 14.7s Stack parallel
[ ] 18 0 0 18 / 32 15.3s Stack parallel
[ ] 19 0 0 19 / 32 16.2s Stack parallel
[ ] 20 0 0 20 / 32 16.8s Stack parallel
[ ] 21 0 0 21 / 32 17.5s Stack parallel
[ ] 22 0 0 22 / 32 18.4s Stack parallel
[ ] 23 0 0 23 / 32 19.0s Stack parallel
[ ] 24 0 0 24 / 32 19.8s Stack parallel
[ ] 25 0 0 25 / 32 20.3s Stack parallel
[ ] 26 0 0 26 / 32 20.9s Stack parallel
[ ] 27 0 0 27 / 32 22.8s Stack parallel
[ ] 28 0 0 28 / 32 23.3s Stack parallel
[ ] 29 0 0 29 / 32 24.1s Stack parallel
[ ] 30 0 0 30 / 32 24.6s Stack parallel
[ ] 31 0 0 31 / 32 25.2s Stack parallel
[ ] 32 0 0 32 / 32 25.8s Stack parallel
[✓] 32 0 0 32 / 32 25.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 585173544673476480
generated error fail pass / total time test name
[ ] 0 0 0 0 / 42 0.0s Stack sequential
[✓] 42 0 0 42 / 42 0.0s Stack sequential
[ ] 0 0 0 0 / 42 0.0s Stack parallel
[ ] 1 0 0 1 / 42 1.3s Stack parallel
[ ] 2 0 0 2 / 42 2.0s Stack parallel
[ ] 3 0 0 3 / 42 2.7s Stack parallel
[ ] 4 0 0 4 / 42 3.3s Stack parallel
[ ] 5 0 0 5 / 42 4.9s Stack parallel
[ ] 6 0 0 6 / 42 6.0s Stack parallel
[ ] 7 0 0 7 / 42 6.6s Stack parallel
[ ] 8 0 0 8 / 42 8.5s Stack parallel
[ ] 9 0 0 9 / 42 9.1s Stack parallel
[ ] 10 0 0 10 / 42 9.9s Stack parallel
[ ] 11 0 0 11 / 42 10.5s Stack parallel
[ ] 12 0 0 12 / 42 11.1s Stack parallel
[ ] 13 0 0 13 / 42 11.7s Stack parallel
[ ] 14 0 0 14 / 42 12.4s Stack parallel
[ ] 15 0 0 15 / 42 12.9s Stack parallel
[ ] 16 0 0 16 / 42 13.5s Stack parallel
[ ] 17 0 0 17 / 42 14.2s Stack parallel
[ ] 18 0 0 18 / 42 14.7s Stack parallel
[ ] 19 0 0 19 / 42 15.2s Stack parallel
[ ] 20 0 0 20 / 42 15.6s Stack parallel
[ ] 21 0 0 21 / 42 16.1s Stack parallel
[ ] 22 0 0 22 / 42 16.7s Stack parallel
[ ] 23 0 0 23 / 42 17.1s Stack parallel
[ ] 24 0 0 24 / 42 17.6s Stack parallel
[ ] 25 0 0 25 / 42 18.0s Stack parallel
[ ] 26 0 0 26 / 42 18.4s Stack parallel
[ ] 27 0 0 27 / 42 19.2s Stack parallel
[ ] 28 0 0 28 / 42 19.6s Stack parallel
[ ] 29 0 0 29 / 42 20.2s Stack parallel
[ ] 30 0 0 30 / 42 20.6s Stack parallel
[ ] 31 0 0 31 / 42 21.2s Stack parallel
[ ] 32 0 0 32 / 42 21.8s Stack parallel
[ ] 33 0 0 33 / 42 22.4s Stack parallel
[ ] 34 0 0 34 / 42 22.9s Stack parallel
[ ] 35 0 0 35 / 42 23.5s Stack parallel
[ ] 36 0 0 36 / 42 24.0s Stack parallel
[ ] 37 0 0 37 / 42 24.5s Stack parallel
[ ] 38 0 0 38 / 42 24.9s Stack parallel
[ ] 39 0 0 39 / 42 25.5s Stack parallel
[ ] 40 0 0 40 / 42 26.0s Stack parallel
[ ] 41 0 0 41 / 42 26.5s Stack parallel
[ ] 42 0 0 42 / 42 26.9s Stack parallel
[✓] 42 0 0 42 / 42 26.9s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 883221948819040893
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 0.6s Stack parallel
[ ] 2 0 0 2 / 32 1.2s Stack parallel
[ ] 3 0 0 3 / 32 1.6s Stack parallel
[ ] 4 0 0 4 / 32 2.1s Stack parallel
[ ] 5 0 0 5 / 32 2.5s Stack parallel
[ ] 6 0 0 6 / 32 3.1s Stack parallel
[ ] 7 0 0 7 / 32 3.8s Stack parallel
[ ] 8 0 0 8 / 32 4.2s Stack parallel
[ ] 9 0 0 9 / 32 4.6s Stack parallel
[ ] 10 0 0 10 / 32 5.0s Stack parallel
[ ] 11 0 0 11 / 32 5.6s Stack parallel
[ ] 12 0 0 12 / 32 6.0s Stack parallel
[ ] 13 0 0 13 / 32 6.6s Stack parallel
[ ] 14 0 0 14 / 32 7.2s Stack parallel
[ ] 15 0 0 15 / 32 7.6s Stack parallel
[ ] 16 0 0 16 / 32 8.1s Stack parallel
[ ] 17 0 0 17 / 32 8.6s Stack parallel
[ ] 18 0 0 18 / 32 9.4s Stack parallel
[ ] 19 0 0 19 / 32 9.8s Stack parallel
[ ] 20 0 0 20 / 32 10.2s Stack parallel
[ ] 21 0 0 21 / 32 10.8s Stack parallel
[ ] 22 0 0 22 / 32 11.3s Stack parallel
[ ] 23 0 0 23 / 32 11.7s Stack parallel
[ ] 24 0 0 24 / 32 12.1s Stack parallel
[ ] 25 0 0 25 / 32 12.8s Stack parallel
[ ] 26 0 0 26 / 32 13.4s Stack parallel
[ ] 27 0 0 27 / 32 14.0s Stack parallel
[ ] 28 0 0 28 / 32 14.4s Stack parallel
[ ] 29 0 0 29 / 32 14.8s Stack parallel
[ ] 30 0 0 30 / 32 15.3s Stack parallel
[ ] 31 0 0 31 / 32 15.7s Stack parallel
[ ] 32 0 0 32 / 32 16.0s Stack parallel
[✓] 32 0 0 32 / 32 16.0s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1624870540629131810
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue parallel
[ ] 1 0 0 1 / 32 3.2s Queue parallel
[ ] 2 0 0 2 / 32 4.2s Queue parallel
[ ] 3 0 0 3 / 32 5.0s Queue parallel
[ ] 4 0 0 4 / 32 5.9s Queue parallel
[ ] 5 0 0 5 / 32 6.5s Queue parallel
[ ] 6 0 0 6 / 32 8.1s Queue parallel
[ ] 7 0 0 7 / 32 8.7s Queue parallel
[ ] 8 0 0 8 / 32 9.3s Queue parallel
[ ] 9 0 0 9 / 32 9.8s Queue parallel
[ ] 10 0 0 10 / 32 10.4s Queue parallel
[ ] 11 0 0 11 / 32 11.9s Queue parallel
[ ] 12 0 0 12 / 32 12.6s Queue parallel
[ ] 13 0 0 13 / 32 13.2s Queue parallel
[ ] 14 0 0 14 / 32 13.7s Queue parallel
[ ] 15 0 0 15 / 32 14.4s Queue parallel
[ ] 16 0 0 16 / 32 15.9s Queue parallel
[ ] 17 0 0 17 / 32 16.6s Queue parallel
[ ] 18 0 0 18 / 32 17.4s Queue parallel
[ ] 19 0 0 19 / 32 18.0s Queue parallel
[ ] 20 0 0 20 / 32 18.8s Queue parallel
[ ] 21 0 0 21 / 32 19.6s Queue parallel
[ ] 22 0 0 22 / 32 20.3s Queue parallel
[ ] 23 0 0 23 / 32 21.0s Queue parallel
[ ] 24 0 0 24 / 32 22.1s Queue parallel
[ ] 25 0 0 25 / 32 22.7s Queue parallel
[ ] 26 0 0 26 / 32 23.4s Queue parallel
[ ] 27 0 0 27 / 32 23.9s Queue parallel
[ ] 28 0 0 28 / 32 24.5s Queue parallel
[ ] 29 0 0 29 / 32 25.0s Queue parallel
[ ] 30 0 0 30 / 32 25.7s Queue parallel
[ ] 31 0 0 31 / 32 26.1s Queue parallel
[ ] 32 0 0 32 / 32 28.2s Queue parallel
[✓] 32 0 0 32 / 32 28.2s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2290517498163240454
generated error fail pass / total time test name
[ ] 0 0 0 0 / 36 0.0s Queue sequential
[✓] 36 0 0 36 / 36 0.0s Queue sequential
[ ] 0 0 0 0 / 36 0.0s Queue parallel
[ ] 1 0 0 1 / 36 0.7s Queue parallel
[ ] 2 0 0 2 / 36 1.3s Queue parallel
[ ] 3 0 0 3 / 36 1.9s Queue parallel
[ ] 4 0 0 4 / 36 3.3s Queue parallel
[ ] 5 0 0 5 / 36 3.8s Queue parallel
[ ] 6 0 0 6 / 36 4.2s Queue parallel
[ ] 7 0 0 7 / 36 4.9s Queue parallel
[ ] 8 0 0 8 / 36 5.5s Queue parallel
[ ] 9 0 0 9 / 36 6.2s Queue parallel
[ ] 10 0 0 10 / 36 6.8s Queue parallel
[ ] 11 0 0 11 / 36 7.4s Queue parallel
[ ] 12 0 0 12 / 36 7.9s Queue parallel
[ ] 13 0 0 13 / 36 8.5s Queue parallel
[ ] 14 0 0 14 / 36 9.0s Queue parallel
[ ] 15 0 0 15 / 36 9.7s Queue parallel
[ ] 16 0 0 16 / 36 10.5s Queue parallel
[ ] 17 0 0 17 / 36 11.1s Queue parallel
[ ] 18 0 0 18 / 36 11.6s Queue parallel
[ ] 19 0 0 19 / 36 12.1s Queue parallel
[ ] 20 0 0 20 / 36 12.6s Queue parallel
[ ] 21 0 0 21 / 36 13.9s Queue parallel
[ ] 22 0 0 22 / 36 14.2s Queue parallel
[ ] 23 0 0 23 / 36 15.3s Queue parallel
[ ] 24 0 0 24 / 36 15.8s Queue parallel
[ ] 25 0 0 25 / 36 16.2s Queue parallel
[ ] 26 0 0 26 / 36 16.9s Queue parallel
[ ] 27 0 0 27 / 36 17.6s Queue parallel
[ ] 28 0 0 28 / 36 18.2s Queue parallel
[ ] 29 0 0 29 / 36 18.7s Queue parallel
[ ] 30 0 0 30 / 36 19.2s Queue parallel
[ ] 31 0 0 31 / 36 19.7s Queue parallel
[ ] 32 0 0 32 / 36 20.2s Queue parallel
[ ] 33 0 0 33 / 36 21.0s Queue parallel
[ ] 34 0 0 34 / 36 21.8s Queue parallel
[ ] 35 0 0 35 / 36 22.3s Queue parallel
[ ] 36 0 0 36 / 36 23.5s Queue parallel
[✓] 36 0 0 36 / 36 23.5s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1961373053763975333
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue parallel
[ ] 1 0 0 1 / 32 0.5s Queue parallel
[ ] 2 0 0 2 / 32 1.9s Queue parallel
[ ] 3 0 0 3 / 32 2.5s Queue parallel
[ ] 4 0 0 4 / 32 3.1s Queue parallel
[ ] 5 0 0 5 / 32 3.6s Queue parallel
[ ] 6 0 0 6 / 32 4.2s Queue parallel
[ ] 7 0 0 7 / 32 4.5s Queue parallel
[ ] 8 0 0 8 / 32 4.9s Queue parallel
[ ] 9 0 0 9 / 32 5.4s Queue parallel
[ ] 10 0 0 10 / 32 5.9s Queue parallel
[ ] 11 0 0 11 / 32 6.8s Queue parallel
[ ] 12 0 0 12 / 32 7.3s Queue parallel
[ ] 13 0 0 13 / 32 7.7s Queue parallel
[ ] 14 0 0 14 / 32 8.1s Queue parallel
[ ] 15 0 0 15 / 32 8.5s Queue parallel
[ ] 16 0 0 16 / 32 9.1s Queue parallel
[ ] 17 0 0 17 / 32 9.5s Queue parallel
[ ] 18 0 0 18 / 32 9.8s Queue parallel
[ ] 19 0 0 19 / 32 10.1s Queue parallel
[ ] 20 0 0 20 / 32 10.6s Queue parallel
[ ] 21 0 0 21 / 32 11.4s Queue parallel
[ ] 22 0 0 22 / 32 11.8s Queue parallel
[ ] 23 0 0 23 / 32 12.2s Queue parallel
[ ] 24 0 0 24 / 32 12.6s Queue parallel
[ ] 25 0 0 25 / 32 13.0s Queue parallel
[ ] 26 0 0 26 / 32 13.7s Queue parallel
[ ] 27 0 0 27 / 32 14.1s Queue parallel
[ ] 28 0 0 28 / 32 15.4s Queue parallel
[ ] 29 0 0 29 / 32 16.5s Queue parallel
[ ] 30 0 0 30 / 32 17.6s Queue parallel
[ ] 31 0 0 31 / 32 17.9s Queue parallel
[ ] 32 0 0 32 / 32 18.3s Queue parallel
[✓] 32 0 0 32 / 32 18.3s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 4336083387694369814
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator parallel
[ ] 1 0 0 1 / 32 1.2s Accumulator parallel
[ ] 2 0 0 2 / 32 2.5s Accumulator parallel
[ ] 3 0 0 3 / 32 3.0s Accumulator parallel
[ ] 4 0 0 4 / 32 3.5s Accumulator parallel
[ ] 5 0 0 5 / 32 5.2s Accumulator parallel
[ ] 6 0 0 6 / 32 5.9s Accumulator parallel
[ ] 7 0 0 7 / 32 6.5s Accumulator parallel
[ ] 8 0 0 8 / 32 7.4s Accumulator parallel
[ ] 9 0 0 9 / 32 8.2s Accumulator parallel
[ ] 10 0 0 10 / 32 8.8s Accumulator parallel
[ ] 11 0 0 11 / 32 9.8s Accumulator parallel
[ ] 12 0 0 12 / 32 11.8s Accumulator parallel
[ ] 13 0 0 13 / 32 12.8s Accumulator parallel
[ ] 14 0 0 14 / 32 13.7s Accumulator parallel
[ ] 15 0 0 15 / 32 14.7s Accumulator parallel
[ ] 16 0 0 16 / 32 16.5s Accumulator parallel
[ ] 17 0 0 17 / 32 17.2s Accumulator parallel
[ ] 18 0 0 18 / 32 18.6s Accumulator parallel
[ ] 19 0 0 19 / 32 19.7s Accumulator parallel
[ ] 20 0 0 20 / 32 20.2s Accumulator parallel
[ ] 21 0 0 21 / 32 20.9s Accumulator parallel
[ ] 22 0 0 22 / 32 21.6s Accumulator parallel
[ ] 23 0 0 23 / 32 22.2s Accumulator parallel
[ ] 24 0 0 24 / 32 23.0s Accumulator parallel
[ ] 25 0 0 25 / 32 23.6s Accumulator parallel
[ ] 26 0 0 26 / 32 24.3s Accumulator parallel
[ ] 27 0 0 27 / 32 25.2s Accumulator parallel
[ ] 28 0 0 28 / 32 27.7s Accumulator parallel
[ ] 29 0 0 29 / 32 28.5s Accumulator parallel
[ ] 30 0 0 30 / 32 29.2s Accumulator parallel
[ ] 31 0 0 31 / 32 30.9s Accumulator parallel
[ ] 32 0 0 32 / 32 31.6s Accumulator parallel
[✓] 32 0 0 32 / 32 31.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3394706494392828609
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator parallel
[ ] 1 0 0 1 / 32 0.7s Accumulator parallel
[ ] 2 0 0 2 / 32 1.5s Accumulator parallel
[ ] 3 0 0 3 / 32 2.6s Accumulator parallel
[ ] 4 0 0 4 / 32 3.3s Accumulator parallel
[ ] 5 0 0 5 / 32 4.0s Accumulator parallel
[ ] 6 0 0 6 / 32 4.8s Accumulator parallel
[ ] 7 0 0 7 / 32 7.2s Accumulator parallel
[ ] 8 0 0 8 / 32 8.0s Accumulator parallel
[ ] 9 0 0 9 / 32 8.8s Accumulator parallel
[ ] 10 0 0 10 / 32 9.6s Accumulator parallel
[ ] 11 0 0 11 / 32 10.3s Accumulator parallel
[ ] 12 0 0 12 / 32 11.0s Accumulator parallel
[ ] 13 0 0 13 / 32 11.7s Accumulator parallel
[ ] 14 0 0 14 / 32 12.3s Accumulator parallel
[ ] 15 0 0 15 / 32 13.0s Accumulator parallel
[ ] 16 0 0 16 / 32 13.7s Accumulator parallel
[ ] 17 0 0 17 / 32 14.4s Accumulator parallel
[ ] 18 0 0 18 / 32 15.0s Accumulator parallel
[ ] 19 0 0 19 / 32 15.6s Accumulator parallel
[ ] 20 0 0 20 / 32 16.8s Accumulator parallel
[ ] 21 0 0 21 / 32 17.5s Accumulator parallel
[ ] 22 0 0 22 / 32 18.2s Accumulator parallel
[ ] 23 0 0 23 / 32 19.0s Accumulator parallel
[ ] 24 0 0 24 / 32 19.5s Accumulator parallel
[ ] 25 0 0 25 / 32 20.0s Accumulator parallel
[ ] 26 0 0 26 / 32 21.5s Accumulator parallel
[ ] 27 0 0 27 / 32 22.2s Accumulator parallel
[ ] 28 0 0 28 / 32 22.8s Accumulator parallel
[ ] 29 0 0 29 / 32 23.4s Accumulator parallel
[ ] 30 0 0 30 / 32 24.0s Accumulator parallel
[ ] 31 0 0 31 / 32 24.3s Accumulator parallel
[ ] 32 0 0 32 / 32 24.8s Accumulator parallel
[✓] 32 0 0 32 / 32 24.8s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3827109746635696273
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator parallel
[ ] 1 0 0 1 / 32 0.6s Accumulator parallel
[ ] 2 0 0 2 / 32 1.2s Accumulator parallel
[ ] 3 0 0 3 / 32 2.0s Accumulator parallel
[ ] 4 0 0 4 / 32 2.8s Accumulator parallel
[ ] 5 0 0 5 / 32 3.3s Accumulator parallel
[ ] 6 0 0 6 / 32 3.9s Accumulator parallel
[ ] 7 0 0 7 / 32 4.4s Accumulator parallel
[ ] 8 0 0 8 / 32 5.2s Accumulator parallel
[ ] 9 0 0 9 / 32 5.8s Accumulator parallel
[ ] 10 0 0 10 / 32 6.4s Accumulator parallel
[ ] 11 0 0 11 / 32 7.1s Accumulator parallel
[ ] 12 0 0 12 / 32 7.7s Accumulator parallel
[ ] 13 0 0 13 / 32 8.3s Accumulator parallel
[ ] 14 0 0 14 / 32 8.8s Accumulator parallel
[ ] 15 0 0 15 / 32 9.4s Accumulator parallel
[ ] 16 0 0 16 / 32 10.0s Accumulator parallel
[ ] 17 0 0 17 / 32 10.5s Accumulator parallel
[ ] 18 0 0 18 / 32 11.2s Accumulator parallel
[ ] 19 0 0 19 / 32 11.8s Accumulator parallel
[ ] 20 0 0 20 / 32 12.3s Accumulator parallel
[ ] 21 0 0 21 / 32 12.9s Accumulator parallel
[ ] 22 0 0 22 / 32 14.0s Accumulator parallel
[ ] 23 0 0 23 / 32 14.4s Accumulator parallel
[ ] 24 0 0 24 / 32 14.7s Accumulator parallel
[ ] 25 0 0 25 / 32 14.8s Accumulator parallel
[ ] 26 0 0 26 / 32 15.3s Accumulator parallel
[ ] 27 0 0 27 / 32 15.7s Accumulator parallel
[ ] 28 0 0 28 / 32 16.0s Accumulator parallel
[ ] 29 0 0 29 / 32 16.4s Accumulator parallel
[ ] 30 0 0 30 / 32 16.8s Accumulator parallel
[ ] 31 0 0 31 / 32 17.3s Accumulator parallel
[ ] 32 0 0 32 / 32 17.6s Accumulator parallel
[✓] 32 0 0 32 / 32 17.6s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 3885951296954964869
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 1.0s Dllist parallel
[ ] 2 0 0 2 / 32 1.8s Dllist parallel
[ ] 3 0 0 3 / 32 2.8s Dllist parallel
[ ] 4 0 0 4 / 32 3.5s Dllist parallel
[ ] 5 0 0 5 / 32 4.6s Dllist parallel
[ ] 6 0 0 6 / 32 6.3s Dllist parallel
[ ] 7 0 0 7 / 32 7.0s Dllist parallel
[ ] 8 0 0 8 / 32 8.1s Dllist parallel
[ ] 9 0 0 9 / 32 8.7s Dllist parallel
[ ] 10 0 0 10 / 32 9.4s Dllist parallel
[ ] 11 0 0 11 / 32 10.0s Dllist parallel
[ ] 12 0 0 12 / 32 10.9s Dllist parallel
[ ] 13 0 0 13 / 32 11.6s Dllist parallel
[ ] 14 0 0 14 / 32 12.4s Dllist parallel
[ ] 15 0 0 15 / 32 13.3s Dllist parallel
[ ] 16 0 0 16 / 32 14.3s Dllist parallel
[ ] 17 0 0 17 / 32 15.1s Dllist parallel
[ ] 18 0 0 18 / 32 16.5s Dllist parallel
[ ] 19 0 0 19 / 32 17.3s Dllist parallel
[ ] 20 0 0 20 / 32 17.9s Dllist parallel
[ ] 21 0 0 21 / 32 18.6s Dllist parallel
[ ] 22 0 0 22 / 32 19.2s Dllist parallel
[ ] 23 0 0 23 / 32 20.1s Dllist parallel
[ ] 24 0 0 24 / 32 20.7s Dllist parallel
[ ] 25 0 0 25 / 32 21.3s Dllist parallel
[ ] 26 0 0 26 / 32 21.9s Dllist parallel
[ ] 27 0 0 27 / 32 22.5s Dllist parallel
[ ] 28 0 0 28 / 32 23.3s Dllist parallel
[ ] 29 0 0 29 / 32 24.1s Dllist parallel
[ ] 30 0 0 30 / 32 24.7s Dllist parallel
[ ] 31 0 0 31 / 32 25.5s Dllist parallel
[ ] 32 0 0 32 / 32 26.3s Dllist parallel
[✓] 32 0 0 32 / 32 26.3s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2706107142787776695
generated error fail pass / total time test name
[ ] 0 0 0 0 / 41 0.0s Dllist sequential
[✓] 41 0 0 41 / 41 0.0s Dllist sequential
[ ] 0 0 0 0 / 41 0.0s Dllist parallel
[ ] 1 0 0 1 / 41 1.5s Dllist parallel
[ ] 2 0 0 2 / 41 2.4s Dllist parallel
[ ] 3 0 0 3 / 41 3.2s Dllist parallel
[ ] 4 0 0 4 / 41 4.1s Dllist parallel
[ ] 5 0 0 5 / 41 4.8s Dllist parallel
[ ] 6 0 0 6 / 41 6.2s Dllist parallel
[ ] 7 0 0 7 / 41 7.0s Dllist parallel
[ ] 8 0 0 8 / 41 7.7s Dllist parallel
[ ] 9 0 0 9 / 41 8.3s Dllist parallel
[ ] 10 0 0 10 / 41 8.9s Dllist parallel
[ ] 11 0 0 11 / 41 9.6s Dllist parallel
[ ] 12 0 0 12 / 41 10.3s Dllist parallel
[ ] 13 0 0 13 / 41 10.9s Dllist parallel
[ ] 14 0 0 14 / 41 11.7s Dllist parallel
[ ] 15 0 0 15 / 41 12.4s Dllist parallel
[ ] 16 0 0 16 / 41 13.3s Dllist parallel
[ ] 17 0 0 17 / 41 14.3s Dllist parallel
[ ] 18 0 0 18 / 41 15.1s Dllist parallel
[ ] 19 0 0 19 / 41 15.9s Dllist parallel
[ ] 20 0 0 20 / 41 16.4s Dllist parallel
[ ] 21 0 0 21 / 41 17.1s Dllist parallel
[ ] 22 0 0 22 / 41 17.8s Dllist parallel
[ ] 23 0 0 23 / 41 18.6s Dllist parallel
[ ] 24 0 0 24 / 41 19.1s Dllist parallel
[ ] 25 0 0 25 / 41 19.6s Dllist parallel
[ ] 26 0 0 26 / 41 20.6s Dllist parallel
[ ] 27 0 0 27 / 41 21.0s Dllist parallel
[ ] 28 0 0 28 / 41 21.5s Dllist parallel
[ ] 29 0 0 29 / 41 22.2s Dllist parallel
[ ] 30 0 0 30 / 41 22.9s Dllist parallel
[ ] 31 0 0 31 / 41 23.6s Dllist parallel
[ ] 32 0 0 32 / 41 24.3s Dllist parallel
[ ] 33 0 0 33 / 41 24.9s Dllist parallel
[ ] 34 0 0 34 / 41 26.1s Dllist parallel
[ ] 35 0 0 35 / 41 27.1s Dllist parallel
[ ] 36 0 0 36 / 41 27.6s Dllist parallel
[ ] 37 0 0 37 / 41 28.2s Dllist parallel
[ ] 38 0 0 38 / 41 28.8s Dllist parallel
[ ] 39 0 0 39 / 41 29.4s Dllist parallel
[ ] 40 0 0 40 / 41 29.9s Dllist parallel
[ ] 41 0 0 41 / 41 30.5s Dllist parallel
[✓] 41 0 0 41 / 41 30.5s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1540869191969616427
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.4s Dllist parallel
[ ] 2 0 0 2 / 32 1.3s Dllist parallel
[ ] 3 0 0 3 / 32 2.1s Dllist parallel
[ ] 4 0 0 4 / 32 2.5s Dllist parallel
[ ] 5 0 0 5 / 32 3.1s Dllist parallel
[ ] 6 0 0 6 / 32 3.7s Dllist parallel
[ ] 7 0 0 7 / 32 4.4s Dllist parallel
[ ] 8 0 0 8 / 32 5.4s Dllist parallel
[ ] 9 0 0 9 / 32 6.1s Dllist parallel
[ ] 10 0 0 10 / 32 6.7s Dllist parallel
[ ] 11 0 0 11 / 32 7.3s Dllist parallel
[ ] 12 0 0 12 / 32 7.8s 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 10.0s Dllist parallel
[ ] 16 0 0 16 / 32 10.5s Dllist parallel
[ ] 17 0 0 17 / 32 11.0s Dllist parallel
[ ] 18 0 0 18 / 32 11.8s Dllist parallel
[ ] 19 0 0 19 / 32 12.3s Dllist parallel
[ ] 20 0 0 20 / 32 13.4s Dllist parallel
[ ] 21 0 0 21 / 32 14.4s Dllist parallel
[ ] 22 0 0 22 / 32 15.3s Dllist parallel
[ ] 23 0 0 23 / 32 15.7s Dllist parallel
[ ] 24 0 0 24 / 32 16.0s Dllist parallel
[ ] 25 0 0 25 / 32 16.4s Dllist parallel
[ ] 26 0 0 26 / 32 16.8s Dllist parallel
[ ] 27 0 0 27 / 32 17.8s Dllist parallel
[ ] 28 0 0 28 / 32 18.3s Dllist parallel
[ ] 29 0 0 29 / 32 18.9s Dllist parallel
[ ] 30 0 0 30 / 32 19.2s Dllist parallel
[ ] 31 0 0 31 / 32 19.5s Dllist parallel
[ ] 32 0 0 32 / 32 19.8s Dllist parallel
[✓] 32 0 0 32 / 32 19.8s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.14 M/s
messages over time/1 nb adder, 2 nb takers:
0.11 M/s
messages over time/2 nb adders, 1 nb taker:
0.27 M/s
messages over time/2 nb adders, 2 nb takers:
0.25 M/s
messages over time/one domain:
0.67 M/s
time per message/1 nb adder, 1 nb taker:
14426.88 ns
time per message/1 nb adder, 2 nb takers:
27226.24 ns
time per message/2 nb adders, 1 nb taker:
10977.78 ns
time per message/2 nb adders, 2 nb takers:
15924.29 ns
time per message/one domain:
1495.97 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
1.20 M/s
operations over time/1 worker, 50% reads:
2.05 M/s
operations over time/1 worker, 90% reads:
4.31 M/s
operations over time/2 workers, 10% reads:
2.08 M/s
operations over time/2 workers, 50% reads:
4.25 M/s
operations over time/2 workers, 90% reads:
6.07 M/s
operations over time/4 workers, 10% reads:
2.35 M/s
operations over time/4 workers, 50% reads:
4.01 M/s
operations over time/4 workers, 90% reads:
16.53 M/s
operations over time/8 workers, 10% reads:
2.16 M/s
operations over time/8 workers, 50% reads:
2.41 M/s
operations over time/8 workers, 90% reads:
9.89 M/s
time per operation/1 worker, 10% reads:
834.85 ns
time per operation/1 worker, 50% reads:
488.66 ns
time per operation/1 worker, 90% reads:
232.23 ns
time per operation/2 workers, 10% reads:
962.36 ns
time per operation/2 workers, 50% reads:
470.12 ns
time per operation/2 workers, 90% reads:
329.38 ns
time per operation/4 workers, 10% reads:
1702.84 ns
time per operation/4 workers, 50% reads:
998.02 ns
time per operation/4 workers, 90% reads:
241.93 ns
time per operation/8 workers, 10% reads:
3700.57 ns
time per operation/8 workers, 50% reads:
3316.41 ns
time per operation/8 workers, 90% reads:
808.61 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
1.40 M/s
messages over time/1 adder, 1 taker:
0.84 M/s
messages over time/1 adder, 2 nb takers:
2.10 M/s
messages over time/1 adder, 2 takers:
0.72 M/s
messages over time/1 nb adder, 1 nb taker:
1.75 M/s
messages over time/1 nb adder, 1 taker:
1.44 M/s
messages over time/1 nb adder, 2 nb takers:
0.92 M/s
messages over time/1 nb adder, 2 takers:
1.45 M/s
messages over time/2 adders, 1 nb taker:
1.49 M/s
messages over time/2 adders, 1 taker:
0.65 M/s
messages over time/2 adders, 2 nb takers:
1.96 M/s
messages over time/2 adders, 2 takers:
1.62 M/s
messages over time/2 nb adders, 1 nb taker:
0.94 M/s
messages over time/2 nb adders, 1 taker:
2.10 M/s
messages over time/2 nb adders, 2 nb takers:
0.94 M/s
messages over time/2 nb adders, 2 takers:
1.70 M/s
time per message/1 adder, 1 nb taker:
1428.58 ns
time per message/1 adder, 1 taker:
2375.39 ns
time per message/1 adder, 2 nb takers:
1430.48 ns
time per message/1 adder, 2 takers:
4187.36 ns
time per message/1 nb adder, 1 nb taker:
1143.24 ns
time per message/1 nb adder, 1 taker:
1387.93 ns
time per message/1 nb adder, 2 nb takers:
3261.40 ns
time per message/1 nb adder, 2 takers:
2066.30 ns
time per message/2 adders, 1 nb taker:
2010.58 ns
time per message/2 adders, 1 taker:
4646.13 ns
time per message/2 adders, 2 nb takers:
2044.82 ns
time per message/2 adders, 2 takers:
2469.65 ns
time per message/2 nb adders, 1 nb taker:
3189.42 ns
time per message/2 nb adders, 1 taker:
1425.36 ns
time per message/2 nb adders, 2 nb takers:
4248.47 ns
time per message/2 nb adders, 2 takers:
2356.99 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
2.20 M/s
messages over time/1 nb adder, 1 taker:
2.90 M/s
messages over time/1 nb adder, 2 nb takers:
1.06 M/s
messages over time/1 nb adder, 2 takers:
1.64 M/s
messages over time/1 nb adder, 4 nb takers:
1.68 M/s
messages over time/1 nb adder, 4 takers:
2.96 M/s
messages over time/2 nb adders, 1 nb taker:
4.52 M/s
messages over time/2 nb adders, 1 taker:
5.80 M/s
messages over time/2 nb adders, 2 nb takers:
3.80 M/s
messages over time/2 nb adders, 2 takers:
3.55 M/s
messages over time/2 nb adders, 4 nb takers:
2.42 M/s
messages over time/2 nb adders, 4 takers:
3.45 M/s
messages over time/4 nb adders, 1 nb taker:
5.14 M/s
messages over time/4 nb adders, 1 taker:
4.77 M/s
messages over time/4 nb adders, 2 nb takers:
3.17 M/s
messages over time/4 nb adders, 2 takers:
3.97 M/s
messages over time/4 nb adders, 4 nb takers:
3.50 M/s
messages over time/4 nb adders, 4 takers:
1.32 M/s
messages over time/one domain:
5.33 M/s
time per message/1 nb adder, 1 nb taker:
907.78 ns
time per message/1 nb adder, 1 taker:
688.90 ns
time per message/1 nb adder, 2 nb takers:
2832.13 ns
time per message/1 nb adder, 2 takers:
1829.29 ns
time per message/1 nb adder, 4 nb takers:
2983.37 ns
time per message/1 nb adder, 4 takers:
1686.39 ns
time per message/2 nb adders, 1 nb taker:
664.12 ns
time per message/2 nb adders, 1 taker:
517.44 ns
time per message/2 nb adders, 2 nb takers:
1052.13 ns
time per message/2 nb adders, 2 takers:
1125.70 ns
time per message/2 nb adders, 4 nb takers:
2481.79 ns
time per message/2 nb adders, 4 takers:
1738.33 ns
time per message/4 nb adders, 1 nb taker:
972.71 ns
time per message/4 nb adders, 1 taker:
1047.94 ns
time per message/4 nb adders, 2 nb takers:
1892.00 ns
time per message/4 nb adders, 2 takers:
1511.97 ns
time per message/4 nb adders, 4 nb takers:
2284.91 ns
time per message/4 nb adders, 4 takers:
6037.79 ns
time per message/one domain:
187.62 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
4.89 M/s
messages over time/1 nb adder, 1 taker:
4.19 M/s
messages over time/1 nb adder, 2 nb takers:
5.00 M/s
messages over time/1 nb adder, 2 takers:
3.80 M/s
messages over time/1 nb adder, 4 nb takers:
1.84 M/s
messages over time/1 nb adder, 4 takers:
2.30 M/s
messages over time/2 nb adders, 1 nb taker:
3.99 M/s
messages over time/2 nb adders, 1 taker:
4.90 M/s
messages over time/2 nb adders, 2 nb takers:
3.60 M/s
messages over time/2 nb adders, 2 takers:
3.51 M/s
messages over time/2 nb adders, 4 nb takers:
3.15 M/s
messages over time/2 nb adders, 4 takers:
3.00 M/s
messages over time/4 nb adders, 1 nb taker:
5.23 M/s
messages over time/4 nb adders, 1 taker:
5.10 M/s
messages over time/4 nb adders, 2 nb takers:
4.96 M/s
messages over time/4 nb adders, 2 takers:
6.33 M/s
messages over time/4 nb adders, 4 nb takers:
5.08 M/s
messages over time/4 nb adders, 4 takers:
5.51 M/s
messages over time/one domain:
6.48 M/s
time per message/1 nb adder, 1 nb taker:
409.01 ns
time per message/1 nb adder, 1 taker:
477.20 ns
time per message/1 nb adder, 2 nb takers:
600.11 ns
time per message/1 nb adder, 2 takers:
790.17 ns
time per message/1 nb adder, 4 nb takers:
2716.86 ns
time per message/1 nb adder, 4 takers:
2174.31 ns
time per message/2 nb adders, 1 nb taker:
751.75 ns
time per message/2 nb adders, 1 taker:
612.22 ns
time per message/2 nb adders, 2 nb takers:
1110.18 ns
time per message/2 nb adders, 2 takers:
1139.87 ns
time per message/2 nb adders, 4 nb takers:
1905.91 ns
time per message/2 nb adders, 4 takers:
2002.85 ns
time per message/4 nb adders, 1 nb taker:
955.21 ns
time per message/4 nb adders, 1 taker:
981.29 ns
time per message/4 nb adders, 2 nb takers:
1210.77 ns
time per message/4 nb adders, 2 takers:
948.15 ns
time per message/4 nb adders, 4 nb takers:
1575.52 ns
time per message/4 nb adders, 4 takers:
1452.51 ns
time per message/one domain:
154.39 ns
2025-07-31 08:29.09 ---> saved as "239b2a799f2052ff8f210181547f57c13c59773b806d7241eb0b0e1dd9378c5f"
Job succeeded
2025-07-31 08:29.09: Job succeeded