2025-05-02 14:59.01: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (6f5def04dc738a57a4765e990fd99b6f8bab97e0) (linux-x86_64:debian-12-5.3_x86_32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:dfbc0286df3aa6620a4ebe6da5880bf4b8724c225056efc48622b39f10920a10
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard 6f5def04
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:dfbc0286df3aa6620a4ebe6da5880bf4b8724c225056efc48622b39f10920a10
# debian-12-5.3_x86_32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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_shims.0.1.0 dune.3.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 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
2025-05-02 14:59.01: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.3@sha256:dfbc0286df3aa6620a4ebe6da5880bf4b8724c225056efc48622b39f10920a10-debian-12-5.3_x86_32_opam-2.3-40faea65321eb62847b6bc53393303e5"
2025-05-02 14:59.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:dfbc0286df3aa6620a4ebe6da5880bf4b8724c225056efc48622b39f10920a10)
(comment debian-12-5.3_x86_32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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_shims.0.1.0 dune.3.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 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"))
)
2025-05-02 14:59.01: Waiting for resource in pool OCluster
2025-05-02 17:32.05: Waiting for worker…
2025-05-02 17:36.00: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 6f5def0 Tweak
(from ocaml/opam:debian-12-ocaml-5.3@sha256:dfbc0286df3aa6620a4ebe6da5880bf4b8724c225056efc48622b39f10920a10)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-05-02 17:36.01 ---> using "b8e2c67a48f21f6b588dbd3c84402e21f46800f10cf95f4f261f434a6291fdbb" from cache
/: (comment debian-12-5.3_x86_32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-02 17:36.01 ---> using "dbddeba6b94881d7b9e20e18f9a790b97f859b309d9a15754e761cfc21febe07" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-02 17:36.01 ---> using "6d4e3c82c6a9d252ed847e874a886a16b449e7669a8b1f1b119f3bbe00d69cf1" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-05-02 17:36.01 ---> using "2aafa5118b96adfea99fa63311b6c7a323cc5b186ecb4fcee7464018f41cf437" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-02 17:36.01 ---> using "1fb5da2713e27d7ae14ee3de7540f6a80fd3394e513af3cb01ce174b04304c72" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
da74d7829f..35eb2f107a master -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 17:36.01 ---> using "29feb584c5d038f8821c51710725824dcf3bf2e75ef0676be4d4c4e06273a288" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-05-02 17:36.02 ---> saved as "cccfece7584e50db89cb20bcd195be2f6ce234ae9ef05536c6a0993819eb913c"
/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-05-02 17:36.09 ---> saved as "e91eaf1f1961d54fe66b8759c4e680863764d833ddad84f711468d640d19af8f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 17:36.10 ---> saved as "3b01125f4e6cc102fdcfa6ab4deed41bc162d202b6d366c46527170cc369ee10"
/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_shims.0.1.0 dune.3.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 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-security bookworm-security/main i386 Packages [251 kB]
- Fetched 354 kB in 1s (303 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas_data.dev] synchronised (file:///src)
[kcas.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-05-02 17:36.44 ---> saved as "1e40e4649742ebfe95cf9bc3dd4649997540273280127bce09ee08f98954a648"
/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-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 38 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_shims 0.1.0
- install dune 3.18.2
- install fmt 0.10.0
- install logs 0.8.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.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install picos 0.6.0
- install picos_aux 0.6.0
- install picos_io 0.6.0
- install picos_mux 0.6.0
- install picos_std 0.6.0
- install psq 0.2.1
- install qcheck-core 0.25
- install qcheck-multicoretests-util 0.8
- install qcheck-stm 0.8
- install re 1.12.0
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-local-storage 0.2
- install thread-table 1.0.0
- install topkg 1.0.8
- install uutf 1.0.4
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved backoff.0.1.1 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved ocaml-version.4.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved picos.0.6.0, picos_aux.0.6.0, picos_io.0.6.0, picos_mux.0.6.0, picos_std.0.6.0 (cached)
-> retrieved dune.3.18.2 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.25 (cached)
-> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.18.2
-> installed domain_shims.0.1.0
-> installed thread-table.1.0.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.0
-> installed psq.0.2.1
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed thread-local-storage.0.2
-> installed picos_aux.0.6.0
-> installed re.1.12.0
-> installed picos.0.6.0
-> installed qcheck-core.0.25
-> installed picos_std.0.6.0
-> installed qcheck-multicoretests-util.0.8
-> installed yojson.2.2.2
-> installed cppo.1.8.0
-> installed picos_io.0.6.0
-> installed qcheck-stm.0.8
-> installed multicore-bench.0.1.7
-> installed picos_mux.0.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.9.0
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 17:43.56 ---> saved as "91bd06162fe9c2afee95defc31b9f9f2f09f8935a4535c534d2019d828f5eccb"
/src: (copy (src .) (dst /src))
2025-05-02 17:43.56 ---> saved as "f6639b480d9b429ca43fceaaf420c31a23a0040237ec66b03f5fc28d0aa62a4c"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `TNRHXXHF'.
[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.002s. 3 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `FC3ZJ0SJ'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.005s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `HW4KP3YV'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `MNS0E6YQ'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `VRYMJXEZ'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.005s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `CO0ZKYHR'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 0.088s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `YX79PP4A'.
[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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `0VDJ4RFN'.
[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.051s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
0.85 M/s
ops over time/get:
2.43 M/s
ops over time/incr:
0.94 M/s
ops over time/push & pop:
0.80 M/s
ops over time/swap:
0.82 M/s
ops over time/xchg int:
0.88 M/s
time per op/cas int:
1176.17 ns
time per op/get:
411.25 ns
time per op/incr:
1061.66 ns
time per op/push & pop:
1244.07 ns
time per op/swap:
1221.17 ns
time per op/xchg int:
1138.16 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
722.99 ns
time per transaction/1 loc tx:
3181.52 ns
time per transaction/2 loc tx:
24235.10 ns
time per transaction/4 loc tx:
47752.09 ns
time per transaction/8 loc tx:
148504.80 ns
transactions over time/0 loc tx:
1.38 M/s
transactions over time/1 loc tx:
0.31 M/s
transactions over time/2 loc tx:
0.04 M/s
transactions over time/4 loc tx:
0.02 M/s
transactions over time/8 loc tx:
0.01 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
738.35 ns
time per transaction/1 loc tx:
2319.74 ns
time per transaction/2 loc tx:
11717.16 ns
time per transaction/4 loc tx:
10708.62 ns
time per transaction/8 loc tx:
19140.33 ns
transactions over time/0 loc tx:
1.35 M/s
transactions over time/1 loc tx:
0.43 M/s
transactions over time/2 loc tx:
0.09 M/s
transactions over time/4 loc tx:
0.09 M/s
transactions over time/8 loc tx:
0.05 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
718.38 ns
time per transaction/1 loc tx:
2226.66 ns
time per transaction/2 loc tx:
10070.38 ns
time per transaction/4 loc tx:
22143.19 ns
time per transaction/8 loc tx:
28565.48 ns
transactions over time/0 loc tx:
1.39 M/s
transactions over time/1 loc tx:
0.45 M/s
transactions over time/2 loc tx:
0.10 M/s
transactions over time/4 loc tx:
0.05 M/s
transactions over time/8 loc tx:
0.04 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
10029.42 ns
time per transaction/2 workers:
41739.03 ns
time per transaction/4 workers:
69521.90 ns
transactions over time/1 worker:
0.10 M/s
transactions over time/2 workers:
0.05 M/s
transactions over time/4 workers:
0.06 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
0.47 M/s
operations over time/2 workers, 0% reads:
0.31 M/s
operations over time/4 workers, 0% reads:
0.16 M/s
operations over time/8 workers, 0% reads:
0.30 M/s
time per operation/1 worker, 0% reads:
2107.15 ns
time per operation/2 workers, 0% reads:
6553.39 ns
time per operation/4 workers, 0% reads:
24339.63 ns
time per operation/8 workers, 0% reads:
26861.20 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.03 M/s
messages over time/1 nb adder, 2 nb takers:
0.01 M/s
messages over time/2 nb adders, 1 nb taker:
0.01 M/s
messages over time/2 nb adders, 2 nb takers:
0.01 M/s
messages over time/one domain:
0.01 M/s
time per message/1 nb adder, 1 nb taker:
75328.96 ns
time per message/1 nb adder, 2 nb takers:
320509.26 ns
time per message/2 nb adders, 1 nb taker:
257740.43 ns
time per message/2 nb adders, 2 nb takers:
374149.24 ns
time per message/one domain:
139255.51 ns
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `99EWQBRA'.
[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 45.684s. 17 tests run.
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 197786247
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 1.0s Accumulator parallel
[ ] 2 0 0 2 / 32 1.7s 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 4.0s Accumulator parallel
[ ] 6 0 0 6 / 32 4.6s Accumulator parallel
[ ] 7 0 0 7 / 32 5.1s Accumulator parallel
[ ] 8 0 0 8 / 32 6.0s Accumulator parallel
[ ] 9 0 0 9 / 32 13.9s Accumulator parallel
[ ] 10 0 0 10 / 32 14.6s Accumulator parallel
[ ] 11 0 0 11 / 32 15.4s Accumulator parallel
[ ] 12 0 0 12 / 32 16.3s Accumulator parallel
[ ] 13 0 0 13 / 32 17.1s Accumulator parallel
[ ] 14 0 0 14 / 32 18.1s Accumulator parallel
[ ] 15 0 0 15 / 32 19.1s Accumulator parallel
[ ] 16 0 0 16 / 32 20.1s Accumulator parallel
[ ] 17 0 0 17 / 32 25.5s Accumulator parallel
[ ] 18 0 0 18 / 32 29.4s Accumulator parallel
[ ] 19 0 0 19 / 32 30.4s Accumulator parallel
[ ] 20 0 0 20 / 32 31.2s Accumulator parallel
[ ] 21 0 0 21 / 32 32.8s Accumulator parallel
[ ] 22 0 0 22 / 32 33.8s Accumulator parallel
[ ] 23 0 0 23 / 32 51.0s Accumulator parallel
[ ] 24 0 0 24 / 32 56.3s Accumulator parallel
[ ] 25 0 0 25 / 32 58.2s Accumulator parallel
[ ] 26 0 0 26 / 32 59.6s Accumulator parallel
[ ] 27 0 0 27 / 32 61.0s Accumulator parallel
[ ] 28 0 0 28 / 32 62.5s Accumulator parallel
[ ] 29 0 0 29 / 32 63.5s Accumulator parallel
[ ] 30 0 0 30 / 32 64.7s Accumulator parallel
[ ] 31 0 0 31 / 32 65.8s Accumulator parallel
[ ] 32 0 0 32 / 32 66.8s Accumulator parallel
[✓] 32 0 0 32 / 32 66.8s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
0.02 M/s
operations over time/1 worker, 50% reads:
0.03 M/s
operations over time/1 worker, 90% reads:
0.04 M/s
operations over time/2 workers, 10% reads:
0.03 M/s
operations over time/2 workers, 50% reads:
0.04 M/s
operations over time/2 workers, 90% reads:
0.06 M/s
operations over time/4 workers, 10% reads:
0.04 M/s
operations over time/4 workers, 50% reads:
0.04 M/s
operations over time/4 workers, 90% reads:
0.07 M/s
operations over time/8 workers, 10% reads:
0.05 M/s
operations over time/8 workers, 50% reads:
0.09 M/s
operations over time/8 workers, 90% reads:
0.08 M/s
time per operation/1 worker, 10% reads:
49200.40 ns
time per operation/1 worker, 50% reads:
38802.04 ns
time per operation/1 worker, 90% reads:
26886.21 ns
time per operation/2 workers, 10% reads:
60155.58 ns
time per operation/2 workers, 50% reads:
52734.76 ns
time per operation/2 workers, 90% reads:
35007.39 ns
time per operation/4 workers, 10% reads:
92339.05 ns
time per operation/4 workers, 50% reads:
96986.31 ns
time per operation/4 workers, 90% reads:
59760.03 ns
time per operation/8 workers, 10% reads:
158941.89 ns
time per operation/8 workers, 50% reads:
91131.67 ns
time per operation/8 workers, 90% reads:
96766.21 ns
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 109376881
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 1.1s Queue parallel
[ ] 2 0 0 2 / 32 1.8s Queue parallel
[ ] 3 0 0 3 / 32 2.3s Queue parallel
[ ] 4 0 0 4 / 32 4.6s Queue parallel
[ ] 5 0 0 5 / 32 5.3s Queue parallel
[ ] 6 0 0 6 / 32 7.6s Queue parallel
[ ] 7 0 0 7 / 32 8.2s Queue parallel
[ ] 8 0 0 8 / 32 8.9s Queue parallel
[ ] 9 0 0 9 / 32 11.9s Queue parallel
[ ] 10 0 0 10 / 32 12.4s Queue parallel
[ ] 11 0 0 11 / 32 13.3s Queue parallel
[ ] 12 0 0 12 / 32 15.6s Queue parallel
[ ] 13 0 0 13 / 32 16.7s Queue parallel
[ ] 14 0 0 14 / 32 18.2s Queue parallel
[ ] 15 0 0 15 / 32 49.2s Queue parallel
[ ] 16 0 0 16 / 32 50.2s Queue parallel
[ ] 17 0 0 17 / 32 51.3s Queue parallel
[ ] 18 0 0 18 / 32 65.1s Queue parallel
[ ] 19 0 0 19 / 32 73.2s Queue parallel
[ ] 20 0 0 20 / 32 73.9s Queue parallel
[ ] 21 0 0 21 / 32 75.2s Queue parallel
[ ] 22 0 0 22 / 32 77.5s Queue parallel
[ ] 23 0 0 23 / 32 78.5s Queue parallel
[ ] 24 0 0 24 / 32 79.3s Queue parallel
[ ] 25 0 0 25 / 32 82.4s Queue parallel
[ ] 26 0 0 26 / 32 84.5s Queue parallel
[ ] 27 0 0 27 / 32 85.5s Queue parallel
[ ] 28 0 0 28 / 32 86.7s Queue parallel
[ ] 29 0 0 29 / 32 87.7s Queue parallel
[ ] 30 0 0 30 / 32 88.5s Queue parallel
[ ] 31 0 0 31 / 32 89.2s Queue parallel
[ ] 32 0 0 32 / 32 90.0s Queue parallel
[✓] 32 0 0 32 / 32 90.0s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 386927357
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.2s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 3.0s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 11.0s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 11.8s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 12.4s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 13.1s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 13.9s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 14.8s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 15.8s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 16.6s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 20.5s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 44.3s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 45.3s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 49.5s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 50.6s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 52.0s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 53.3s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 54.7s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 56.6s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 62.2s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 63.1s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 64.3s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 66.2s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 67.2s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 87.8s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 89.1s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 90.1s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 91.1s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 91.8s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 92.6s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 93.3s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 93.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 989442770
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 1.1s Stack parallel
[ ] 2 0 0 2 / 32 1.7s Stack parallel
[ ] 3 0 0 3 / 32 2.2s Stack parallel
[ ] 4 0 0 4 / 32 2.7s Stack parallel
[ ] 5 0 0 5 / 32 3.3s Stack parallel
[ ] 6 0 0 6 / 32 3.7s Stack parallel
[ ] 7 0 0 7 / 32 4.4s Stack parallel
[ ] 8 0 0 8 / 32 5.5s Stack parallel
[ ] 9 0 0 9 / 32 6.3s Stack parallel
[ ] 10 0 0 10 / 32 6.8s Stack parallel
[ ] 11 0 0 11 / 32 7.2s Stack parallel
[ ] 12 0 0 12 / 32 8.0s Stack parallel
[ ] 13 0 0 13 / 32 8.7s Stack parallel
[ ] 14 0 0 14 / 32 9.6s Stack parallel
[ ] 15 0 0 15 / 32 10.4s Stack parallel
[ ] 16 0 0 16 / 32 11.1s Stack parallel
[ ] 17 0 0 17 / 32 11.7s Stack parallel
[ ] 18 0 0 18 / 32 12.3s Stack parallel
[ ] 19 0 0 19 / 32 14.9s Stack parallel
[ ] 20 0 0 20 / 32 15.8s Stack parallel
[ ] 21 0 0 21 / 32 16.9s Stack parallel
[ ] 22 0 0 22 / 32 22.9s Stack parallel
[ ] 23 0 0 23 / 32 24.0s Stack parallel
[ ] 24 0 0 24 / 32 25.1s Stack parallel
[ ] 25 0 0 25 / 32 25.9s Stack parallel
[ ] 26 0 0 26 / 32 40.3s Stack parallel
[ ] 27 0 0 27 / 32 42.5s Stack parallel
[ ] 28 0 0 28 / 32 43.9s Stack parallel
[ ] 29 0 0 29 / 32 45.3s Stack parallel
[ ] 30 0 0 30 / 32 46.4s Stack parallel
[ ] 31 0 0 31 / 32 47.0s Stack parallel
[ ] 32 0 0 32 / 32 48.1s Stack parallel
[✓] 32 0 0 32 / 32 48.1s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 327911712
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.9s Stack parallel
[ ] 2 0 0 2 / 32 2.3s Stack parallel
[ ] 3 0 0 3 / 32 5.6s Stack parallel
[ ] 4 0 0 4 / 32 8.3s Stack parallel
[ ] 5 0 0 5 / 32 9.4s Stack parallel
[ ] 6 0 0 6 / 32 10.5s Stack parallel
[ ] 7 0 0 7 / 32 11.7s Stack parallel
[ ] 8 0 0 8 / 32 15.6s Stack parallel
[ ] 9 0 0 9 / 32 17.0s Stack parallel
[ ] 10 0 0 10 / 32 17.8s Stack parallel
[ ] 11 0 0 11 / 32 18.9s Stack parallel
[ ] 12 0 0 12 / 32 22.9s Stack parallel
[ ] 13 0 0 13 / 32 23.8s Stack parallel
[ ] 14 0 0 14 / 32 24.9s Stack parallel
[ ] 15 0 0 15 / 32 25.8s Stack parallel
[ ] 16 0 0 16 / 32 26.9s Stack parallel
[ ] 17 0 0 17 / 32 27.6s Stack parallel
[ ] 18 0 0 18 / 32 28.6s Stack parallel
[ ] 19 0 0 19 / 32 29.4s Stack parallel
[ ] 20 0 0 20 / 32 30.3s Stack parallel
[ ] 21 0 0 21 / 32 31.1s Stack parallel
[ ] 22 0 0 22 / 32 32.1s Stack parallel
[ ] 23 0 0 23 / 32 34.0s Stack parallel
[ ] 24 0 0 24 / 32 35.6s Stack parallel
[ ] 25 0 0 25 / 32 36.6s Stack parallel
[ ] 26 0 0 26 / 32 37.7s Stack parallel
[ ] 27 0 0 27 / 32 38.5s Stack parallel
[ ] 28 0 0 28 / 32 40.2s Stack parallel
[ ] 29 0 0 29 / 32 52.7s Stack parallel
[ ] 30 0 0 30 / 32 56.0s Stack parallel
[ ] 31 0 0 31 / 32 56.8s Stack parallel
[ ] 32 0 0 32 / 32 57.4s Stack parallel
[✓] 32 0 0 32 / 32 57.4s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 446017118
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.5s Dllist parallel
[ ] 2 0 0 2 / 32 1.0s Dllist parallel
[ ] 3 0 0 3 / 32 2.3s Dllist parallel
[ ] 4 0 0 4 / 32 4.4s Dllist parallel
[ ] 5 0 0 5 / 32 5.3s Dllist parallel
[ ] 6 0 0 6 / 32 5.9s Dllist parallel
[ ] 7 0 0 7 / 32 6.5s Dllist parallel
[ ] 8 0 0 8 / 32 7.4s Dllist parallel
[ ] 9 0 0 9 / 32 7.8s Dllist parallel
[ ] 10 0 0 10 / 32 8.7s Dllist parallel
[ ] 11 0 0 11 / 32 22.5s Dllist parallel
[ ] 12 0 0 12 / 32 32.5s Dllist parallel
[ ] 13 0 0 13 / 32 52.7s Dllist parallel
[ ] 14 0 0 14 / 32 55.5s Dllist parallel
[ ] 15 0 0 15 / 32 56.8s Dllist parallel
[ ] 16 0 0 16 / 32 82.2s Dllist parallel
[ ] 17 0 0 17 / 32 83.2s Dllist parallel
[ ] 18 0 0 18 / 32 95.9s Dllist parallel
[ ] 19 0 0 19 / 32 96.5s Dllist parallel
[ ] 20 0 0 20 / 32 97.1s Dllist parallel
[ ] 21 0 0 21 / 32 99.9s Dllist parallel
[ ] 22 0 0 22 / 32 100.5s Dllist parallel
[ ] 23 0 0 23 / 32 104.5s Dllist parallel
[ ] 24 0 0 24 / 32 105.2s Dllist parallel
[ ] 25 0 0 25 / 32 105.9s Dllist parallel
[ ] 26 0 0 26 / 32 106.5s Dllist parallel
[ ] 27 0 0 27 / 32 107.3s Dllist parallel
[ ] 28 0 0 28 / 32 109.5s Dllist parallel
[ ] 29 0 0 29 / 32 110.2s Dllist parallel
[ ] 30 0 0 30 / 32 110.7s Dllist parallel
[ ] 31 0 0 31 / 32 111.5s Dllist parallel
[ ] 32 0 0 32 / 32 112.1s Dllist parallel
[✓] 32 0 0 32 / 32 112.1s Dllist 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:
0.09 M/s
messages over time/1 adder, 1 taker:
0.35 M/s
messages over time/1 adder, 2 nb takers:
0.00 M/s
messages over time/1 adder, 2 takers:
0.00 M/s
messages over time/1 nb adder, 1 nb taker:
0.24 M/s
messages over time/1 nb adder, 1 taker:
0.00 M/s
messages over time/1 nb adder, 2 nb takers:
0.00 M/s
messages over time/1 nb adder, 2 takers:
0.00 M/s
messages over time/2 adders, 1 nb taker:
0.00 M/s
messages over time/2 adders, 1 taker:
0.00 M/s
messages over time/2 adders, 2 nb takers:
0.00 M/s
messages over time/2 adders, 2 takers:
0.00 M/s
messages over time/2 nb adders, 1 nb taker:
0.00 M/s
messages over time/2 nb adders, 1 taker:
0.00 M/s
messages over time/2 nb adders, 2 nb takers:
0.00 M/s
messages over time/2 nb adders, 2 takers:
0.00 M/s
time per message/1 adder, 1 nb taker:
23297.85 ns
time per message/1 adder, 1 taker:
5683.65 ns
time per message/1 adder, 2 nb takers:
2230459.00 ns
time per message/1 adder, 2 takers:
2397014.10 ns
time per message/1 nb adder, 1 nb taker:
8317.10 ns
time per message/1 nb adder, 1 taker:
1233888.90 ns
time per message/1 nb adder, 2 nb takers:
31365962.20 ns
time per message/1 nb adder, 2 takers:
1488185.85 ns
time per message/2 adders, 1 nb taker:
3381083.10 ns
time per message/2 adders, 1 taker:
1832675.00 ns
time per message/2 adders, 2 nb takers:
3230436.80 ns
time per message/2 adders, 2 takers:
3556505.55 ns
time per message/2 nb adders, 1 nb taker:
1210912.15 ns
time per message/2 nb adders, 1 taker:
4435602.20 ns
time per message/2 nb adders, 2 nb takers:
44940179.20 ns
time per message/2 nb adders, 2 takers:
4341803.45 ns
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 146436945
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.9s Hashtbl parallel
[ ] 2 0 0 2 / 32 1.6s Hashtbl parallel
[ ] 3 0 0 3 / 32 2.6s Hashtbl parallel
[ ] 4 0 0 4 / 32 3.3s Hashtbl parallel
[ ] 5 0 0 5 / 32 4.0s Hashtbl parallel
[ ] 6 0 0 6 / 32 4.5s Hashtbl parallel
[ ] 7 0 0 7 / 32 5.2s Hashtbl parallel
[ ] 8 0 0 8 / 32 5.7s Hashtbl parallel
[ ] 9 0 0 9 / 32 7.5s Hashtbl parallel
[ ] 10 0 0 10 / 32 8.3s Hashtbl parallel
[ ] 11 0 0 11 / 32 12.7s Hashtbl parallel
[ ] 12 0 0 12 / 32 16.0s Hashtbl parallel
[ ] 13 0 0 13 / 32 16.8s Hashtbl parallel
[ ] 14 0 0 14 / 32 17.4s Hashtbl parallel
[ ] 15 0 0 15 / 32 18.3s Hashtbl parallel
[ ] 16 0 0 16 / 32 19.2s Hashtbl parallel
[ ] 17 0 0 17 / 32 21.0s Hashtbl parallel
[ ] 18 0 0 18 / 32 22.7s Hashtbl parallel
[ ] 19 0 0 19 / 32 23.5s Hashtbl parallel
[ ] 20 0 0 20 / 32 24.3s Hashtbl parallel
[ ] 21 0 0 21 / 32 25.4s Hashtbl parallel
[ ] 22 0 0 22 / 32 26.7s Hashtbl parallel
[ ] 23 0 0 23 / 32 27.7s Hashtbl parallel
[ ] 24 0 0 24 / 32 29.0s Hashtbl parallel
[ ] 25 0 0 25 / 32 33.1s Hashtbl parallel
[ ] 26 0 0 26 / 32 34.4s Hashtbl parallel
[ ] 27 0 0 27 / 32 36.3s Hashtbl parallel
[ ] 28 0 0 28 / 32 37.3s Hashtbl parallel
[ ] 29 0 0 29 / 32 49.8s Hashtbl parallel
[ ] 30 0 0 30 / 32 56.7s Hashtbl parallel
[ ] 31 0 0 31 / 32 58.3s Hashtbl parallel
[ ] 32 0 0 32 / 32 59.7s Hashtbl parallel
[✓] 32 0 0 32 / 32 59.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 567605975
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 18.2s Hashtbl parallel
[ ] 2 0 0 2 / 32 19.3s Hashtbl parallel
[ ] 3 0 0 3 / 32 22.5s Hashtbl parallel
[ ] 4 0 0 4 / 32 23.6s Hashtbl parallel
[ ] 5 0 0 5 / 32 24.6s Hashtbl parallel
[ ] 6 0 0 6 / 32 25.6s Hashtbl parallel
[ ] 7 0 0 7 / 32 26.4s Hashtbl parallel
[ ] 8 0 0 8 / 32 29.5s Hashtbl parallel
[ ] 9 0 0 9 / 32 30.8s Hashtbl parallel
[ ] 10 0 0 10 / 32 31.3s Hashtbl parallel
[ ] 11 0 0 11 / 32 39.7s Hashtbl parallel
[ ] 12 0 0 12 / 32 53.5s Hashtbl parallel
[ ] 13 0 0 13 / 32 54.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 58.5s Hashtbl parallel
[ ] 15 0 0 15 / 32 59.0s Hashtbl parallel
[ ] 16 0 0 16 / 32 59.6s Hashtbl parallel
[ ] 17 0 0 17 / 32 60.3s Hashtbl parallel
[ ] 18 0 0 18 / 32 61.0s Hashtbl parallel
[ ] 19 0 0 19 / 32 61.6s Hashtbl parallel
[ ] 20 0 0 20 / 32 62.3s Hashtbl parallel
[ ] 21 0 0 21 / 32 63.0s Hashtbl parallel
[ ] 22 0 0 22 / 32 63.6s Hashtbl parallel
[ ] 23 0 0 23 / 32 64.3s Hashtbl parallel
[ ] 24 0 0 24 / 32 65.4s Hashtbl parallel
[ ] 25 0 0 25 / 32 66.1s Hashtbl parallel
[ ] 26 0 0 26 / 32 66.9s Hashtbl parallel
[ ] 27 0 0 27 / 32 67.6s Hashtbl parallel
[ ] 28 0 0 28 / 32 68.9s Hashtbl parallel
[ ] 29 0 0 29 / 32 76.4s Hashtbl parallel
[ ] 30 0 0 30 / 32 77.8s Hashtbl parallel
[ ] 31 0 0 31 / 32 78.4s Hashtbl parallel
[ ] 32 0 0 32 / 32 79.2s Hashtbl parallel
[✓] 32 0 0 32 / 32 79.2s Hashtbl 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:
0.40 M/s
messages over time/1 nb adder, 1 taker:
0.39 M/s
messages over time/1 nb adder, 2 nb takers:
0.07 M/s
messages over time/1 nb adder, 2 takers:
0.36 M/s
messages over time/1 nb adder, 4 nb takers:
0.02 M/s
messages over time/1 nb adder, 4 takers:
0.05 M/s
messages over time/2 nb adders, 1 nb taker:
0.45 M/s
messages over time/2 nb adders, 1 taker:
0.07 M/s
messages over time/2 nb adders, 2 nb takers:
0.05 M/s
messages over time/2 nb adders, 2 takers:
0.06 M/s
messages over time/2 nb adders, 4 nb takers:
0.04 M/s
messages over time/2 nb adders, 4 takers:
0.05 M/s
messages over time/4 nb adders, 1 nb taker:
0.09 M/s
messages over time/4 nb adders, 1 taker:
0.07 M/s
messages over time/4 nb adders, 2 nb takers:
0.05 M/s
messages over time/4 nb adders, 2 takers:
0.06 M/s
messages over time/4 nb adders, 4 nb takers:
0.04 M/s
messages over time/4 nb adders, 4 takers:
0.04 M/s
messages over time/one domain:
0.15 M/s
time per message/1 nb adder, 1 nb taker:
4957.71 ns
time per message/1 nb adder, 1 taker:
5063.80 ns
time per message/1 nb adder, 2 nb takers:
44739.15 ns
time per message/1 nb adder, 2 takers:
8447.00 ns
time per message/1 nb adder, 4 nb takers:
332924.43 ns
time per message/1 nb adder, 4 takers:
99269.68 ns
time per message/2 nb adders, 1 nb taker:
6736.27 ns
time per message/2 nb adders, 1 taker:
42539.95 ns
time per message/2 nb adders, 2 nb takers:
81777.16 ns
time per message/2 nb adders, 2 takers:
69780.60 ns
time per message/2 nb adders, 4 nb takers:
156343.66 ns
time per message/2 nb adders, 4 takers:
131075.53 ns
time per message/4 nb adders, 1 nb taker:
55915.39 ns
time per message/4 nb adders, 1 taker:
69304.04 ns
time per message/4 nb adders, 2 nb takers:
132357.49 ns
time per message/4 nb adders, 2 takers:
103490.30 ns
time per message/4 nb adders, 4 nb takers:
188568.09 ns
time per message/4 nb adders, 4 takers:
220897.25 ns
time per message/one domain:
6475.65 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
0.36 M/s
messages over time/1 nb adder, 1 taker:
0.08 M/s
messages over time/1 nb adder, 2 nb takers:
0.35 M/s
messages over time/1 nb adder, 2 takers:
0.15 M/s
messages over time/1 nb adder, 4 nb takers:
0.04 M/s
messages over time/1 nb adder, 4 takers:
0.06 M/s
messages over time/2 nb adders, 1 nb taker:
0.46 M/s
messages over time/2 nb adders, 1 taker:
0.14 M/s
messages over time/2 nb adders, 2 nb takers:
0.05 M/s
messages over time/2 nb adders, 2 takers:
0.05 M/s
messages over time/2 nb adders, 4 nb takers:
0.06 M/s
messages over time/2 nb adders, 4 takers:
0.06 M/s
messages over time/4 nb adders, 1 nb taker:
0.05 M/s
messages over time/4 nb adders, 1 taker:
0.07 M/s
messages over time/4 nb adders, 2 nb takers:
0.05 M/s
messages over time/4 nb adders, 2 takers:
0.05 M/s
messages over time/4 nb adders, 4 nb takers:
0.05 M/s
messages over time/4 nb adders, 4 takers:
0.04 M/s
messages over time/one domain:
0.34 M/s
time per message/1 nb adder, 1 nb taker:
5599.52 ns
time per message/1 nb adder, 1 taker:
25633.28 ns
time per message/1 nb adder, 2 nb takers:
8592.28 ns
time per message/1 nb adder, 2 takers:
19976.28 ns
time per message/1 nb adder, 4 nb takers:
132328.83 ns
time per message/1 nb adder, 4 takers:
84656.67 ns
time per message/2 nb adders, 1 nb taker:
6578.07 ns
time per message/2 nb adders, 1 taker:
21501.24 ns
time per message/2 nb adders, 2 nb takers:
74706.12 ns
time per message/2 nb adders, 2 takers:
75864.32 ns
time per message/2 nb adders, 4 nb takers:
104221.07 ns
time per message/2 nb adders, 4 takers:
102698.55 ns
time per message/4 nb adders, 1 nb taker:
92648.37 ns
time per message/4 nb adders, 1 taker:
69797.38 ns
time per message/4 nb adders, 2 nb takers:
129534.89 ns
time per message/4 nb adders, 2 takers:
131623.34 ns
time per message/4 nb adders, 4 nb takers:
157072.08 ns
time per message/4 nb adders, 4 takers:
202597.98 ns
time per message/one domain:
2900.76 ns
2025-05-02 17:47.48 ---> saved as "dc61000c2d487dcbebfb2dcf83aeb762bad524d15eb2ef6e0ed75cba6f6e3dd7"
Job succeeded
2025-05-02 17:47.48: Job succeeded