2024-12-16 22:32.05: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (2e6a9d2fa933fd23b1f65d627f07c0773e44d18c) (freebsd-x86_64:freebsd-14.1-5.2_opam-2.3) Base: freebsd-14.1-ocaml-5.2 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 2e6a9d2f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.1-ocaml-5.2 # freebsd-14.1-5.2_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 37230f689acabcca2feb2a3d38a3d498b0de5c9a || git fetch origin master) && git reset -q --hard 37230f689acabcca2feb2a3d38a3d498b0de5c9a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 kcas_data.opam kcas.opam ./ RUN opam pin add -yn kcas_data.dev './' && \ opam pin add -yn kcas.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 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.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-16 22:32.05: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-5.2-freebsd-14.1-5.2_opam-2.3-16d1024309cad8198342496b22d32809" 2024-12-16 22:32.05: Using OBuilder spec: ((from freebsd-14.1-ocaml-5.2) (comment freebsd-14.1-5.2_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 37230f689acabcca2feb2a3d38a3d498b0de5c9a || git fetch origin master) && git reset -q --hard 37230f689acabcca2feb2a3d38a3d498b0de5c9a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src kcas_data.opam kcas.opam) (dst ./)) (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 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.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-12-16 22:32.05: Waiting for resource in pool OCluster 2024-12-16 22:32.05: Waiting for worker… 2024-12-16 22:34.57: Got resource from pool OCluster Building on spring Updating files: 100% (112/112), done. HEAD is now at b8cb2c4 Sleeping barbers HEAD is now at 2e6a9d2 Tweak (from freebsd-14.1-ocaml-5.2) 2024-12-16 22:23.15 ---> using "b360337939d1644dc8204948bb9f9914639142fcc456a4d40869d01f582b410d" from cache /: (comment freebsd-14.1-5.2_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam")) 2024-12-16 22:23.15 ---> using "ac6a8e53c6a5d1febaa73a40a2a29987a33e29d91e524c6665af92723cb99de9" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2024-12-16 22:23.16 ---> using "b87241ae74f21a568ed56e39cf4bc3a2162f2ccf12ae04beb7a59fae0c6ad0f4" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 5.2.0 2.3.0 2024-12-16 22:23.16 ---> using "ccfe7de98cb2ca95bb2fb24fb9b452db076473e62582d2f18508a506b3873aeb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-16 22:23.17 ---> using "3aa38c608cf884b6eb35c0bfaf45886f64d08db7de724bafee2d1fcd0ed410ea" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 37230f689acabcca2feb2a3d38a3d498b0de5c9a || git fetch origin master) && git reset -q --hard 37230f689acabcca2feb2a3d38a3d498b0de5c9a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6cd5e9297..1564116a82 master -> origin/master 37230f689a Merge pull request #27114 from jmid/opam-publish-qcheck-multicoretests-util.0.5 <><> 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). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2024-12-16 22:24.32 ---> saved as "35b0c46e53b6b5be1f6002f63e78b0dc8a01a02e69bcfce7f3ca8715351fbae9" /src: (copy (src kcas_data.opam kcas.opam) (dst ./)) 2024-12-16 22:24.34 ---> saved as "a33de81476b42975e8f16629cf74322bf2b14cacec4ba3985a0a827a43cee204" /src: (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) [kcas_data.dev] synchronised (file:///src) kcas_data is now pinned to file:///src (version dev) [kcas.dev] synchronised (file:///src) kcas is now pinned to file:///src (version dev) 2024-12-16 22:24.40 ---> saved as "316adb96ca91d79395c3a8ecc87500a5ea117e4bcd3b06d949bcb11245c291b0" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-16 22:24.41 ---> saved as "07c62d3ca6e94fa4dc3bd3ec45a540bc04918e6ce6f86a75e788be0d42bd6d87" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 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.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> 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-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.0). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-12-16 22:25.15 ---> saved as "3aebf294deeb3bd1fb61288585f4c907d4fec7970f33d9858023edbdf83cf2b4" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.0). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 38 packages ∗ alcotest 1.8.0 ∗ astring 0.8.5 ∗ backoff 0.1.1 ∗ camlp-streams 5.0.1 ∗ cmdliner 1.3.0 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ domain-local-await 1.0.1 ∗ domain_shims 0.1.0 ∗ dune 3.17.0 ∗ fmt 0.9.0 ∗ logs 0.7.0 ∗ mdx 2.5.0 ∗ mtime 2.1.0 ∗ multicore-bench 0.1.7 ∗ multicore-magic 2.3.0 ∗ ocaml-syntax-shims 1.0.0 ∗ ocaml-version 3.7.1 ∗ ocamlbuild 0.15.0 ∗ ocamlfind 1.9.6 ∗ 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.23 ∗ qcheck-multicoretests-util 0.5 ∗ qcheck-stm 0.5 ∗ re 1.12.0 ∗ result 1.5 ∗ seq base ∗ stdlib-shims 0.3.0 ∗ thread-local-storage 0.2 ∗ thread-table 1.0.0 ∗ topkg 1.0.7 ∗ uutf 1.0.3 ∗ yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved backoff.0.1.1 (cached) ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved camlp-streams.5.0.1 (cached) ⬇ retrieved alcotest.1.8.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 cmdliner.1.3.0 (cached) ⬇ retrieved logs.0.7.0 (cached) ⬇ retrieved fmt.0.9.0 (cached) ⬇ retrieved mdx.2.5.0 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved multicore-bench.0.1.7 (cached) ⬇ retrieved multicore-magic.2.3.0 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved ocaml-version.3.7.1 (cached) ⬇ retrieved ocamlbuild.0.15.0 (cached) ⬇ retrieved 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 ocamlfind.1.9.6 (cached) ⬇ retrieved psq.0.2.1 (cached) ⬇ retrieved qcheck-core.0.23 (cached) ⬇ retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5 (cached) ⬇ retrieved re.1.12.0 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved result.1.5 (cached) ⬇ retrieved thread-local-storage.0.2 (cached) ⬇ retrieved thread-table.1.0.0 (cached) ⬇ retrieved dune.3.17.0 (cached) ⬇ retrieved yojson.2.2.2 (cached) ⬇ retrieved uutf.1.0.3 (cached) ⬇ retrieved topkg.1.0.7 (cached) ∗ installed cmdliner.1.3.0 ∗ installed ocamlfind.1.9.6 ∗ installed ocamlbuild.0.15.0 ∗ installed topkg.1.0.7 ∗ installed uutf.1.0.3 ∗ installed mtime.2.1.0 ∗ installed fmt.0.9.0 ∗ installed astring.0.8.5 ∗ installed logs.0.7.0 ∗ installed dune.3.17.0 ∗ installed domain_shims.0.1.0 ∗ installed csexp.1.5.2 ∗ installed backoff.0.1.1 ∗ installed camlp-streams.5.0.1 ∗ installed psq.0.2.1 ∗ installed ocaml-version.3.7.1 ∗ installed stdlib-shims.0.3.0 ∗ installed result.1.5 ∗ installed multicore-magic.2.3.0 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed cppo.1.8.0 ∗ installed thread-table.1.0.0 ∗ installed picos_aux.0.6.0 ∗ installed thread-local-storage.0.2 ∗ installed qcheck-core.0.23 ∗ installed domain-local-await.1.0.1 ∗ installed re.1.12.0 ∗ installed qcheck-multicoretests-util.0.5 ∗ installed picos.0.6.0 ∗ installed yojson.2.2.2 ∗ installed qcheck-stm.0.5 ∗ installed picos_std.0.6.0 ∗ installed multicore-bench.0.1.7 ∗ installed picos_io.0.6.0 ∗ installed alcotest.1.8.0 ∗ installed picos_mux.0.6.0 ∗ installed mdx.2.5.0 Done. 2024-12-16 22:28.33 ---> saved as "33e2a2939e28df19c9d25cd6d1bf3587dae96c39807a992887ae77e67c377fbb" /src: (copy (src .) (dst /src)) 2024-12-16 22:28.36 ---> saved as "df4c033c3c92690f00bf95712c3531ca7f882921a778acab9f9a7ebb7bd7ef41" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/kcas && ./threads.exe) Testing `Threads'. This run has ID `LBW0L18L'. [OK] await between threads 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'. Test Successful in 0.021s. 1 test run. (cd _build/default/test/kcas_data && ./mvar_test.exe) Testing `Mvar'. This run has ID `14LXNOIP'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'. Test Successful in 0.076s. 1 test run. (cd _build/default/test/kcas_data && ./dllist_test.exe) Testing `Dllist'. This run has ID `PC2YCNHM'. [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/bench && ./main.exe -brief 'Kcas Loc') Kcas Loc: ops over time/cas int: 3.94 M/s ops over time/get: 172.05 M/s ops over time/incr: 3.97 M/s ops over time/push & pop: 2.34 M/s ops over time/swap: 1.97 M/s ops over time/xchg int: 5.88 M/s time per op/cas int: 253.53 ns time per op/get: 5.81 ns time per op/incr: 252.05 ns time per op/push & pop: 427.32 ns time per op/swap: 506.62 ns time per op/xchg int: 169.93 ns (cd _build/default/test/kcas_data && ./stack_test.exe) Testing `Stack'. This run has ID `1Q5KYA7G'. [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 && ./queue_test.exe) Testing `Queue'. This run has ID `4GSCQPDP'. [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 && ./loc_modes.exe) Loc modes OK! (cd _build/default/test/kcas_data && ./xt_test.exe) Testing `Transactions'. This run has ID `4E1SUKMR'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'. Test Successful in 0.000s. 1 test run. (cd _build/default/test/kcas_data && ./lru_cache_example.exe) LRU Cache OK! (cd _build/default/test/kcas_data && ./hashtbl_test.exe) Testing `Hashtbl'. This run has ID `PZSN0WOA'. [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.054s. 4 tests run. (cd _build/default/test/kcas && ./ms_queue_test.exe) Testing `MS queue'. This run has ID `17O6BI09'. [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.154s. 2 tests run. (cd _build/default/bench && ./main.exe -brief 'Kcas Xt') Kcas Xt: time per transaction/0 loc tx: 16.01 ns time per transaction/1 loc tx: 331.73 ns time per transaction/2 loc tx: 1336.10 ns time per transaction/4 loc tx: 4528.51 ns time per transaction/8 loc tx: 6069.38 ns transactions over time/0 loc tx: 62.45 M/s transactions over time/1 loc tx: 3.01 M/s transactions over time/2 loc tx: 0.75 M/s transactions over time/4 loc tx: 0.22 M/s transactions over time/8 loc tx: 0.16 M/s Kcas Xt read-only: time per transaction/0 loc tx: 15.51 ns time per transaction/1 loc tx: 339.62 ns time per transaction/2 loc tx: 318.49 ns time per transaction/4 loc tx: 1716.19 ns time per transaction/8 loc tx: 2176.37 ns transactions over time/0 loc tx: 64.45 M/s transactions over time/1 loc tx: 2.94 M/s transactions over time/2 loc tx: 3.14 M/s transactions over time/4 loc tx: 0.58 M/s transactions over time/8 loc tx: 0.46 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only') Kcas Xt read-only: time per transaction/0 loc tx: 14.94 ns time per transaction/1 loc tx: 45.60 ns time per transaction/2 loc tx: 539.29 ns time per transaction/4 loc tx: 708.38 ns time per transaction/8 loc tx: 274.84 ns transactions over time/0 loc tx: 66.96 M/s transactions over time/1 loc tx: 21.93 M/s transactions over time/2 loc tx: 1.85 M/s transactions over time/4 loc tx: 1.41 M/s transactions over time/8 loc tx: 3.64 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP') Kcas parallel CMP: time per transaction/1 worker: 321.07 ns time per transaction/2 workers: 520.37 ns time per transaction/4 workers: 8266.53 ns transactions over time/1 worker: 3.11 M/s transactions over time/2 workers: 3.84 M/s transactions over time/4 workers: 0.48 M/s (cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe) random seed: 945266996964772343 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 3.6s Hashtbl parallel [ ] 2 0 0 2 / 32 7.3s Hashtbl parallel [ ] 3 0 0 3 / 32 12.1s Hashtbl parallel [ ] 4 0 0 4 / 32 15.4s Hashtbl parallel [ ] 5 0 0 5 / 32 18.9s Hashtbl parallel [ ] 6 0 0 6 / 32 21.1s Hashtbl parallel [ ] 7 0 0 7 / 32 22.6s Hashtbl parallel [ ] 8 0 0 8 / 32 25.0s Hashtbl parallel [ ] 9 0 0 9 / 32 27.1s Hashtbl parallel [ ] 10 0 0 10 / 32 29.2s Hashtbl parallel [ ] 11 0 0 11 / 32 31.2s Hashtbl parallel [ ] 12 0 0 12 / 32 32.9s Hashtbl parallel [ ] 13 0 0 13 / 32 35.3s Hashtbl parallel [ ] 14 0 0 14 / 32 37.4s Hashtbl parallel [ ] 15 0 0 15 / 32 39.6s Hashtbl parallel [ ] 16 0 0 16 / 32 41.3s Hashtbl parallel [ ] 17 0 0 17 / 32 43.6s Hashtbl parallel [ ] 18 0 0 18 / 32 45.4s Hashtbl parallel [ ] 19 0 0 19 / 32 47.2s Hashtbl parallel [ ] 20 0 0 20 / 32 48.8s Hashtbl parallel [ ] 21 0 0 21 / 32 50.5s Hashtbl parallel [ ] 22 0 0 22 / 32 52.9s Hashtbl parallel [ ] 23 0 0 23 / 32 55.1s Hashtbl parallel [ ] 24 0 0 24 / 32 56.5s Hashtbl parallel [ ] 25 0 0 25 / 32 57.9s Hashtbl parallel [ ] 26 0 0 26 / 32 58.8s Hashtbl parallel [ ] 27 0 0 27 / 32 60.4s Hashtbl parallel [ ] 28 0 0 28 / 32 61.6s Hashtbl parallel [ ] 29 0 0 29 / 32 63.2s Hashtbl parallel [ ] 30 0 0 30 / 32 64.5s Hashtbl parallel [ ] 31 0 0 31 / 32 65.3s Hashtbl parallel [ ] 32 0 0 32 / 32 66.2s Hashtbl parallel [✓] 32 0 0 32 / 32 66.2s Hashtbl parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./accumulator_test_stm.exe) random seed: 3044052677169854172 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 3.3s Accumulator parallel [ ] 2 0 0 2 / 32 6.1s Accumulator parallel [ ] 3 0 0 3 / 32 8.7s Accumulator parallel [ ] 4 0 0 4 / 32 12.9s Accumulator parallel [ ] 5 0 0 5 / 32 17.4s Accumulator parallel [ ] 6 0 0 6 / 32 20.5s Accumulator parallel [ ] 7 0 0 7 / 32 22.4s Accumulator parallel [ ] 8 0 0 8 / 32 23.9s Accumulator parallel [ ] 9 0 0 9 / 32 26.5s Accumulator parallel [ ] 10 0 0 10 / 32 28.6s Accumulator parallel [ ] 11 0 0 11 / 32 30.6s Accumulator parallel [ ] 12 0 0 12 / 32 33.0s Accumulator parallel [ ] 13 0 0 13 / 32 35.1s Accumulator parallel [ ] 14 0 0 14 / 32 36.9s Accumulator parallel [ ] 15 0 0 15 / 32 39.1s Accumulator parallel [ ] 16 0 0 16 / 32 40.6s Accumulator parallel [ ] 17 0 0 17 / 32 42.7s Accumulator parallel [ ] 18 0 0 18 / 32 44.6s Accumulator parallel [ ] 19 0 0 19 / 32 47.1s Accumulator parallel [ ] 20 0 0 20 / 32 48.9s Accumulator parallel [ ] 21 0 0 21 / 32 51.0s Accumulator parallel [ ] 22 0 0 22 / 32 53.2s Accumulator parallel [ ] 23 0 0 23 / 32 54.7s Accumulator parallel [ ] 24 0 0 24 / 32 56.4s Accumulator parallel [ ] 25 0 0 25 / 32 57.9s Accumulator parallel [ ] 26 0 0 26 / 32 59.5s Accumulator parallel [ ] 27 0 0 27 / 32 61.4s Accumulator parallel [ ] 28 0 0 28 / 32 63.1s Accumulator parallel [ ] 29 0 0 29 / 32 64.1s Accumulator parallel [ ] 30 0 0 30 / 32 64.8s Accumulator parallel [ ] 31 0 0 31 / 32 66.8s Accumulator parallel [ ] 32 0 0 32 / 32 68.8s Accumulator parallel [✓] 32 0 0 32 / 32 68.8s Accumulator parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe) random seed: 1964498814619762965 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 3.4s Hashtbl_with_order parallel [ ] 2 0 0 2 / 32 6.9s Hashtbl_with_order parallel [ ] 3 0 0 3 / 32 9.3s Hashtbl_with_order parallel [ ] 4 0 0 4 / 32 11.6s Hashtbl_with_order parallel [ ] 5 0 0 5 / 32 14.1s Hashtbl_with_order parallel [ ] 6 0 0 6 / 32 16.5s Hashtbl_with_order parallel [ ] 7 0 0 7 / 32 18.6s Hashtbl_with_order parallel [ ] 8 0 0 8 / 32 20.1s Hashtbl_with_order parallel [ ] 9 0 0 9 / 32 22.5s Hashtbl_with_order parallel [ ] 10 0 0 10 / 32 24.0s Hashtbl_with_order parallel [ ] 11 0 0 11 / 32 26.7s Hashtbl_with_order parallel [ ] 12 0 0 12 / 32 29.6s Hashtbl_with_order parallel [ ] 13 0 0 13 / 32 32.0s Hashtbl_with_order parallel [ ] 14 0 0 14 / 32 34.9s Hashtbl_with_order parallel [ ] 15 0 0 15 / 32 40.3s Hashtbl_with_order parallel [ ] 16 0 0 16 / 32 43.2s Hashtbl_with_order parallel [ ] 17 0 0 17 / 32 46.9s Hashtbl_with_order parallel [ ] 18 0 0 18 / 32 48.9s Hashtbl_with_order parallel [ ] 19 0 0 19 / 32 51.6s Hashtbl_with_order parallel [ ] 20 0 0 20 / 32 54.0s Hashtbl_with_order parallel [ ] 21 0 0 21 / 32 56.4s Hashtbl_with_order parallel [ ] 22 0 0 22 / 32 57.3s Hashtbl_with_order parallel [ ] 23 0 0 23 / 32 59.0s Hashtbl_with_order parallel [ ] 24 0 0 24 / 32 62.1s Hashtbl_with_order parallel [ ] 25 0 0 25 / 32 64.0s Hashtbl_with_order parallel [ ] 26 0 0 26 / 32 65.5s Hashtbl_with_order parallel [ ] 27 0 0 27 / 32 67.3s Hashtbl_with_order parallel [ ] 28 0 0 28 / 32 68.8s Hashtbl_with_order parallel [ ] 29 0 0 29 / 32 70.7s Hashtbl_with_order parallel [ ] 30 0 0 30 / 32 71.6s Hashtbl_with_order parallel [ ] 31 0 0 31 / 32 72.6s Hashtbl_with_order parallel [ ] 32 0 0 32 / 32 74.4s Hashtbl_with_order parallel [✓] 32 0 0 32 / 32 74.4s 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: 22.33 M/s operations over time/2 workers, 0% reads: 44.39 M/s operations over time/4 workers, 0% reads: 2.50 M/s operations over time/8 workers, 0% reads: 1.93 M/s time per operation/1 worker, 0% reads: 44.79 ns time per operation/2 workers, 0% reads: 45.06 ns time per operation/4 workers, 0% reads: 1600.89 ns time per operation/8 workers, 0% reads: 4148.60 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist') Kcas_data Dllist: messages over time/1 nb adder, 1 nb taker: 0.25 M/s messages over time/1 nb adder, 2 nb takers: 0.06 M/s messages over time/2 nb adders, 1 nb taker: 0.04 M/s messages over time/2 nb adders, 2 nb takers: 0.02 M/s messages over time/one domain: 0.20 M/s time per message/1 nb adder, 1 nb taker: 8075.95 ns time per message/1 nb adder, 2 nb takers: 49317.85 ns time per message/2 nb adders, 1 nb taker: 81050.96 ns time per message/2 nb adders, 2 nb takers: 202300.11 ns time per message/one domain: 4964.27 ns (cd _build/default/test/kcas_data && ./dllist_test_stm.exe) random seed: 3706918069106140564 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 2.8s Dllist parallel [ ] 2 0 0 2 / 32 5.1s Dllist parallel [ ] 3 0 0 3 / 32 7.3s Dllist parallel [ ] 4 0 0 4 / 32 8.7s Dllist parallel [ ] 5 0 0 5 / 32 10.7s Dllist parallel [ ] 6 0 0 6 / 32 11.9s Dllist parallel [ ] 7 0 0 7 / 32 14.7s Dllist parallel [ ] 8 0 0 8 / 32 17.0s Dllist parallel [ ] 9 0 0 9 / 32 19.0s Dllist parallel [ ] 10 0 0 10 / 32 20.4s Dllist parallel [ ] 11 0 0 11 / 32 22.4s Dllist parallel [ ] 12 0 0 12 / 32 25.1s Dllist parallel [ ] 13 0 0 13 / 32 27.5s Dllist parallel [ ] 14 0 0 14 / 32 29.1s Dllist parallel [ ] 15 0 0 15 / 32 30.8s Dllist parallel [ ] 16 0 0 16 / 32 33.1s Dllist parallel [ ] 17 0 0 17 / 32 35.0s Dllist parallel [ ] 18 0 0 18 / 32 36.5s Dllist parallel [ ] 19 0 0 19 / 32 38.0s Dllist parallel [ ] 20 0 0 20 / 32 40.1s Dllist parallel [ ] 21 0 0 21 / 32 41.6s Dllist parallel [ ] 22 0 0 22 / 32 43.1s Dllist parallel [ ] 23 0 0 23 / 32 44.9s Dllist parallel [ ] 24 0 0 24 / 32 46.3s Dllist parallel [ ] 25 0 0 25 / 32 47.5s Dllist parallel [ ] 26 0 0 26 / 32 48.9s Dllist parallel [ ] 27 0 0 27 / 32 50.7s Dllist parallel [ ] 28 0 0 28 / 32 52.0s Dllist parallel [ ] 29 0 0 29 / 32 53.1s Dllist parallel [ ] 30 0 0 30 / 32 54.0s Dllist parallel [ ] 31 0 0 31 / 32 55.3s Dllist parallel [ ] 32 0 0 32 / 32 56.4s Dllist parallel [✓] 32 0 0 32 / 32 56.4s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 4285377059063870395 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.2s Dllist parallel [ ] 2 0 0 2 / 32 2.7s Dllist parallel [ ] 3 0 0 3 / 32 3.7s Dllist parallel [ ] 4 0 0 4 / 32 4.5s Dllist parallel [ ] 5 0 0 5 / 32 5.4s Dllist parallel [ ] 6 0 0 6 / 32 7.1s Dllist parallel [ ] 7 0 0 7 / 32 8.5s Dllist parallel [ ] 8 0 0 8 / 32 9.9s Dllist parallel [ ] 9 0 0 9 / 32 11.6s Dllist parallel [ ] 10 0 0 10 / 32 13.1s Dllist parallel [ ] 11 0 0 11 / 32 15.5s Dllist parallel [ ] 12 0 0 12 / 32 16.7s Dllist parallel [ ] 13 0 0 13 / 32 18.1s Dllist parallel [ ] 14 0 0 14 / 32 19.8s Dllist parallel [ ] 15 0 0 15 / 32 20.8s Dllist parallel [ ] 16 0 0 16 / 32 22.1s Dllist parallel [ ] 17 0 0 17 / 32 23.6s Dllist parallel [ ] 18 0 0 18 / 32 25.2s Dllist parallel [ ] 19 0 0 19 / 32 26.3s Dllist parallel [ ] 20 0 0 20 / 32 28.2s Dllist parallel [ ] 21 0 0 21 / 32 30.5s Dllist parallel [ ] 22 0 0 22 / 32 32.4s Dllist parallel [ ] 23 0 0 23 / 32 34.0s Dllist parallel [ ] 24 0 0 24 / 32 35.3s Dllist parallel [ ] 25 0 0 25 / 32 36.6s Dllist parallel [ ] 26 0 0 26 / 32 37.8s Dllist parallel [ ] 27 0 0 27 / 32 39.4s Dllist parallel [ ] 28 0 0 28 / 32 40.3s Dllist parallel [ ] 29 0 0 29 / 32 41.6s Dllist parallel [ ] 30 0 0 30 / 32 42.5s Dllist parallel [ ] 31 0 0 31 / 32 43.9s Dllist parallel [ ] 32 0 0 32 / 32 45.0s Dllist parallel [✓] 32 0 0 32 / 32 45.0s Dllist parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./stack_test_stm.exe) random seed: 1950476414620406684 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.7s Stack parallel [ ] 2 0 0 2 / 32 3.2s Stack parallel [ ] 3 0 0 3 / 32 5.3s Stack parallel [ ] 4 0 0 4 / 32 8.0s Stack parallel [ ] 5 0 0 5 / 32 10.5s Stack parallel [ ] 6 0 0 6 / 32 11.9s Stack parallel [ ] 7 0 0 7 / 32 14.1s Stack parallel [ ] 8 0 0 8 / 32 16.3s Stack parallel [ ] 9 0 0 9 / 32 18.2s Stack parallel [ ] 10 0 0 10 / 32 19.9s Stack parallel [ ] 11 0 0 11 / 32 21.5s Stack parallel [ ] 12 0 0 12 / 32 23.6s Stack parallel [ ] 13 0 0 13 / 32 25.3s Stack parallel [ ] 14 0 0 14 / 32 27.1s Stack parallel [ ] 15 0 0 15 / 32 28.8s Stack parallel [ ] 16 0 0 16 / 32 31.2s Stack parallel [ ] 17 0 0 17 / 32 33.0s Stack parallel [ ] 18 0 0 18 / 32 34.8s Stack parallel [ ] 19 0 0 19 / 32 36.2s Stack parallel [ ] 20 0 0 20 / 32 37.9s Stack parallel [ ] 21 0 0 21 / 32 39.3s Stack parallel [ ] 22 0 0 22 / 32 41.1s Stack parallel [ ] 23 0 0 23 / 32 42.4s Stack parallel [ ] 24 0 0 24 / 32 43.3s Stack parallel [ ] 25 0 0 25 / 32 44.5s Stack parallel [ ] 26 0 0 26 / 32 45.5s Stack parallel [ ] 27 0 0 27 / 32 46.8s Stack parallel [ ] 28 0 0 28 / 32 48.1s Stack parallel [ ] 29 0 0 29 / 32 49.8s Stack parallel [ ] 30 0 0 30 / 32 51.3s Stack parallel [ ] 31 0 0 31 / 32 52.4s Stack parallel [ ] 32 0 0 32 / 32 53.3s Stack parallel [✓] 32 0 0 32 / 32 53.3s Stack parallel ================================================================================ success (ran 2 tests) random seed: 1191141864863845109 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.6s Stack parallel [ ] 2 0 0 2 / 32 4.0s Stack parallel [ ] 3 0 0 3 / 32 5.8s Stack parallel [ ] 4 0 0 4 / 32 7.6s Stack parallel [ ] 5 0 0 5 / 32 9.1s Stack parallel [ ] 6 0 0 6 / 32 10.6s Stack parallel [ ] 7 0 0 7 / 32 12.4s Stack parallel [ ] 8 0 0 8 / 32 14.3s Stack parallel [ ] 9 0 0 9 / 32 15.8s Stack parallel [ ] 10 0 0 10 / 32 17.8s Stack parallel [ ] 11 0 0 11 / 32 19.6s Stack parallel [ ] 12 0 0 12 / 32 21.6s Stack parallel [ ] 13 0 0 13 / 32 23.3s Stack parallel [ ] 14 0 0 14 / 32 25.5s Stack parallel [ ] 15 0 0 15 / 32 27.5s Stack parallel [ ] 16 0 0 16 / 32 29.3s Stack parallel [ ] 17 0 0 17 / 32 30.7s Stack parallel [ ] 18 0 0 18 / 32 31.9s Stack parallel [ ] 19 0 0 19 / 32 33.4s Stack parallel [ ] 20 0 0 20 / 32 35.1s Stack parallel [ ] 21 0 0 21 / 32 36.2s Stack parallel [ ] 22 0 0 22 / 32 37.4s Stack parallel [ ] 23 0 0 23 / 32 38.4s Stack parallel [ ] 24 0 0 24 / 32 39.4s Stack parallel [ ] 25 0 0 25 / 32 40.6s Stack parallel [ ] 26 0 0 26 / 32 41.9s Stack parallel [ ] 27 0 0 27 / 32 43.3s Stack parallel [ ] 28 0 0 28 / 32 45.8s Stack parallel [ ] 29 0 0 29 / 32 47.6s Stack parallel [ ] 30 0 0 30 / 32 49.0s Stack parallel [ ] 31 0 0 31 / 32 50.7s Stack parallel [ ] 32 0 0 32 / 32 52.2s Stack parallel [✓] 32 0 0 32 / 32 52.2s Stack parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./queue_test_stm.exe) random seed: 4344052906782679411 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.3s Queue parallel [ ] 2 0 0 2 / 32 2.6s Queue parallel [ ] 3 0 0 3 / 32 4.2s Queue parallel [ ] 4 0 0 4 / 32 7.0s Queue parallel [ ] 5 0 0 5 / 32 9.9s Queue parallel [ ] 6 0 0 6 / 32 11.9s Queue parallel [ ] 7 0 0 7 / 32 13.4s Queue parallel [ ] 8 0 0 8 / 32 15.5s Queue parallel [ ] 9 0 0 9 / 32 17.5s Queue parallel [ ] 10 0 0 10 / 32 19.6s Queue parallel [ ] 11 0 0 11 / 32 22.7s Queue parallel [ ] 12 0 0 12 / 32 25.7s Queue parallel [ ] 13 0 0 13 / 32 28.0s Queue parallel [ ] 14 0 0 14 / 32 29.9s Queue parallel [ ] 15 0 0 15 / 32 33.6s Queue parallel [ ] 16 0 0 16 / 32 36.4s Queue parallel [ ] 17 0 0 17 / 32 37.7s Queue parallel [ ] 18 0 0 18 / 32 38.9s Queue parallel [ ] 19 0 0 19 / 32 40.2s Queue parallel [ ] 20 0 0 20 / 32 41.4s Queue parallel [ ] 21 0 0 21 / 32 43.0s Queue parallel [ ] 22 0 0 22 / 32 44.3s Queue parallel [ ] 23 0 0 23 / 32 45.3s Queue parallel [ ] 24 0 0 24 / 32 46.5s Queue parallel [ ] 25 0 0 25 / 32 47.7s Queue parallel [ ] 26 0 0 26 / 32 48.9s Queue parallel [ ] 27 0 0 27 / 32 49.9s Queue parallel [ ] 28 0 0 28 / 32 50.9s Queue parallel [ ] 29 0 0 29 / 32 52.1s Queue parallel [ ] 30 0 0 30 / 32 53.4s Queue parallel [ ] 31 0 0 31 / 32 54.2s Queue parallel [ ] 32 0 0 32 / 32 56.2s Queue parallel [✓] 32 0 0 32 / 32 56.2s Queue parallel ================================================================================ success (ran 2 tests) random seed: 980607113259870495 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 1.7s Queue parallel [ ] 2 0 0 2 / 32 2.9s Queue parallel [ ] 3 0 0 3 / 32 4.7s Queue parallel [ ] 4 0 0 4 / 32 6.1s Queue parallel [ ] 5 0 0 5 / 32 7.9s Queue parallel [ ] 6 0 0 6 / 32 9.5s Queue parallel [ ] 7 0 0 7 / 32 11.2s Queue parallel [ ] 8 0 0 8 / 32 12.5s Queue parallel [ ] 9 0 0 9 / 32 13.5s Queue parallel [ ] 10 0 0 10 / 32 15.2s Queue parallel [ ] 11 0 0 11 / 32 16.3s Queue parallel [ ] 12 0 0 12 / 32 17.8s Queue parallel [ ] 13 0 0 13 / 32 19.7s Queue parallel [ ] 14 0 0 14 / 32 21.1s Queue parallel [ ] 15 0 0 15 / 32 22.9s Queue parallel [ ] 16 0 0 16 / 32 25.0s Queue parallel [ ] 17 0 0 17 / 32 26.6s Queue parallel [ ] 18 0 0 18 / 32 27.7s Queue parallel [ ] 19 0 0 19 / 32 28.8s Queue parallel [ ] 20 0 0 20 / 32 31.1s Queue parallel [ ] 21 0 0 21 / 32 33.4s Queue parallel [ ] 22 0 0 22 / 32 34.8s Queue parallel [ ] 23 0 0 23 / 32 35.9s Queue parallel [ ] 24 0 0 24 / 32 37.3s Queue parallel [ ] 25 0 0 25 / 32 39.2s Queue parallel [ ] 26 0 0 26 / 32 41.0s Queue parallel [ ] 27 0 0 27 / 32 42.6s Queue parallel [ ] 28 0 0 28 / 32 44.0s Queue parallel [ ] 29 0 0 29 / 32 45.8s Queue parallel [ ] 30 0 0 30 / 32 47.5s Queue parallel [ ] 31 0 0 31 / 32 49.0s Queue parallel [ ] 32 0 0 32 / 32 50.6s Queue parallel [✓] 32 0 0 32 / 32 50.6s Queue 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: 3.42 M/s operations over time/1 worker, 50% reads: 0.71 M/s operations over time/1 worker, 90% reads: 9.38 M/s operations over time/2 workers, 10% reads: 1.89 M/s operations over time/2 workers, 50% reads: 0.81 M/s operations over time/2 workers, 90% reads: 14.81 M/s operations over time/4 workers, 10% reads: 0.52 M/s operations over time/4 workers, 50% reads: 0.41 M/s operations over time/4 workers, 90% reads: 1.47 M/s operations over time/8 workers, 10% reads: 0.83 M/s operations over time/8 workers, 50% reads: 0.38 M/s operations over time/8 workers, 90% reads: 0.93 M/s time per operation/1 worker, 10% reads: 292.06 ns time per operation/1 worker, 50% reads: 1417.26 ns time per operation/1 worker, 90% reads: 106.56 ns time per operation/2 workers, 10% reads: 1056.25 ns time per operation/2 workers, 50% reads: 2481.58 ns time per operation/2 workers, 90% reads: 135.07 ns time per operation/4 workers, 10% reads: 7675.45 ns time per operation/4 workers, 50% reads: 9876.39 ns time per operation/4 workers, 90% reads: 2716.03 ns time per operation/8 workers, 10% reads: 9628.80 ns time per operation/8 workers, 50% reads: 21184.81 ns time per operation/8 workers, 90% reads: 8616.33 ns (cd _build/default/test/kcas && ./test.exe) Testing `Kcas'. This run has ID `X5KYTVRW'. [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 239.075s. 17 tests run. (cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar') Kcas_data Mvar: messages over time/1 adder, 1 nb taker: 0.00 M/s messages over time/1 adder, 1 taker: 0.00 M/s messages over time/1 adder, 2 nb takers: 0.00 M/s messages over time/1 adder, 2 takers: 0.01 M/s messages over time/1 nb adder, 1 nb taker: 0.69 M/s messages over time/1 nb adder, 1 taker: 0.13 M/s messages over time/1 nb adder, 2 nb takers: 0.78 M/s messages over time/1 nb adder, 2 takers: 0.01 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.18 M/s messages over time/2 nb adders, 1 taker: 0.00 M/s messages over time/2 nb adders, 2 nb takers: 0.10 M/s messages over time/2 nb adders, 2 takers: 0.00 M/s time per message/1 adder, 1 nb taker: 673514.67 ns time per message/1 adder, 1 taker: 941486.41 ns time per message/1 adder, 2 nb takers: 1026146.73 ns time per message/1 adder, 2 takers: 366710.17 ns time per message/1 nb adder, 1 nb taker: 2895.85 ns time per message/1 nb adder, 1 taker: 15411.20 ns time per message/1 nb adder, 2 nb takers: 3838.46 ns time per message/1 nb adder, 2 takers: 598553.27 ns time per message/2 adders, 1 nb taker: 2504744.52 ns time per message/2 adders, 1 taker: 845214.48 ns time per message/2 adders, 2 nb takers: 1886706.64 ns time per message/2 adders, 2 takers: 1901253.13 ns time per message/2 nb adders, 1 nb taker: 16598.75 ns time per message/2 nb adders, 1 taker: 1160948.38 ns time per message/2 nb adders, 2 nb takers: 40572.80 ns time per message/2 nb adders, 2 takers: 3236444.79 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue') Kcas_data Queue: messages over time/1 nb adder, 1 nb taker: 6.33 M/s messages over time/1 nb adder, 1 taker: 6.47 M/s messages over time/1 nb adder, 2 nb takers: 0.26 M/s messages over time/1 nb adder, 2 takers: 0.16 M/s messages over time/1 nb adder, 4 nb takers: 0.15 M/s messages over time/1 nb adder, 4 takers: 0.15 M/s messages over time/2 nb adders, 1 nb taker: 0.38 M/s messages over time/2 nb adders, 1 taker: 0.42 M/s messages over time/2 nb adders, 2 nb takers: 0.22 M/s messages over time/2 nb adders, 2 takers: 0.32 M/s messages over time/2 nb adders, 4 nb takers: 0.22 M/s messages over time/2 nb adders, 4 takers: 0.28 M/s messages over time/4 nb adders, 1 nb taker: 0.37 M/s messages over time/4 nb adders, 1 taker: 0.42 M/s messages over time/4 nb adders, 2 nb takers: 0.15 M/s messages over time/4 nb adders, 2 takers: 0.12 M/s messages over time/4 nb adders, 4 nb takers: 0.13 M/s messages over time/4 nb adders, 4 takers: 0.12 M/s messages over time/one domain: 8.27 M/s time per message/1 nb adder, 1 nb taker: 315.85 ns time per message/1 nb adder, 1 taker: 309.36 ns time per message/1 nb adder, 2 nb takers: 11574.22 ns time per message/1 nb adder, 2 takers: 18594.23 ns time per message/1 nb adder, 4 nb takers: 33564.39 ns time per message/1 nb adder, 4 takers: 34368.07 ns time per message/2 nb adders, 1 nb taker: 7883.08 ns time per message/2 nb adders, 1 taker: 7078.65 ns time per message/2 nb adders, 2 nb takers: 18194.37 ns time per message/2 nb adders, 2 takers: 12383.31 ns time per message/2 nb adders, 4 nb takers: 27017.03 ns time per message/2 nb adders, 4 takers: 21108.76 ns time per message/4 nb adders, 1 nb taker: 13484.34 ns time per message/4 nb adders, 1 taker: 11912.07 ns time per message/4 nb adders, 2 nb takers: 40461.25 ns time per message/4 nb adders, 2 takers: 49042.37 ns time per message/4 nb adders, 4 nb takers: 61793.87 ns time per message/4 nb adders, 4 takers: 68250.76 ns time per message/one domain: 120.98 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack') Kcas_data Stack: messages over time/1 nb adder, 1 nb taker: 8.15 M/s messages over time/1 nb adder, 1 taker: 7.58 M/s messages over time/1 nb adder, 2 nb takers: 0.89 M/s messages over time/1 nb adder, 2 takers: 0.56 M/s messages over time/1 nb adder, 4 nb takers: 0.33 M/s messages over time/1 nb adder, 4 takers: 0.10 M/s messages over time/2 nb adders, 1 nb taker: 4.79 M/s messages over time/2 nb adders, 1 taker: 5.64 M/s messages over time/2 nb adders, 2 nb takers: 1.87 M/s messages over time/2 nb adders, 2 takers: 2.28 M/s messages over time/2 nb adders, 4 nb takers: 2.15 M/s messages over time/2 nb adders, 4 takers: 2.28 M/s messages over time/4 nb adders, 1 nb taker: 6.96 M/s messages over time/4 nb adders, 1 taker: 6.00 M/s messages over time/4 nb adders, 2 nb takers: 5.96 M/s messages over time/4 nb adders, 2 takers: 7.35 M/s messages over time/4 nb adders, 4 nb takers: 0.57 M/s messages over time/4 nb adders, 4 takers: 0.10 M/s messages over time/one domain: 10.72 M/s time per message/1 nb adder, 1 nb taker: 245.28 ns time per message/1 nb adder, 1 taker: 263.73 ns time per message/1 nb adder, 2 nb takers: 3369.14 ns time per message/1 nb adder, 2 takers: 5384.13 ns time per message/1 nb adder, 4 nb takers: 15178.73 ns time per message/1 nb adder, 4 takers: 49494.23 ns time per message/2 nb adders, 1 nb taker: 626.67 ns time per message/2 nb adders, 1 taker: 532.18 ns time per message/2 nb adders, 2 nb takers: 2143.60 ns time per message/2 nb adders, 2 takers: 1754.44 ns time per message/2 nb adders, 4 nb takers: 2794.49 ns time per message/2 nb adders, 4 takers: 2627.70 ns time per message/4 nb adders, 1 nb taker: 718.69 ns time per message/4 nb adders, 1 taker: 833.73 ns time per message/4 nb adders, 2 nb takers: 1007.00 ns time per message/4 nb adders, 2 takers: 816.19 ns time per message/4 nb adders, 4 nb takers: 14011.54 ns time per message/4 nb adders, 4 takers: 83540.17 ns time per message/one domain: 93.25 ns 2024-12-16 22:39.19 ---> saved as "9779235fb99db39275f581fedb7f218e5fad157dbe08ccb3893edb271d7abfa9" Job succeeded 2024-12-16 22:51.09: Job succeeded