2025-03-25 13:28.33: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/expose-dllist-to-allow-matchable-cursors (cc4ac0d4b6a5cde8085d5df5a8c5a629b363314c) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3)
Base: freebsd-14.1-ocaml-5.3
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "expose-dllist-to-allow-matchable-cursors" && cd "kcas" && git reset --hard cc4ac0d4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-5.3
# freebsd-14.1-5.3_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 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && 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.17.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-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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-03-25 13:28.33: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-203d1b20ca0c0ef5d5d3d04a856fce57"
2025-03-25 13:28.33: Using OBuilder spec:
((from freebsd-14.1-ocaml-5.3)
(comment freebsd-14.1-5.3_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 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && 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.17.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-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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-03-25 13:28.33: Waiting for resource in pool OCluster
2025-03-25 13:28.33: Waiting for worker…
2025-03-25 14:10.54: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at cc4ac0d Expose `Dllist` type to allow matchable cursors
(from freebsd-14.1-ocaml-5.3)
2025-03-25 13:56.20 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache
/: (comment freebsd-14.1-5.3_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"))
2025-03-25 13:56.21 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" 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
2025-03-25 13:56.22 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-25 13:56.22 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-25 13:56.23 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
f93eb7cb02..48e47466f5 master -> origin/master
48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0
<><> 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.
2025-03-25 13:56.24 ---> using "2702bdfe8d08a5c21efcea535ac1814925a01aa333ba001976705d786c9a728a" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-03-25 13:56.24 ---> using "deb7882eaf4cd772adf6e635d8de7f114735b1cc5ad4c20dae034ba34c623ca4" 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-03-25 13:56.25 ---> using "dbdcc3af7b79c2301a39ff1f78f0327f41f432545c7b17398c1951724ae4fdfd" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 13:56.26 ---> using "9cb414d6af7356e2e7553631f236bc5287e9ec988a134e221c4433d14fd8dc85" 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.17.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-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-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-03-25 13:56.27 ---> using "fb5857a425570a3bfafcdfeca9e0c36131dde2a468db94494d15e51dc14d2eed" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-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 33 packages
∗ alcotest 1.9.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-local-timeout 1.0.1
∗ domain_shims 0.1.0
∗ dune 3.17.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-syntax-shims 1.0.0
∗ ocaml-version 4.0.0
∗ ocamlbuild 0.16.1
∗ ocamlfind 1.9.8
∗ psq 0.2.1
∗ qcheck-core 0.24
∗ qcheck-multicoretests-util 0.7
∗ qcheck-stm 0.7
∗ re 1.12.0
∗ result 1.5
∗ seq base
∗ stdlib-shims 0.3.0
∗ thread-table 1.0.0
∗ topkg 1.0.8
∗ uutf 1.0.4
∗ yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved backoff.0.1.1 (cached)
⬇ retrieved camlp-streams.5.0.1 (cached)
⬇ retrieved alcotest.1.9.0 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved domain-local-await.1.0.1 (cached)
⬇ retrieved domain-local-timeout.1.0.1 (cached)
⬇ retrieved domain_shims.0.1.0 (cached)
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved fmt.0.10.0 (cached)
⬇ retrieved mdx.2.5.0 (cached)
⬇ retrieved logs.0.8.0 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved multicore-bench.0.1.7 (cached)
⬇ retrieved multicore-magic.2.3.1 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocaml-version.4.0.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved qcheck-core.0.24 (cached)
⬇ retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (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 dune.3.17.2 (cached)
⬇ retrieved uutf.1.0.4 (cached)
⬇ retrieved topkg.1.0.8 (cached)
⬇ retrieved thread-table.1.0.0 (cached)
⬇ retrieved yojson.2.2.2 (cached)
∗ installed cmdliner.1.3.0
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.0.8
∗ installed uutf.1.0.4
∗ installed mtime.2.1.0
∗ installed astring.0.8.5
∗ installed fmt.0.10.0
∗ installed logs.0.8.0
∗ installed dune.3.17.2
∗ installed domain_shims.0.1.0
∗ installed csexp.1.5.2
∗ installed camlp-streams.5.0.1
∗ installed ocaml-version.4.0.0
∗ installed psq.0.2.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed multicore-magic.2.3.1
∗ installed cppo.1.8.0
∗ installed thread-table.1.0.0
∗ installed stdlib-shims.0.3.0
∗ installed result.1.5
∗ installed backoff.0.1.1
∗ installed domain-local-timeout.1.0.1
∗ installed domain-local-await.1.0.1
∗ installed qcheck-core.0.24
∗ installed re.1.12.0
∗ installed qcheck-multicoretests-util.0.7
∗ installed yojson.2.2.2
∗ installed qcheck-stm.0.7
∗ installed alcotest.1.9.0
∗ installed multicore-bench.0.1.7
∗ installed mdx.2.5.0
Done.
2025-03-25 13:56.28 ---> using "2701d15034f35ce20d707abfc4df376b552bdce8bd6db10f127af69c7c4191a9" from cache
/src: (copy (src .) (dst /src))
2025-03-25 13:56.31 ---> saved as "5bc49f7f6f1a0d0084334d1e0a3644cbc72f6648ae72ae24ddddbeadf901bedc"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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 `88PMSBJB'.
[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.001s. 3 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `ZUBF9AMX'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.004s. 1 test run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `65UK7BOD'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `RTNAITKG'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.077s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `CDX8Y6DD'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 1.114s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `9SC8GP4X'.
[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 `SRHI8ZT2'.
[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.042s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
6.48 M/s
ops over time/get:
162.94 M/s
ops over time/incr:
3.57 M/s
ops over time/push & pop:
4.28 M/s
ops over time/swap:
2.28 M/s
ops over time/xchg int:
1.94 M/s
time per op/cas int:
154.21 ns
time per op/get:
6.14 ns
time per op/incr:
280.18 ns
time per op/push & pop:
233.57 ns
time per op/swap:
439.53 ns
time per op/xchg int:
515.58 ns
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `9IL9T9ZG'.
[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 && ./test.exe)
Testing `Kcas'.
This run has ID `Z1THZADK'.
[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 18.450s. 17 tests run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1361888817981209065
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 3.6s Stack parallel
[ ] 2 0 0 2 / 32 5.8s Stack parallel
[ ] 3 0 0 3 / 32 7.9s Stack parallel
[ ] 4 0 0 4 / 32 9.6s Stack parallel
[ ] 5 0 0 5 / 32 11.8s Stack parallel
[ ] 6 0 0 6 / 32 14.1s Stack parallel
[ ] 7 0 0 7 / 32 16.1s Stack parallel
[ ] 8 0 0 8 / 32 17.5s Stack parallel
[ ] 9 0 0 9 / 32 19.5s Stack parallel
[ ] 10 0 0 10 / 32 23.1s Stack parallel
[ ] 11 0 0 11 / 32 24.9s Stack parallel
[ ] 12 0 0 12 / 32 26.5s Stack parallel
[ ] 13 0 0 13 / 32 28.1s Stack parallel
[ ] 14 0 0 14 / 32 29.9s Stack parallel
[ ] 15 0 0 15 / 32 31.5s Stack parallel
[ ] 16 0 0 16 / 32 34.1s Stack parallel
[ ] 17 0 0 17 / 32 36.0s Stack parallel
[ ] 18 0 0 18 / 32 38.5s Stack parallel
[ ] 19 0 0 19 / 32 40.3s Stack parallel
[ ] 20 0 0 20 / 32 42.2s Stack parallel
[ ] 21 0 0 21 / 32 43.7s Stack parallel
[ ] 22 0 0 22 / 32 45.5s Stack parallel
[ ] 23 0 0 23 / 32 47.1s Stack parallel
[ ] 24 0 0 24 / 32 48.6s Stack parallel
[ ] 25 0 0 25 / 32 50.0s Stack parallel
[ ] 26 0 0 26 / 32 51.7s Stack parallel
[ ] 27 0 0 27 / 32 53.1s Stack parallel
[ ] 28 0 0 28 / 32 54.2s Stack parallel
[ ] 29 0 0 29 / 32 56.3s Stack parallel
[ ] 30 0 0 30 / 32 58.8s Stack parallel
[ ] 31 0 0 31 / 32 60.8s Stack parallel
[ ] 32 0 0 32 / 32 63.4s Stack parallel
[✓] 32 0 0 32 / 32 63.4s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3448586414351185471
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.5s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 5.9s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 8.1s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 10.5s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 13.5s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 16.4s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 18.7s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 22.2s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 24.8s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 26.7s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 28.6s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 31.0s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 33.7s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 36.1s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 38.3s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 40.4s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 42.1s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 43.7s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 45.3s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 46.3s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 47.6s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 48.8s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 50.1s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 51.5s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 52.9s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 54.3s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 56.5s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 58.8s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 60.8s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 62.8s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 65.3s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 67.5s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 67.5s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2452529579871497774
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 4.1s Dllist parallel
[ ] 2 0 0 2 / 32 6.4s Dllist parallel
[ ] 3 0 0 3 / 32 8.4s Dllist parallel
[ ] 4 0 0 4 / 32 10.6s Dllist parallel
[ ] 5 0 0 5 / 32 13.0s Dllist parallel
[ ] 6 0 0 6 / 32 14.9s Dllist parallel
[ ] 7 0 0 7 / 32 16.7s Dllist parallel
[ ] 8 0 0 8 / 32 18.5s Dllist parallel
[ ] 9 0 0 9 / 32 21.4s Dllist parallel
[ ] 10 0 0 10 / 32 24.4s Dllist parallel
[ ] 11 0 0 11 / 32 26.4s Dllist parallel
[ ] 12 0 0 12 / 32 28.7s Dllist parallel
[ ] 13 0 0 13 / 32 30.7s Dllist parallel
[ ] 14 0 0 14 / 32 33.3s Dllist parallel
[ ] 15 0 0 15 / 32 36.0s Dllist parallel
[ ] 16 0 0 16 / 32 38.4s Dllist parallel
[ ] 17 0 0 17 / 32 40.8s Dllist parallel
[ ] 18 0 0 18 / 32 43.6s Dllist parallel
[ ] 19 0 0 19 / 32 45.1s Dllist parallel
[ ] 20 0 0 20 / 32 46.8s Dllist parallel
[ ] 21 0 0 21 / 32 48.5s Dllist parallel
[ ] 22 0 0 22 / 32 50.4s Dllist parallel
[ ] 23 0 0 23 / 32 52.7s Dllist parallel
[ ] 24 0 0 24 / 32 54.7s Dllist parallel
[ ] 25 0 0 25 / 32 57.1s Dllist parallel
[ ] 26 0 0 26 / 32 58.9s Dllist parallel
[ ] 27 0 0 27 / 32 60.7s Dllist parallel
[ ] 28 0 0 28 / 32 62.6s Dllist parallel
[ ] 29 0 0 29 / 32 64.4s Dllist parallel
[ ] 30 0 0 30 / 32 66.2s Dllist parallel
[ ] 31 0 0 31 / 32 68.2s Dllist parallel
[ ] 32 0 0 32 / 32 70.0s Dllist parallel
[✓] 32 0 0 32 / 32 70.0s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 2486858882403703469
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 3.8s Queue parallel
[ ] 2 0 0 2 / 32 5.8s Queue parallel
[ ] 3 0 0 3 / 32 8.1s Queue parallel
[ ] 4 0 0 4 / 32 9.8s Queue parallel
[ ] 5 0 0 5 / 32 12.5s Queue parallel
[ ] 6 0 0 6 / 32 14.4s Queue parallel
[ ] 7 0 0 7 / 32 16.2s Queue parallel
[ ] 8 0 0 8 / 32 18.3s Queue parallel
[ ] 9 0 0 9 / 32 21.9s Queue parallel
[ ] 10 0 0 10 / 32 24.4s Queue parallel
[ ] 11 0 0 11 / 32 26.6s Queue parallel
[ ] 12 0 0 12 / 32 28.3s Queue parallel
[ ] 13 0 0 13 / 32 30.2s Queue parallel
[ ] 14 0 0 14 / 32 32.7s Queue parallel
[ ] 15 0 0 15 / 32 35.1s Queue parallel
[ ] 16 0 0 16 / 32 36.8s Queue parallel
[ ] 17 0 0 17 / 32 39.0s Queue parallel
[ ] 18 0 0 18 / 32 41.1s Queue parallel
[ ] 19 0 0 19 / 32 42.5s Queue parallel
[ ] 20 0 0 20 / 32 43.9s Queue parallel
[ ] 21 0 0 21 / 32 45.6s Queue parallel
[ ] 22 0 0 22 / 32 46.9s Queue parallel
[ ] 23 0 0 23 / 32 48.9s Queue parallel
[ ] 24 0 0 24 / 32 50.7s Queue parallel
[ ] 25 0 0 25 / 32 52.6s Queue parallel
[ ] 26 0 0 26 / 32 54.8s Queue parallel
[ ] 27 0 0 27 / 32 57.4s Queue parallel
[ ] 28 0 0 28 / 32 60.0s Queue parallel
[ ] 29 0 0 29 / 32 62.0s Queue parallel
[ ] 30 0 0 30 / 32 64.2s Queue parallel
[ ] 31 0 0 31 / 32 66.6s Queue parallel
[ ] 32 0 0 32 / 32 69.0s Queue parallel
[✓] 32 0 0 32 / 32 69.0s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2456212270637435998
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 4.0s Accumulator parallel
[ ] 2 0 0 2 / 32 6.6s Accumulator parallel
[ ] 3 0 0 3 / 32 8.8s Accumulator parallel
[ ] 4 0 0 4 / 32 11.1s Accumulator parallel
[ ] 5 0 0 5 / 32 13.9s Accumulator parallel
[ ] 6 0 0 6 / 32 16.0s Accumulator parallel
[ ] 7 0 0 7 / 32 17.4s Accumulator parallel
[ ] 8 0 0 8 / 32 19.2s Accumulator parallel
[ ] 9 0 0 9 / 32 22.2s Accumulator parallel
[ ] 10 0 0 10 / 32 24.3s Accumulator parallel
[ ] 11 0 0 11 / 32 26.2s Accumulator parallel
[ ] 12 0 0 12 / 32 28.2s Accumulator parallel
[ ] 13 0 0 13 / 32 30.3s Accumulator parallel
[ ] 14 0 0 14 / 32 32.4s Accumulator parallel
[ ] 15 0 0 15 / 32 34.7s Accumulator parallel
[ ] 16 0 0 16 / 32 36.2s Accumulator parallel
[ ] 17 0 0 17 / 32 37.4s Accumulator parallel
[ ] 18 0 0 18 / 32 39.4s Accumulator parallel
[ ] 19 0 0 19 / 32 42.3s Accumulator parallel
[ ] 20 0 0 20 / 32 44.0s Accumulator parallel
[ ] 21 0 0 21 / 32 46.2s Accumulator parallel
[ ] 22 0 0 22 / 32 47.8s Accumulator parallel
[ ] 23 0 0 23 / 32 49.5s Accumulator parallel
[ ] 24 0 0 24 / 32 51.0s Accumulator parallel
[ ] 25 0 0 25 / 32 53.0s Accumulator parallel
[ ] 26 0 0 26 / 32 54.8s Accumulator parallel
[ ] 27 0 0 27 / 32 58.4s Accumulator parallel
[ ] 28 0 0 28 / 32 61.3s Accumulator parallel
[ ] 29 0 0 29 / 32 63.7s Accumulator parallel
[ ] 30 0 0 30 / 32 66.5s Accumulator parallel
[ ] 31 0 0 31 / 32 69.4s Accumulator parallel
[ ] 32 0 0 32 / 32 72.0s Accumulator parallel
[✓] 32 0 0 32 / 32 72.0s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 640320353486929862
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 6.4s Hashtbl parallel
[ ] 3 0 0 3 / 32 8.5s Hashtbl parallel
[ ] 4 0 0 4 / 32 10.7s Hashtbl parallel
[ ] 5 0 0 5 / 32 12.8s Hashtbl parallel
[ ] 6 0 0 6 / 32 15.2s Hashtbl parallel
[ ] 7 0 0 7 / 32 18.6s Hashtbl parallel
[ ] 8 0 0 8 / 32 22.2s Hashtbl parallel
[ ] 9 0 0 9 / 32 24.8s Hashtbl parallel
[ ] 10 0 0 10 / 32 27.1s Hashtbl parallel
[ ] 11 0 0 11 / 32 29.1s Hashtbl parallel
[ ] 12 0 0 12 / 32 31.4s Hashtbl parallel
[ ] 13 0 0 13 / 32 34.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 36.6s Hashtbl parallel
[ ] 15 0 0 15 / 32 39.1s Hashtbl parallel
[ ] 16 0 0 16 / 32 41.2s Hashtbl parallel
[ ] 17 0 0 17 / 32 43.1s Hashtbl parallel
[ ] 18 0 0 18 / 32 44.6s Hashtbl parallel
[ ] 19 0 0 19 / 32 45.8s Hashtbl parallel
[ ] 20 0 0 20 / 32 47.3s Hashtbl parallel
[ ] 21 0 0 21 / 32 48.9s Hashtbl parallel
[ ] 22 0 0 22 / 32 50.2s Hashtbl parallel
[ ] 23 0 0 23 / 32 52.4s Hashtbl parallel
[ ] 24 0 0 24 / 32 54.5s Hashtbl parallel
[ ] 25 0 0 25 / 32 57.1s Hashtbl parallel
[ ] 26 0 0 26 / 32 59.9s Hashtbl parallel
[ ] 27 0 0 27 / 32 62.5s Hashtbl parallel
[ ] 28 0 0 28 / 32 65.2s Hashtbl parallel
[ ] 29 0 0 29 / 32 67.8s Hashtbl parallel
[ ] 30 0 0 30 / 32 70.2s Hashtbl parallel
[ ] 31 0 0 31 / 32 72.3s Hashtbl parallel
[ ] 32 0 0 32 / 32 75.0s Hashtbl parallel
[✓] 32 0 0 32 / 32 75.0s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
19.30 ns
time per transaction/1 loc tx:
1657.48 ns
time per transaction/2 loc tx:
3442.47 ns
time per transaction/4 loc tx:
6137.59 ns
time per transaction/8 loc tx:
37033.49 ns
transactions over time/0 loc tx:
51.81 M/s
transactions over time/1 loc tx:
0.60 M/s
transactions over time/2 loc tx:
0.29 M/s
transactions over time/4 loc tx:
0.16 M/s
transactions over time/8 loc tx:
0.03 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
18.13 ns
time per transaction/1 loc tx:
43.60 ns
time per transaction/2 loc tx:
95.84 ns
time per transaction/4 loc tx:
155.25 ns
time per transaction/8 loc tx:
5045.72 ns
transactions over time/0 loc tx:
55.16 M/s
transactions over time/1 loc tx:
22.94 M/s
transactions over time/2 loc tx:
10.43 M/s
transactions over time/4 loc tx:
6.44 M/s
transactions over time/8 loc tx:
0.20 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
18.15 ns
time per transaction/1 loc tx:
43.83 ns
time per transaction/2 loc tx:
3216.27 ns
time per transaction/4 loc tx:
1804.66 ns
time per transaction/8 loc tx:
269.48 ns
transactions over time/0 loc tx:
55.09 M/s
transactions over time/1 loc tx:
22.82 M/s
transactions over time/2 loc tx:
0.31 M/s
transactions over time/4 loc tx:
0.55 M/s
transactions over time/8 loc tx:
3.71 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
166.79 ns
time per transaction/2 workers:
170.43 ns
time per transaction/4 workers:
18333.37 ns
transactions over time/1 worker:
6.00 M/s
transactions over time/2 workers:
11.73 M/s
transactions over time/4 workers:
0.22 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
20.99 M/s
operations over time/2 workers, 0% reads:
37.78 M/s
operations over time/4 workers, 0% reads:
1.26 M/s
operations over time/8 workers, 0% reads:
1.98 M/s
time per operation/1 worker, 0% reads:
47.64 ns
time per operation/2 workers, 0% reads:
52.93 ns
time per operation/4 workers, 0% reads:
3171.05 ns
time per operation/8 workers, 0% reads:
4049.20 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
1.58 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.02 M/s
messages over time/2 nb adders, 2 nb takers:
0.03 M/s
messages over time/one domain:
0.07 M/s
time per message/1 nb adder, 1 nb taker:
1269.36 ns
time per message/1 nb adder, 2 nb takers:
51651.10 ns
time per message/2 nb adders, 1 nb taker:
120368.62 ns
time per message/2 nb adders, 2 nb takers:
150048.03 ns
time per message/one domain:
14957.23 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
3.27 M/s
operations over time/1 worker, 50% reads:
0.35 M/s
operations over time/1 worker, 90% reads:
8.96 M/s
operations over time/2 workers, 10% reads:
0.26 M/s
operations over time/2 workers, 50% reads:
0.41 M/s
operations over time/2 workers, 90% reads:
14.50 M/s
operations over time/4 workers, 10% reads:
0.12 M/s
operations over time/4 workers, 50% reads:
0.22 M/s
operations over time/4 workers, 90% reads:
0.81 M/s
operations over time/8 workers, 10% reads:
0.28 M/s
operations over time/8 workers, 50% reads:
0.16 M/s
operations over time/8 workers, 90% reads:
0.86 M/s
time per operation/1 worker, 10% reads:
305.70 ns
time per operation/1 worker, 50% reads:
2882.24 ns
time per operation/1 worker, 90% reads:
111.66 ns
time per operation/2 workers, 10% reads:
7602.58 ns
time per operation/2 workers, 50% reads:
4928.82 ns
time per operation/2 workers, 90% reads:
137.92 ns
time per operation/4 workers, 10% reads:
33678.54 ns
time per operation/4 workers, 50% reads:
18489.86 ns
time per operation/4 workers, 90% reads:
4966.04 ns
time per operation/8 workers, 10% reads:
28840.60 ns
time per operation/8 workers, 50% reads:
51113.95 ns
time per operation/8 workers, 90% reads:
9283.57 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
0.70 M/s
messages over time/1 adder, 1 taker:
0.72 M/s
messages over time/1 adder, 2 nb takers:
0.82 M/s
messages over time/1 adder, 2 takers:
0.17 M/s
messages over time/1 nb adder, 1 nb taker:
0.68 M/s
messages over time/1 nb adder, 1 taker:
0.71 M/s
messages over time/1 nb adder, 2 nb takers:
0.79 M/s
messages over time/1 nb adder, 2 takers:
0.63 M/s
messages over time/2 adders, 1 nb taker:
0.66 M/s
messages over time/2 adders, 1 taker:
0.75 M/s
messages over time/2 adders, 2 nb takers:
0.82 M/s
messages over time/2 adders, 2 takers:
0.80 M/s
messages over time/2 nb adders, 1 nb taker:
0.77 M/s
messages over time/2 nb adders, 1 taker:
0.67 M/s
messages over time/2 nb adders, 2 nb takers:
0.22 M/s
messages over time/2 nb adders, 2 takers:
0.41 M/s
time per message/1 adder, 1 nb taker:
2856.64 ns
time per message/1 adder, 1 taker:
2794.30 ns
time per message/1 adder, 2 nb takers:
3645.91 ns
time per message/1 adder, 2 takers:
17882.24 ns
time per message/1 nb adder, 1 nb taker:
2925.85 ns
time per message/1 nb adder, 1 taker:
2821.15 ns
time per message/1 nb adder, 2 nb takers:
3802.59 ns
time per message/1 nb adder, 2 takers:
4798.07 ns
time per message/2 adders, 1 nb taker:
4527.91 ns
time per message/2 adders, 1 taker:
3979.24 ns
time per message/2 adders, 2 nb takers:
4906.22 ns
time per message/2 adders, 2 takers:
4993.94 ns
time per message/2 nb adders, 1 nb taker:
3891.87 ns
time per message/2 nb adders, 1 taker:
4469.66 ns
time per message/2 nb adders, 2 nb takers:
17947.33 ns
time per message/2 nb adders, 2 takers:
9870.29 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
5.70 M/s
messages over time/1 nb adder, 1 taker:
0.35 M/s
messages over time/1 nb adder, 2 nb takers:
0.25 M/s
messages over time/1 nb adder, 2 takers:
0.21 M/s
messages over time/1 nb adder, 4 nb takers:
0.06 M/s
messages over time/1 nb adder, 4 takers:
0.08 M/s
messages over time/2 nb adders, 1 nb taker:
0.17 M/s
messages over time/2 nb adders, 1 taker:
0.21 M/s
messages over time/2 nb adders, 2 nb takers:
0.17 M/s
messages over time/2 nb adders, 2 takers:
0.28 M/s
messages over time/2 nb adders, 4 nb takers:
0.33 M/s
messages over time/2 nb adders, 4 takers:
0.15 M/s
messages over time/4 nb adders, 1 nb taker:
0.22 M/s
messages over time/4 nb adders, 1 taker:
0.25 M/s
messages over time/4 nb adders, 2 nb takers:
0.17 M/s
messages over time/4 nb adders, 2 takers:
0.20 M/s
messages over time/4 nb adders, 4 nb takers:
0.14 M/s
messages over time/4 nb adders, 4 takers:
0.18 M/s
messages over time/one domain:
7.60 M/s
time per message/1 nb adder, 1 nb taker:
350.72 ns
time per message/1 nb adder, 1 taker:
5689.23 ns
time per message/1 nb adder, 2 nb takers:
12131.06 ns
time per message/1 nb adder, 2 takers:
14118.91 ns
time per message/1 nb adder, 4 nb takers:
88046.64 ns
time per message/1 nb adder, 4 takers:
59568.28 ns
time per message/2 nb adders, 1 nb taker:
18008.97 ns
time per message/2 nb adders, 1 taker:
14150.44 ns
time per message/2 nb adders, 2 nb takers:
24215.80 ns
time per message/2 nb adders, 2 takers:
14047.31 ns
time per message/2 nb adders, 4 nb takers:
18339.28 ns
time per message/2 nb adders, 4 takers:
39941.98 ns
time per message/4 nb adders, 1 nb taker:
22908.56 ns
time per message/4 nb adders, 1 taker:
19798.92 ns
time per message/4 nb adders, 2 nb takers:
35518.14 ns
time per message/4 nb adders, 2 takers:
30553.25 ns
time per message/4 nb adders, 4 nb takers:
57231.36 ns
time per message/4 nb adders, 4 takers:
44243.26 ns
time per message/one domain:
131.54 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
7.59 M/s
messages over time/1 nb adder, 1 taker:
7.78 M/s
messages over time/1 nb adder, 2 nb takers:
0.76 M/s
messages over time/1 nb adder, 2 takers:
0.49 M/s
messages over time/1 nb adder, 4 nb takers:
0.14 M/s
messages over time/1 nb adder, 4 takers:
0.11 M/s
messages over time/2 nb adders, 1 nb taker:
0.17 M/s
messages over time/2 nb adders, 1 taker:
0.18 M/s
messages over time/2 nb adders, 2 nb takers:
0.12 M/s
messages over time/2 nb adders, 2 takers:
0.16 M/s
messages over time/2 nb adders, 4 nb takers:
0.13 M/s
messages over time/2 nb adders, 4 takers:
0.11 M/s
messages over time/4 nb adders, 1 nb taker:
0.39 M/s
messages over time/4 nb adders, 1 taker:
0.19 M/s
messages over time/4 nb adders, 2 nb takers:
0.14 M/s
messages over time/4 nb adders, 2 takers:
0.22 M/s
messages over time/4 nb adders, 4 nb takers:
0.26 M/s
messages over time/4 nb adders, 4 takers:
0.28 M/s
messages over time/one domain:
10.05 M/s
time per message/1 nb adder, 1 nb taker:
263.49 ns
time per message/1 nb adder, 1 taker:
256.98 ns
time per message/1 nb adder, 2 nb takers:
3955.55 ns
time per message/1 nb adder, 2 takers:
6129.17 ns
time per message/1 nb adder, 4 nb takers:
34852.16 ns
time per message/1 nb adder, 4 takers:
44763.76 ns
time per message/2 nb adders, 1 nb taker:
17496.42 ns
time per message/2 nb adders, 1 taker:
16241.83 ns
time per message/2 nb adders, 2 nb takers:
34505.57 ns
time per message/2 nb adders, 2 takers:
25376.24 ns
time per message/2 nb adders, 4 nb takers:
46093.75 ns
time per message/2 nb adders, 4 takers:
54673.47 ns
time per message/4 nb adders, 1 nb taker:
12877.10 ns
time per message/4 nb adders, 1 taker:
26855.36 ns
time per message/4 nb adders, 2 nb takers:
43097.00 ns
time per message/4 nb adders, 2 takers:
27376.18 ns
time per message/4 nb adders, 4 nb takers:
31250.18 ns
time per message/4 nb adders, 4 takers:
28703.86 ns
time per message/one domain:
99.47 ns
2025-03-25 14:10.58 ---> saved as "3137b9211d94ddfe18d52664429c03f0b27cf654297c81c857af321625935a9d"
Job succeeded
2025-03-25 14:25.36: Job succeeded