2024-12-07 13:00.39: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/expose-dllist-to-allow-matchable-cursors (92f9671184457b99e39830af7cfbd5a843dcf3b3) (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 "expose-dllist-to-allow-matchable-cursors" && cd "kcas" && git reset --hard 92f96711
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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && 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 './' && echo '(lang dune 3.0)' > './dune-project' && \
opam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.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 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2024-12-07 13:00.39: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-5.2-freebsd-14.1-5.2_opam-2.3-4cf0921bda7b7f79be6af24d3e72bd40"
2024-12-07 13:00.39: 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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && 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 './' && echo '(lang dune 3.0)' > './dune-project' && \
\nopam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.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 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2024-12-07 13:00.39: Waiting for resource in pool OCluster
2024-12-07 13:00.39: Waiting for worker…
2024-12-07 13:32.58: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 92f9671 Expose `Dllist` type to allow matchable cursors
(from freebsd-14.1-ocaml-5.2)
2024-12-07 13:22.00 ---> 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-07 13:22.00 ---> 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-07 13:22.01 ---> 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-07 13:22.01 ---> using "ccfe7de98cb2ca95bb2fb24fb9b452db076473e62582d2f18508a506b3873aeb" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-07 13:22.01 ---> 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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
a6cd5e9297..620a3ca37d master -> origin/master
620a3ca37d Merge pull request #27046 from samoht/release-mdx-2.5.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.
2024-12-07 13:22.01 ---> using "85b7bcc2aec8aff53615d1ac76e1f1d9475b7494da8e28b1d5c28d774181f75c" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-12-07 13:22.01 ---> using "2f43315a6d40b0401a70ecc0fc0785d1bc7e258048e80a9d932f8e5ccabc73ef" from cache
/src: (run (network host)
(shell "opam pin add -yn kcas_data.dev './' && echo '(lang dune 3.0)' > './dune-project' && \
\nopam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
[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-07 13:22.02 ---> using "273d76eb32f7def96db4c0430214aee6d7d3973412c37295d9841fe7e02f43d8" from cache
/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.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 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (no changes)
[kcas_data.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.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-07 13:22.02 ---> using "a24e8d390fc81ee3d1f5fbb8b6358bc3b8ceb47659ca017b79e57d3740b1c49e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.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 33 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-local-timeout 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
∗ psq 0.2.1
∗ qcheck-core 0.22
∗ qcheck-multicoretests-util 0.4
∗ qcheck-stm 0.4
∗ re 1.12.0
∗ result 1.5
∗ seq base
∗ stdlib-shims 0.3.0
∗ thread-table 1.0.0
∗ topkg 1.0.7
∗ uutf 1.0.3
∗ yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved backoff.0.1.1 (cached)
⬇ retrieved camlp-streams.5.0.1 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved domain-local-await.1.0.1 (cached)
⬇ retrieved alcotest.1.8.0 (cached)
⬇ retrieved domain_shims.0.1.0 (cached)
⬇ retrieved domain-local-timeout.1.0.1 (cached)
⬇ retrieved fmt.0.9.0 (cached)
⬇ retrieved logs.0.7.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 psq.0.2.1 (cached)
⬇ retrieved ocamlfind.1.9.6 (cached)
⬇ retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (cached)
⬇ retrieved qcheck-core.0.22 (cached)
⬇ retrieved dune.3.17.0 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved result.1.5 (cached)
⬇ retrieved thread-table.1.0.0 (cached)
⬇ retrieved uutf.1.0.3 (cached)
⬇ retrieved re.1.12.0 (cached)
⬇ retrieved yojson.2.2.2 (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 thread-table.1.0.0
∗ installed stdlib-shims.0.3.0
∗ installed result.1.5
∗ installed re.1.12.0
∗ installed qcheck-core.0.22
∗ installed domain-local-await.1.0.1
∗ installed yojson.2.2.2
∗ installed psq.0.2.1
∗ installed ocaml-version.3.7.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed qcheck-multicoretests-util.0.4
∗ installed domain-local-timeout.1.0.1
∗ installed multicore-magic.2.3.0
∗ installed domain_shims.0.1.0
∗ installed csexp.1.5.2
∗ installed cppo.1.8.0
∗ installed camlp-streams.5.0.1
∗ installed qcheck-stm.0.4
∗ installed backoff.0.1.1
∗ installed alcotest.1.8.0
∗ installed multicore-bench.0.1.7
∗ installed mdx.2.5.0
Done.
2024-12-07 13:22.02 ---> using "e9c89d04de2da9ebc0475ebca4f31ee31b8661813bcd15e756c44ce83d23b275" from cache
/src: (copy (src .) (dst /src))
2024-12-07 13:22.06 ---> saved as "bf8c52d9b52364f2f860696878dad7ab6db5562f3a33370d0a73e998ba248000"
/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 `AS164NVS'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.009s. 1 test run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `J106WNQU'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `A53JLVPN'.
[OK] basics 0
[OK] add 0
[OK] move 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'.
Test Successful in 0.000s. 3 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `WL7RYE34'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.081s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `S58GF7E7'.
[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.638s. 2 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `4IEGT1GP'.
[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 && ./xt_test.exe)
Testing `Transactions'.
This run has ID `YWK1VC56'.
[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 && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `U6TOMV39'.
[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.052s. 4 tests run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
27.14 M/s
ops over time/get:
110.29 M/s
ops over time/incr:
20.84 M/s
ops over time/push & pop:
17.62 M/s
ops over time/swap:
16.27 M/s
ops over time/xchg int:
27.05 M/s
time per op/cas int:
36.85 ns
time per op/get:
9.07 ns
time per op/incr:
47.99 ns
time per op/push & pop:
56.75 ns
time per op/swap:
61.47 ns
time per op/xchg int:
36.97 ns
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `JNFQNA6R'.
[OK] non linearizable xt 0
[OK] set 0
[OK] no skew xt 0
[OK] get seq xt 0
[OK] stress xt 0
[OK] is_in_log 0
[OK] updates 0
[OK] post commit 0
[OK] blocking 0
[OK] no unnecessary wakeups 0
[OK] pediodic validation 0
[OK] explicit validation 0
[OK] rollback 0
[OK] call 0
[OK] mode 0
[OK] xt 0
[OK] timeout (non-deterministic) 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 5.336s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
23.59 ns
time per transaction/1 loc tx:
257.99 ns
time per transaction/2 loc tx:
258.41 ns
time per transaction/4 loc tx:
528.02 ns
time per transaction/8 loc tx:
904.76 ns
transactions over time/0 loc tx:
42.39 M/s
transactions over time/1 loc tx:
3.88 M/s
transactions over time/2 loc tx:
3.87 M/s
transactions over time/4 loc tx:
1.89 M/s
transactions over time/8 loc tx:
1.11 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
26.02 ns
time per transaction/1 loc tx:
75.85 ns
time per transaction/2 loc tx:
150.85 ns
time per transaction/4 loc tx:
246.05 ns
time per transaction/8 loc tx:
462.80 ns
transactions over time/0 loc tx:
38.44 M/s
transactions over time/1 loc tx:
13.18 M/s
transactions over time/2 loc tx:
6.63 M/s
transactions over time/4 loc tx:
4.06 M/s
transactions over time/8 loc tx:
2.16 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
32.66 ns
time per transaction/1 loc tx:
56.79 ns
time per transaction/2 loc tx:
159.06 ns
time per transaction/4 loc tx:
179.40 ns
time per transaction/8 loc tx:
432.46 ns
transactions over time/0 loc tx:
30.62 M/s
transactions over time/1 loc tx:
17.61 M/s
transactions over time/2 loc tx:
6.29 M/s
transactions over time/4 loc tx:
5.57 M/s
transactions over time/8 loc tx:
2.31 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
295.67 ns
time per transaction/2 workers:
325.44 ns
time per transaction/4 workers:
813.16 ns
transactions over time/1 worker:
3.38 M/s
transactions over time/2 workers:
6.15 M/s
transactions over time/4 workers:
4.92 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
13.59 M/s
operations over time/2 workers, 0% reads:
24.68 M/s
operations over time/4 workers, 0% reads:
11.90 M/s
operations over time/8 workers, 0% reads:
2.44 M/s
time per operation/1 worker, 0% reads:
73.60 ns
time per operation/2 workers, 0% reads:
81.04 ns
time per operation/4 workers, 0% reads:
336.19 ns
time per operation/8 workers, 0% reads:
3282.81 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.91 M/s
messages over time/1 nb adder, 2 nb takers:
0.15 M/s
messages over time/2 nb adders, 1 nb taker:
0.09 M/s
messages over time/2 nb adders, 2 nb takers:
0.03 M/s
messages over time/one domain:
0.13 M/s
time per message/1 nb adder, 1 nb taker:
2190.96 ns
time per message/1 nb adder, 2 nb takers:
20059.38 ns
time per message/2 nb adders, 1 nb taker:
35270.75 ns
time per message/2 nb adders, 2 nb takers:
120609.84 ns
time per message/one domain:
7975.32 ns
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 47004834422338396
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 2.3s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 4.0s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 6.1s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 7.6s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 8.8s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 10.3s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 12.5s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 14.0s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 15.8s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 17.5s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 20.0s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 22.3s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 24.1s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 25.6s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 27.8s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 29.6s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 31.0s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 32.7s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 34.2s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 36.0s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 37.7s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 39.4s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 41.3s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 43.0s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 45.3s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 47.6s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 50.6s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 52.6s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 54.4s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 56.6s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 58.6s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 60.3s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 60.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 495557216814723979
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 2.6s Stack parallel
[ ] 2 0 0 2 / 32 4.7s Stack parallel
[ ] 3 0 0 3 / 32 6.7s Stack parallel
[ ] 4 0 0 4 / 32 8.5s Stack parallel
[ ] 5 0 0 5 / 32 9.9s Stack parallel
[ ] 6 0 0 6 / 32 11.5s Stack parallel
[ ] 7 0 0 7 / 32 13.0s Stack parallel
[ ] 8 0 0 8 / 32 14.7s Stack parallel
[ ] 9 0 0 9 / 32 16.6s Stack parallel
[ ] 10 0 0 10 / 32 17.8s Stack parallel
[ ] 11 0 0 11 / 32 19.3s Stack parallel
[ ] 12 0 0 12 / 32 20.7s Stack parallel
[ ] 13 0 0 13 / 32 22.3s Stack parallel
[ ] 14 0 0 14 / 32 23.4s Stack parallel
[ ] 15 0 0 15 / 32 24.9s Stack parallel
[ ] 16 0 0 16 / 32 26.7s Stack parallel
[ ] 17 0 0 17 / 32 28.7s Stack parallel
[ ] 18 0 0 18 / 32 30.2s Stack parallel
[ ] 19 0 0 19 / 32 31.8s Stack parallel
[ ] 20 0 0 20 / 32 33.6s Stack parallel
[ ] 21 0 0 21 / 32 36.1s Stack parallel
[ ] 22 0 0 22 / 32 38.4s Stack parallel
[ ] 23 0 0 23 / 32 40.2s Stack parallel
[ ] 24 0 0 24 / 32 42.6s Stack parallel
[ ] 25 0 0 25 / 32 44.6s Stack parallel
[ ] 26 0 0 26 / 32 46.3s Stack parallel
[ ] 27 0 0 27 / 32 49.7s Stack parallel
[ ] 28 0 0 28 / 32 52.4s Stack parallel
[ ] 29 0 0 29 / 32 55.1s Stack parallel
[ ] 30 0 0 30 / 32 57.3s Stack parallel
[ ] 31 0 0 31 / 32 59.5s Stack parallel
[ ] 32 0 0 32 / 32 61.6s Stack parallel
[✓] 32 0 0 32 / 32 61.6s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2795485053504172451
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.9s Dllist parallel
[ ] 2 0 0 2 / 32 5.0s Dllist parallel
[ ] 3 0 0 3 / 32 6.4s Dllist parallel
[ ] 4 0 0 4 / 32 7.8s Dllist parallel
[ ] 5 0 0 5 / 32 9.4s Dllist parallel
[ ] 6 0 0 6 / 32 11.6s Dllist parallel
[ ] 7 0 0 7 / 32 13.5s Dllist parallel
[ ] 8 0 0 8 / 32 15.4s Dllist parallel
[ ] 9 0 0 9 / 32 16.8s Dllist parallel
[ ] 10 0 0 10 / 32 19.4s Dllist parallel
[ ] 11 0 0 11 / 32 21.6s Dllist parallel
[ ] 12 0 0 12 / 32 22.8s Dllist parallel
[ ] 13 0 0 13 / 32 23.9s Dllist parallel
[ ] 14 0 0 14 / 32 26.6s Dllist parallel
[ ] 15 0 0 15 / 32 29.6s Dllist parallel
[ ] 16 0 0 16 / 32 31.7s Dllist parallel
[ ] 17 0 0 17 / 32 34.1s Dllist parallel
[ ] 18 0 0 18 / 32 36.1s Dllist parallel
[ ] 19 0 0 19 / 32 38.1s Dllist parallel
[ ] 20 0 0 20 / 32 40.8s Dllist parallel
[ ] 21 0 0 21 / 32 42.2s Dllist parallel
[ ] 22 0 0 22 / 32 44.1s Dllist parallel
[ ] 23 0 0 23 / 32 45.6s Dllist parallel
[ ] 24 0 0 24 / 32 47.1s Dllist parallel
[ ] 25 0 0 25 / 32 49.1s Dllist parallel
[ ] 26 0 0 26 / 32 50.7s Dllist parallel
[ ] 27 0 0 27 / 32 52.6s Dllist parallel
[ ] 28 0 0 28 / 32 54.1s Dllist parallel
[ ] 29 0 0 29 / 32 56.2s Dllist parallel
[ ] 30 0 0 30 / 32 58.0s Dllist parallel
[ ] 31 0 0 31 / 32 59.5s Dllist parallel
[ ] 32 0 0 32 / 32 61.6s Dllist parallel
[✓] 32 0 0 32 / 32 61.6s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 4504213724448191185
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 2.8s Accumulator parallel
[ ] 2 0 0 2 / 32 4.7s Accumulator parallel
[ ] 3 0 0 3 / 32 6.8s Accumulator parallel
[ ] 4 0 0 4 / 32 8.0s Accumulator parallel
[ ] 5 0 0 5 / 32 9.6s Accumulator parallel
[ ] 6 0 0 6 / 32 11.1s Accumulator parallel
[ ] 7 0 0 7 / 32 12.8s Accumulator parallel
[ ] 8 0 0 8 / 32 14.6s Accumulator parallel
[ ] 9 0 0 9 / 32 16.6s Accumulator parallel
[ ] 10 0 0 10 / 32 18.2s Accumulator parallel
[ ] 11 0 0 11 / 32 20.4s Accumulator parallel
[ ] 12 0 0 12 / 32 22.5s Accumulator parallel
[ ] 13 0 0 13 / 32 24.0s Accumulator parallel
[ ] 14 0 0 14 / 32 26.0s Accumulator parallel
[ ] 15 0 0 15 / 32 27.8s Accumulator parallel
[ ] 16 0 0 16 / 32 29.8s Accumulator parallel
[ ] 17 0 0 17 / 32 31.7s Accumulator parallel
[ ] 18 0 0 18 / 32 33.7s Accumulator parallel
[ ] 19 0 0 19 / 32 35.4s Accumulator parallel
[ ] 20 0 0 20 / 32 37.3s Accumulator parallel
[ ] 21 0 0 21 / 32 39.2s Accumulator parallel
[ ] 22 0 0 22 / 32 41.5s Accumulator parallel
[ ] 23 0 0 23 / 32 43.3s Accumulator parallel
[ ] 24 0 0 24 / 32 45.0s Accumulator parallel
[ ] 25 0 0 25 / 32 46.9s Accumulator parallel
[ ] 26 0 0 26 / 32 49.5s Accumulator parallel
[ ] 27 0 0 27 / 32 51.5s Accumulator parallel
[ ] 28 0 0 28 / 32 53.7s Accumulator parallel
[ ] 29 0 0 29 / 32 55.6s Accumulator parallel
[ ] 30 0 0 30 / 32 58.1s Accumulator parallel
[ ] 31 0 0 31 / 32 59.9s Accumulator parallel
[ ] 32 0 0 32 / 32 62.3s Accumulator parallel
[✓] 32 0 0 32 / 32 62.3s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1551624694039712026
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.2s Hashtbl parallel
[ ] 2 0 0 2 / 32 5.1s Hashtbl parallel
[ ] 3 0 0 3 / 32 6.8s Hashtbl parallel
[ ] 4 0 0 4 / 32 8.5s Hashtbl parallel
[ ] 5 0 0 5 / 32 9.9s Hashtbl parallel
[ ] 6 0 0 6 / 32 12.0s Hashtbl parallel
[ ] 7 0 0 7 / 32 13.5s Hashtbl parallel
[ ] 8 0 0 8 / 32 15.4s Hashtbl parallel
[ ] 9 0 0 9 / 32 16.9s Hashtbl parallel
[ ] 10 0 0 10 / 32 19.3s Hashtbl parallel
[ ] 11 0 0 11 / 32 20.9s Hashtbl parallel
[ ] 12 0 0 12 / 32 22.6s Hashtbl parallel
[ ] 13 0 0 13 / 32 24.1s Hashtbl parallel
[ ] 14 0 0 14 / 32 26.5s Hashtbl parallel
[ ] 15 0 0 15 / 32 29.1s Hashtbl parallel
[ ] 16 0 0 16 / 32 31.7s Hashtbl parallel
[ ] 17 0 0 17 / 32 33.8s Hashtbl parallel
[ ] 18 0 0 18 / 32 36.4s Hashtbl parallel
[ ] 19 0 0 19 / 32 38.7s Hashtbl parallel
[ ] 20 0 0 20 / 32 40.9s Hashtbl parallel
[ ] 21 0 0 21 / 32 43.2s Hashtbl parallel
[ ] 22 0 0 22 / 32 44.9s Hashtbl parallel
[ ] 23 0 0 23 / 32 46.3s Hashtbl parallel
[ ] 24 0 0 24 / 32 48.6s Hashtbl parallel
[ ] 25 0 0 25 / 32 50.6s Hashtbl parallel
[ ] 26 0 0 26 / 32 52.6s Hashtbl parallel
[ ] 27 0 0 27 / 32 54.8s Hashtbl parallel
[ ] 28 0 0 28 / 32 56.6s Hashtbl parallel
[ ] 29 0 0 29 / 32 58.8s Hashtbl parallel
[ ] 30 0 0 30 / 32 60.4s Hashtbl parallel
[ ] 31 0 0 31 / 32 63.0s Hashtbl parallel
[ ] 32 0 0 32 / 32 65.3s Hashtbl parallel
[✓] 32 0 0 32 / 32 65.3s Hashtbl 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:
1.77 M/s
operations over time/1 worker, 50% reads:
0.53 M/s
operations over time/1 worker, 90% reads:
5.28 M/s
operations over time/2 workers, 10% reads:
3.61 M/s
operations over time/2 workers, 50% reads:
1.62 M/s
operations over time/2 workers, 90% reads:
9.03 M/s
operations over time/4 workers, 10% reads:
2.48 M/s
operations over time/4 workers, 50% reads:
1.55 M/s
operations over time/4 workers, 90% reads:
2.53 M/s
operations over time/8 workers, 10% reads:
3.04 M/s
operations over time/8 workers, 50% reads:
0.70 M/s
operations over time/8 workers, 90% reads:
0.90 M/s
time per operation/1 worker, 10% reads:
565.04 ns
time per operation/1 worker, 50% reads:
1896.24 ns
time per operation/1 worker, 90% reads:
189.33 ns
time per operation/2 workers, 10% reads:
554.20 ns
time per operation/2 workers, 50% reads:
1236.67 ns
time per operation/2 workers, 90% reads:
221.40 ns
time per operation/4 workers, 10% reads:
1609.66 ns
time per operation/4 workers, 50% reads:
2582.67 ns
time per operation/4 workers, 90% reads:
1579.72 ns
time per operation/8 workers, 10% reads:
2631.22 ns
time per operation/8 workers, 50% reads:
11356.80 ns
time per operation/8 workers, 90% reads:
8926.28 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
0.68 M/s
messages over time/1 adder, 1 taker:
0.52 M/s
messages over time/1 adder, 2 nb takers:
0.81 M/s
messages over time/1 adder, 2 takers:
0.59 M/s
messages over time/1 nb adder, 1 nb taker:
0.66 M/s
messages over time/1 nb adder, 1 taker:
0.66 M/s
messages over time/1 nb adder, 2 nb takers:
0.74 M/s
messages over time/1 nb adder, 2 takers:
0.62 M/s
messages over time/2 adders, 1 nb taker:
0.68 M/s
messages over time/2 adders, 1 taker:
0.59 M/s
messages over time/2 adders, 2 nb takers:
0.86 M/s
messages over time/2 adders, 2 takers:
0.78 M/s
messages over time/2 nb adders, 1 nb taker:
0.73 M/s
messages over time/2 nb adders, 1 taker:
0.66 M/s
messages over time/2 nb adders, 2 nb takers:
0.88 M/s
messages over time/2 nb adders, 2 takers:
0.51 M/s
time per message/1 adder, 1 nb taker:
2936.78 ns
time per message/1 adder, 1 taker:
3825.49 ns
time per message/1 adder, 2 nb takers:
3724.64 ns
time per message/1 adder, 2 takers:
5049.25 ns
time per message/1 nb adder, 1 nb taker:
3035.20 ns
time per message/1 nb adder, 1 taker:
3009.60 ns
time per message/1 nb adder, 2 nb takers:
4043.19 ns
time per message/1 nb adder, 2 takers:
4803.73 ns
time per message/2 adders, 1 nb taker:
4440.97 ns
time per message/2 adders, 1 taker:
5096.42 ns
time per message/2 adders, 2 nb takers:
4633.49 ns
time per message/2 adders, 2 takers:
5117.33 ns
time per message/2 nb adders, 1 nb taker:
4113.27 ns
time per message/2 nb adders, 1 taker:
4577.17 ns
time per message/2 nb adders, 2 nb takers:
4533.27 ns
time per message/2 nb adders, 2 takers:
7875.03 ns
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 9275640756568232
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.3s Queue parallel
[ ] 2 0 0 2 / 32 5.5s Queue parallel
[ ] 3 0 0 3 / 32 7.3s Queue parallel
[ ] 4 0 0 4 / 32 8.7s Queue parallel
[ ] 5 0 0 5 / 32 10.2s Queue parallel
[ ] 6 0 0 6 / 32 11.6s Queue parallel
[ ] 7 0 0 7 / 32 13.1s Queue parallel
[ ] 8 0 0 8 / 32 14.8s Queue parallel
[ ] 9 0 0 9 / 32 16.5s Queue parallel
[ ] 10 0 0 10 / 32 17.8s Queue parallel
[ ] 11 0 0 11 / 32 19.3s Queue parallel
[ ] 12 0 0 12 / 32 20.6s Queue parallel
[ ] 13 0 0 13 / 32 21.8s Queue parallel
[ ] 14 0 0 14 / 32 23.1s Queue parallel
[ ] 15 0 0 15 / 32 25.0s Queue parallel
[ ] 16 0 0 16 / 32 26.5s Queue parallel
[ ] 17 0 0 17 / 32 28.0s Queue parallel
[ ] 18 0 0 18 / 32 29.7s Queue parallel
[ ] 19 0 0 19 / 32 30.9s Queue parallel
[ ] 20 0 0 20 / 32 33.1s Queue parallel
[ ] 21 0 0 21 / 32 34.6s Queue parallel
[ ] 22 0 0 22 / 32 36.4s Queue parallel
[ ] 23 0 0 23 / 32 37.7s Queue parallel
[ ] 24 0 0 24 / 32 40.5s Queue parallel
[ ] 25 0 0 25 / 32 42.6s Queue parallel
[ ] 26 0 0 26 / 32 45.3s Queue parallel
[ ] 27 0 0 27 / 32 46.8s Queue parallel
[ ] 28 0 0 28 / 32 48.7s Queue parallel
[ ] 29 0 0 29 / 32 51.5s Queue parallel
[ ] 30 0 0 30 / 32 54.3s Queue parallel
[ ] 31 0 0 31 / 32 56.1s Queue parallel
[ ] 32 0 0 32 / 32 58.3s Queue parallel
[✓] 32 0 0 32 / 32 58.3s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2851086071546739297
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.5s Queue parallel
[ ] 2 0 0 2 / 32 3.8s Queue parallel
[ ] 3 0 0 3 / 32 6.8s Queue parallel
[ ] 4 0 0 4 / 32 9.9s Queue parallel
[ ] 5 0 0 5 / 32 10.8s Queue parallel
[ ] 6 0 0 6 / 32 15.0s Queue parallel
[ ] 7 0 0 7 / 32 18.1s Queue parallel
[ ] 8 0 0 8 / 32 20.7s Queue parallel
[ ] 9 0 0 9 / 32 22.5s Queue parallel
[ ] 10 0 0 10 / 32 25.0s Queue parallel
[ ] 11 0 0 11 / 32 26.6s Queue parallel
[ ] 12 0 0 12 / 32 27.1s Queue parallel
[ ] 13 0 0 13 / 32 28.2s Queue parallel
[ ] 14 0 0 14 / 32 29.7s Queue parallel
[ ] 15 0 0 15 / 32 31.6s Queue parallel
[ ] 16 0 0 16 / 32 33.1s Queue parallel
[ ] 17 0 0 17 / 32 33.4s Queue parallel
[ ] 20 0 0 20 / 32 33.5s Queue parallel
[ ] 24 0 0 24 / 32 33.7s Queue parallel
[ ] 25 0 0 25 / 32 34.0s Queue parallel
[ ] 27 0 0 27 / 32 34.7s Queue parallel
[ ] 28 0 0 28 / 32 35.7s Queue parallel
[ ] 29 0 0 29 / 32 36.7s Queue parallel
[ ] 30 0 0 30 / 32 37.4s Queue parallel
[ ] 31 0 0 31 / 32 38.1s Queue parallel
[ ] 32 0 0 32 / 32 38.7s Queue parallel
[✓] 32 0 0 32 / 32 38.7s Queue 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:
4.15 M/s
messages over time/1 nb adder, 1 taker:
2.44 M/s
messages over time/1 nb adder, 2 nb takers:
0.57 M/s
messages over time/1 nb adder, 2 takers:
0.48 M/s
messages over time/1 nb adder, 4 nb takers:
0.41 M/s
messages over time/1 nb adder, 4 takers:
2.04 M/s
messages over time/2 nb adders, 1 nb taker:
3.43 M/s
messages over time/2 nb adders, 1 taker:
5.66 M/s
messages over time/2 nb adders, 2 nb takers:
5.05 M/s
messages over time/2 nb adders, 2 takers:
4.09 M/s
messages over time/2 nb adders, 4 nb takers:
3.74 M/s
messages over time/2 nb adders, 4 takers:
1.23 M/s
messages over time/4 nb adders, 1 nb taker:
3.73 M/s
messages over time/4 nb adders, 1 taker:
2.13 M/s
messages over time/4 nb adders, 2 nb takers:
0.61 M/s
messages over time/4 nb adders, 2 takers:
2.18 M/s
messages over time/4 nb adders, 4 nb takers:
7.30 M/s
messages over time/4 nb adders, 4 takers:
5.18 M/s
messages over time/one domain:
5.70 M/s
time per message/1 nb adder, 1 nb taker:
482.26 ns
time per message/1 nb adder, 1 taker:
821.17 ns
time per message/1 nb adder, 2 nb takers:
5241.18 ns
time per message/1 nb adder, 2 takers:
6186.46 ns
time per message/1 nb adder, 4 nb takers:
12212.31 ns
time per message/1 nb adder, 4 takers:
2447.71 ns
time per message/2 nb adders, 1 nb taker:
873.66 ns
time per message/2 nb adders, 1 taker:
529.64 ns
time per message/2 nb adders, 2 nb takers:
792.23 ns
time per message/2 nb adders, 2 takers:
978.66 ns
time per message/2 nb adders, 4 nb takers:
1603.75 ns
time per message/2 nb adders, 4 takers:
4889.18 ns
time per message/4 nb adders, 1 nb taker:
1338.92 ns
time per message/4 nb adders, 1 taker:
2348.57 ns
time per message/4 nb adders, 2 nb takers:
9859.03 ns
time per message/4 nb adders, 2 takers:
2754.75 ns
time per message/4 nb adders, 4 nb takers:
1095.75 ns
time per message/4 nb adders, 4 takers:
1544.94 ns
time per message/one domain:
175.56 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
5.07 M/s
messages over time/1 nb adder, 1 taker:
8.47 M/s
messages over time/1 nb adder, 2 nb takers:
5.92 M/s
messages over time/1 nb adder, 2 takers:
7.64 M/s
messages over time/1 nb adder, 4 nb takers:
5.69 M/s
messages over time/1 nb adder, 4 takers:
6.80 M/s
messages over time/2 nb adders, 1 nb taker:
7.62 M/s
messages over time/2 nb adders, 1 taker:
7.44 M/s
messages over time/2 nb adders, 2 nb takers:
6.72 M/s
messages over time/2 nb adders, 2 takers:
7.10 M/s
messages over time/2 nb adders, 4 nb takers:
7.30 M/s
messages over time/2 nb adders, 4 takers:
5.80 M/s
messages over time/4 nb adders, 1 nb taker:
6.13 M/s
messages over time/4 nb adders, 1 taker:
8.87 M/s
messages over time/4 nb adders, 2 nb takers:
6.24 M/s
messages over time/4 nb adders, 2 takers:
5.10 M/s
messages over time/4 nb adders, 4 nb takers:
4.37 M/s
messages over time/4 nb adders, 4 takers:
4.93 M/s
messages over time/one domain:
10.53 M/s
time per message/1 nb adder, 1 nb taker:
394.37 ns
time per message/1 nb adder, 1 taker:
236.24 ns
time per message/1 nb adder, 2 nb takers:
506.87 ns
time per message/1 nb adder, 2 takers:
392.90 ns
time per message/1 nb adder, 4 nb takers:
879.01 ns
time per message/1 nb adder, 4 takers:
735.16 ns
time per message/2 nb adders, 1 nb taker:
393.54 ns
time per message/2 nb adders, 1 taker:
403.13 ns
time per message/2 nb adders, 2 nb takers:
595.22 ns
time per message/2 nb adders, 2 takers:
563.15 ns
time per message/2 nb adders, 4 nb takers:
822.33 ns
time per message/2 nb adders, 4 takers:
1035.25 ns
time per message/4 nb adders, 1 nb taker:
815.97 ns
time per message/4 nb adders, 1 taker:
563.42 ns
time per message/4 nb adders, 2 nb takers:
962.04 ns
time per message/4 nb adders, 2 takers:
1176.32 ns
time per message/4 nb adders, 4 nb takers:
1829.09 ns
time per message/4 nb adders, 4 takers:
1624.35 ns
time per message/one domain:
94.98 ns
2024-12-07 13:24.09 ---> saved as "ebe1709ed1b68c0befa521c481dc4ce979df8f4d3a3987d41f824880a79d5da4"
Job succeeded
2024-12-07 13:35.08: Job succeeded