2025-01-12 21:47.28: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/add-xt-leftist-heap-benchmark (b95f898b0e2d34ad1a7adec251bad4a854739ca4) (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 "add-xt-leftist-heap-benchmark" && cd "kcas" && git reset --hard b95f898b
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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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 './'
ENV DEPS="alcotest.1.8.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.1 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.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.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 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-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
2025-01-12 21:47.28: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-3de5d6e68b48f69a3496af24de1e91a4"
2025-01-12 21:47.28: 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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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 './'"))
(env DEPS "alcotest.1.8.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.1 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.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.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 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-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"))
)
2025-01-12 21:47.28: Waiting for resource in pool OCluster
2025-01-12 21:47.28: Waiting for worker…
2025-01-12 22:05.33: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at b95f898 Add a transaction benchmark using a naïve unscalable leftist heap
(from freebsd-14.1-ocaml-5.3)
2025-01-12 21:53.25 ---> 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-01-12 21:53.26 ---> 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-01-12 21:53.26 ---> 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-01-12 21:53.26 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-01-12 21:53.27 ---> 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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
f93eb7cb02..8e8ee26804 master -> origin/master
8e8ee26804 Merge pull request #27247 from polytypic/release-multicore-magic-2.3.1
<><> 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-01-12 21:53.27 ---> using "c2a9b46f0d470b0c85e85aee5e3506088ec6382e64b37fd8b96bb3c268967fae" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-01-12 21:53.28 ---> using "80da53dacae3bd86fa89d8360e941dc74360de2e576d7e7259f5c2dc61ef1c9d" 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-01-12 21:53.29 ---> using "b049094e7996a471579b9ecbafde305bdce249cff431708b7249bb6705298886" from cache
/src: (env DEPS "alcotest.1.8.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.1 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.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.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 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-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 (no changes)
[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-01-12 21:53.30 ---> using "2add72bf9fa3adf4bc6779a314cd237bebefb8fe911ef167e6ea0d440db178a9" 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.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.1
∗ 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.1
∗ ocaml-syntax-shims 1.0.0
∗ ocaml-version 3.7.3
∗ ocamlbuild 0.15.0
∗ ocamlfind 1.9.6
∗ 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-table 1.0.0
∗ topkg 1.0.7
∗ uutf 1.0.3
∗ 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 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 domain-local-timeout.1.0.1 (cached)
⬇ retrieved domain_shims.0.1.0 (cached)
⬇ retrieved alcotest.1.8.0 (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.1 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocaml-version.3.7.3 (cached)
⬇ retrieved ocamlbuild.0.15.0 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved ocamlfind.1.9.6 (cached)
⬇ retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5 (cached)
⬇ retrieved qcheck-core.0.23 (cached)
⬇ retrieved re.1.12.0 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved result.1.5 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved thread-table.1.0.0 (cached)
⬇ retrieved dune.3.17.1 (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.1
∗ installed domain_shims.0.1.0
∗ installed csexp.1.5.2
∗ installed backoff.0.1.1
∗ installed ocaml-version.3.7.3
∗ installed camlp-streams.5.0.1
∗ installed psq.0.2.1
∗ installed stdlib-shims.0.3.0
∗ installed result.1.5
∗ installed thread-table.1.0.0
∗ installed cppo.1.8.0
∗ installed domain-local-await.1.0.1
∗ installed domain-local-timeout.1.0.1
∗ installed qcheck-core.0.23
∗ installed re.1.12.0
∗ installed yojson.2.2.2
∗ installed qcheck-multicoretests-util.0.5
∗ installed ocaml-syntax-shims.1.0.0
∗ installed multicore-magic.2.3.1
∗ installed qcheck-stm.0.5
∗ installed multicore-bench.0.1.7
∗ installed alcotest.1.8.0
∗ installed mdx.2.5.0
Done.
2025-01-12 21:53.31 ---> using "b6d501156e1989e3401315bcf34b4f65b4c1b0b9f19452d9d19b4bb56ba611d7" from cache
/src: (copy (src .) (dst /src))
2025-01-12 21:53.36 ---> saved as "ce5714eb82aab8dd01bdcabc08b804f6cdad8614b1b2e192cda325bf8fcb3a7d"
/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 `FJCDLAG2'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.043s. 1 test run.
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `S0GNI04G'.
[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.917s. 2 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `0HUTQNGD'.
[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 15.940s. 17 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `L59KIXKP'.
[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 && ./queue_test.exe)
Testing `Queue'.
This run has ID `S6EC4VZH'.
[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 `FF89BKAW'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.021s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `48PB3I4Y'.
[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.023s. 4 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `BA8W48X5'.
[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 && ./stack_test.exe)
Testing `Stack'.
This run has ID `2BG65XPJ'.
[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 && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
1.63 M/s
ops over time/get:
107.30 M/s
ops over time/incr:
7.44 M/s
ops over time/push & pop:
2.27 M/s
ops over time/swap:
5.65 M/s
ops over time/xchg int:
2.35 M/s
time per op/cas int:
612.44 ns
time per op/get:
9.32 ns
time per op/incr:
134.43 ns
time per op/push & pop:
441.48 ns
time per op/swap:
176.87 ns
time per op/xchg int:
425.45 ns
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 926153551707074056
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.0s Dllist parallel
[ ] 2 0 0 2 / 32 7.1s Dllist parallel
[ ] 3 0 0 3 / 32 10.1s Dllist parallel
[ ] 4 0 0 4 / 32 14.6s Dllist parallel
[ ] 5 0 0 5 / 32 19.7s Dllist parallel
[ ] 6 0 0 6 / 32 23.3s Dllist parallel
[ ] 7 0 0 7 / 32 26.6s Dllist parallel
[ ] 8 0 0 8 / 32 28.9s Dllist parallel
[ ] 9 0 0 9 / 32 31.5s Dllist parallel
[ ] 10 0 0 10 / 32 34.6s Dllist parallel
[ ] 11 0 0 11 / 32 37.2s Dllist parallel
[ ] 12 0 0 12 / 32 39.5s Dllist parallel
[ ] 13 0 0 13 / 32 41.8s Dllist parallel
[ ] 14 0 0 14 / 32 43.9s Dllist parallel
[ ] 15 0 0 15 / 32 45.4s Dllist parallel
[ ] 16 0 0 16 / 32 47.3s Dllist parallel
[ ] 17 0 0 17 / 32 49.0s Dllist parallel
[ ] 18 0 0 18 / 32 50.5s Dllist parallel
[ ] 19 0 0 19 / 32 51.8s Dllist parallel
[ ] 20 0 0 20 / 32 53.1s Dllist parallel
[ ] 21 0 0 21 / 32 54.6s Dllist parallel
[ ] 22 0 0 22 / 32 56.2s Dllist parallel
[ ] 23 0 0 23 / 32 57.3s Dllist parallel
[ ] 24 0 0 24 / 32 58.7s Dllist parallel
[ ] 25 0 0 25 / 32 60.0s Dllist parallel
[ ] 26 0 0 26 / 32 61.2s Dllist parallel
[ ] 27 0 0 27 / 32 62.5s Dllist parallel
[ ] 28 0 0 28 / 32 63.5s Dllist parallel
[ ] 29 0 0 29 / 32 64.7s Dllist parallel
[ ] 30 0 0 30 / 32 65.8s Dllist parallel
[ ] 31 0 0 31 / 32 67.0s Dllist parallel
[ ] 32 0 0 32 / 32 67.8s Dllist parallel
[✓] 32 0 0 32 / 32 67.8s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 195624944637101092
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 4.0s Hashtbl parallel
[ ] 2 0 0 2 / 32 6.6s Hashtbl parallel
[ ] 3 0 0 3 / 32 9.4s Hashtbl parallel
[ ] 4 0 0 4 / 32 13.0s Hashtbl parallel
[ ] 5 0 0 5 / 32 16.5s Hashtbl parallel
[ ] 6 0 0 6 / 32 20.7s Hashtbl parallel
[ ] 7 0 0 7 / 32 24.3s Hashtbl parallel
[ ] 8 0 0 8 / 32 27.0s Hashtbl parallel
[ ] 9 0 0 9 / 32 29.5s Hashtbl parallel
[ ] 10 0 0 10 / 32 31.8s Hashtbl parallel
[ ] 11 0 0 11 / 32 34.2s Hashtbl parallel
[ ] 12 0 0 12 / 32 36.6s Hashtbl parallel
[ ] 13 0 0 13 / 32 38.8s Hashtbl parallel
[ ] 14 0 0 14 / 32 41.5s Hashtbl parallel
[ ] 15 0 0 15 / 32 43.4s Hashtbl parallel
[ ] 16 0 0 16 / 32 45.2s Hashtbl parallel
[ ] 17 0 0 17 / 32 47.6s Hashtbl parallel
[ ] 18 0 0 18 / 32 49.0s Hashtbl parallel
[ ] 19 0 0 19 / 32 50.6s Hashtbl parallel
[ ] 20 0 0 20 / 32 52.7s Hashtbl parallel
[ ] 21 0 0 21 / 32 54.0s Hashtbl parallel
[ ] 22 0 0 22 / 32 56.7s Hashtbl parallel
[ ] 23 0 0 23 / 32 58.4s Hashtbl parallel
[ ] 24 0 0 24 / 32 60.4s Hashtbl parallel
[ ] 25 0 0 25 / 32 61.8s Hashtbl parallel
[ ] 26 0 0 26 / 32 62.7s Hashtbl parallel
[ ] 27 0 0 27 / 32 63.6s Hashtbl parallel
[ ] 28 0 0 28 / 32 64.6s Hashtbl parallel
[ ] 29 0 0 29 / 32 65.7s Hashtbl parallel
[ ] 30 0 0 30 / 32 66.6s Hashtbl parallel
[ ] 31 0 0 31 / 32 67.5s Hashtbl parallel
[ ] 32 0 0 32 / 32 68.5s Hashtbl parallel
[✓] 32 0 0 32 / 32 68.5s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2460295191507090402
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.1s Accumulator parallel
[ ] 2 0 0 2 / 32 5.6s Accumulator parallel
[ ] 3 0 0 3 / 32 8.5s Accumulator parallel
[ ] 4 0 0 4 / 32 11.7s Accumulator parallel
[ ] 5 0 0 5 / 32 15.9s Accumulator parallel
[ ] 6 0 0 6 / 32 20.1s Accumulator parallel
[ ] 7 0 0 7 / 32 23.0s Accumulator parallel
[ ] 8 0 0 8 / 32 26.1s Accumulator parallel
[ ] 9 0 0 9 / 32 28.7s Accumulator parallel
[ ] 10 0 0 10 / 32 32.6s Accumulator parallel
[ ] 11 0 0 11 / 32 35.7s Accumulator parallel
[ ] 12 0 0 12 / 32 38.2s Accumulator parallel
[ ] 13 0 0 13 / 32 40.2s Accumulator parallel
[ ] 14 0 0 14 / 32 42.5s Accumulator parallel
[ ] 15 0 0 15 / 32 43.9s Accumulator parallel
[ ] 16 0 0 16 / 32 46.1s Accumulator parallel
[ ] 17 0 0 17 / 32 47.4s Accumulator parallel
[ ] 18 0 0 18 / 32 48.5s Accumulator parallel
[ ] 19 0 0 19 / 32 50.5s Accumulator parallel
[ ] 20 0 0 20 / 32 51.7s Accumulator parallel
[ ] 21 0 0 21 / 32 53.4s Accumulator parallel
[ ] 22 0 0 22 / 32 54.7s Accumulator parallel
[ ] 23 0 0 23 / 32 55.8s Accumulator parallel
[ ] 24 0 0 24 / 32 56.8s Accumulator parallel
[ ] 25 0 0 25 / 32 57.8s Accumulator parallel
[ ] 26 0 0 26 / 32 59.6s Accumulator parallel
[ ] 27 0 0 27 / 32 60.9s Accumulator parallel
[ ] 28 0 0 28 / 32 61.8s Accumulator parallel
[ ] 29 0 0 29 / 32 63.6s Accumulator parallel
[ ] 30 0 0 30 / 32 65.3s Accumulator parallel
[ ] 31 0 0 31 / 32 67.0s Accumulator parallel
[ ] 32 0 0 32 / 32 68.3s Accumulator parallel
[✓] 32 0 0 32 / 32 68.3s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 325231888901514150
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 5.0s Stack parallel
[ ] 3 0 0 3 / 32 7.3s Stack parallel
[ ] 4 0 0 4 / 32 9.0s Stack parallel
[ ] 5 0 0 5 / 32 10.5s Stack parallel
[ ] 6 0 0 6 / 32 12.7s Stack parallel
[ ] 7 0 0 7 / 32 14.7s Stack parallel
[ ] 8 0 0 8 / 32 16.4s Stack parallel
[ ] 9 0 0 9 / 32 17.5s Stack parallel
[ ] 10 0 0 10 / 32 18.8s Stack parallel
[ ] 11 0 0 11 / 32 20.3s Stack parallel
[ ] 12 0 0 12 / 32 21.3s Stack parallel
[ ] 13 0 0 13 / 32 23.0s Stack parallel
[ ] 14 0 0 14 / 32 24.3s Stack parallel
[ ] 15 0 0 15 / 32 25.3s Stack parallel
[ ] 16 0 0 16 / 32 26.4s Stack parallel
[ ] 17 0 0 17 / 32 27.5s Stack parallel
[ ] 18 0 0 18 / 32 28.9s Stack parallel
[ ] 19 0 0 19 / 32 29.9s Stack parallel
[ ] 20 0 0 20 / 32 31.7s Stack parallel
[ ] 21 0 0 21 / 32 33.1s Stack parallel
[ ] 22 0 0 22 / 32 34.7s Stack parallel
[ ] 23 0 0 23 / 32 36.4s Stack parallel
[ ] 24 0 0 24 / 32 37.8s Stack parallel
[ ] 25 0 0 25 / 32 39.0s Stack parallel
[ ] 26 0 0 26 / 32 40.5s Stack parallel
[ ] 27 0 0 27 / 32 41.6s Stack parallel
[ ] 28 0 0 28 / 32 42.7s Stack parallel
[ ] 29 0 0 29 / 32 43.8s Stack parallel
[ ] 30 0 0 30 / 32 44.7s Stack parallel
[ ] 31 0 0 31 / 32 45.8s Stack parallel
[ ] 32 0 0 32 / 32 46.7s Stack parallel
[✓] 32 0 0 32 / 32 46.7s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3343155379218529199
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.3s Stack parallel
[ ] 2 0 0 2 / 32 2.4s Stack parallel
[ ] 3 0 0 3 / 32 3.6s Stack parallel
[ ] 4 0 0 4 / 32 4.8s Stack parallel
[ ] 5 0 0 5 / 32 6.0s Stack parallel
[ ] 6 0 0 6 / 32 7.1s Stack parallel
[ ] 7 0 0 7 / 32 8.3s Stack parallel
[ ] 8 0 0 8 / 32 9.2s Stack parallel
[ ] 9 0 0 9 / 32 10.3s Stack parallel
[ ] 10 0 0 10 / 32 11.9s Stack parallel
[ ] 11 0 0 11 / 32 13.2s Stack parallel
[ ] 12 0 0 12 / 32 15.2s Stack parallel
[ ] 13 0 0 13 / 32 17.0s Stack parallel
[ ] 14 0 0 14 / 32 19.3s Stack parallel
[ ] 15 0 0 15 / 32 21.4s Stack parallel
[ ] 16 0 0 16 / 32 22.8s Stack parallel
[ ] 17 0 0 17 / 32 24.0s Stack parallel
[ ] 18 0 0 18 / 32 25.7s Stack parallel
[ ] 19 0 0 19 / 32 27.2s Stack parallel
[ ] 20 0 0 20 / 32 28.7s Stack parallel
[ ] 21 0 0 21 / 32 30.4s Stack parallel
[ ] 22 0 0 22 / 32 32.1s Stack parallel
[ ] 23 0 0 23 / 32 33.4s Stack parallel
[ ] 24 0 0 24 / 32 35.0s Stack parallel
[ ] 25 0 0 25 / 32 36.2s Stack parallel
[ ] 26 0 0 26 / 32 37.7s Stack parallel
[ ] 27 0 0 27 / 32 39.2s Stack parallel
[ ] 28 0 0 28 / 32 41.1s Stack parallel
[ ] 29 0 0 29 / 32 42.9s Stack parallel
[ ] 30 0 0 30 / 32 44.9s Stack parallel
[ ] 31 0 0 31 / 32 47.6s Stack parallel
[ ] 32 0 0 32 / 32 49.7s Stack parallel
[✓] 32 0 0 32 / 32 49.7s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3643321960406975966
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.1s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 6.1s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 9.1s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 12.2s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 15.5s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 17.8s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 20.5s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 22.6s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 25.1s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 27.6s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 29.3s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 31.1s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 32.7s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 35.0s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 36.5s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 38.1s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 39.6s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 41.2s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 42.5s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 43.6s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 44.9s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 46.1s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 47.6s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 48.8s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 49.5s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 50.4s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 51.5s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 52.1s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 53.2s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 54.2s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 55.1s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 56.3s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 56.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3409058500793273083
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 32 0.9s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 2.0s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 3.1s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 4.4s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 5.6s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 6.8s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 8.0s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 9.0s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 10.5s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 12.4s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 14.0s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 15.5s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 16.9s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 18.8s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 21.8s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 24.7s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 27.1s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 29.8s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 31.5s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 33.8s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 37.1s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 39.6s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 42.4s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 44.2s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 46.4s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 48.4s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 50.7s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 52.5s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 54.7s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 57.2s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 59.5s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 61.7s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 61.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 201489962517885555
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 2.0s Queue parallel
[ ] 2 0 0 2 / 32 4.6s Queue parallel
[ ] 3 0 0 3 / 32 7.2s Queue parallel
[ ] 4 0 0 4 / 32 9.5s Queue parallel
[ ] 5 0 0 5 / 32 11.6s Queue parallel
[ ] 6 0 0 6 / 32 13.4s Queue parallel
[ ] 7 0 0 7 / 32 14.6s Queue parallel
[ ] 8 0 0 8 / 32 16.5s Queue parallel
[ ] 9 0 0 9 / 32 18.1s Queue parallel
[ ] 10 0 0 10 / 32 19.8s Queue parallel
[ ] 11 0 0 11 / 32 21.3s Queue parallel
[ ] 12 0 0 12 / 32 22.6s Queue parallel
[ ] 13 0 0 13 / 32 23.9s Queue parallel
[ ] 14 0 0 14 / 32 25.3s Queue parallel
[ ] 15 0 0 15 / 32 27.7s Queue parallel
[ ] 16 0 0 16 / 32 29.6s Queue parallel
[ ] 17 0 0 17 / 32 31.1s Queue parallel
[ ] 18 0 0 18 / 32 32.8s Queue parallel
[ ] 19 0 0 19 / 32 34.2s Queue parallel
[ ] 20 0 0 20 / 32 35.7s Queue parallel
[ ] 21 0 0 21 / 32 37.2s Queue parallel
[ ] 22 0 0 22 / 32 38.9s Queue parallel
[ ] 23 0 0 23 / 32 40.2s Queue parallel
[ ] 24 0 0 24 / 32 41.5s Queue parallel
[ ] 25 0 0 25 / 32 42.5s Queue parallel
[ ] 26 0 0 26 / 32 43.8s Queue parallel
[ ] 27 0 0 27 / 32 44.9s Queue parallel
[ ] 28 0 0 28 / 32 45.8s Queue parallel
[ ] 29 0 0 29 / 32 46.8s Queue parallel
[ ] 30 0 0 30 / 32 48.0s Queue parallel
[ ] 31 0 0 31 / 32 49.3s Queue parallel
[ ] 32 0 0 32 / 32 50.5s Queue parallel
[✓] 32 0 0 32 / 32 50.5s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3907042891448611539
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.1s Queue parallel
[ ] 2 0 0 2 / 32 2.4s Queue parallel
[ ] 3 0 0 3 / 32 3.4s Queue parallel
[ ] 4 0 0 4 / 32 4.6s Queue parallel
[ ] 5 0 0 5 / 32 5.9s Queue parallel
[ ] 6 0 0 6 / 32 7.1s Queue parallel
[ ] 7 0 0 7 / 32 8.7s Queue parallel
[ ] 8 0 0 8 / 32 10.0s Queue parallel
[ ] 9 0 0 9 / 32 12.3s Queue parallel
[ ] 10 0 0 10 / 32 14.5s Queue parallel
[ ] 11 0 0 11 / 32 15.9s Queue parallel
[ ] 12 0 0 12 / 32 18.1s 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 24.5s Queue parallel
[ ] 17 0 0 17 / 32 26.1s Queue parallel
[ ] 18 0 0 18 / 32 27.4s Queue parallel
[ ] 19 0 0 19 / 32 28.8s Queue parallel
[ ] 20 0 0 20 / 32 30.3s Queue parallel
[ ] 21 0 0 21 / 32 31.9s Queue parallel
[ ] 22 0 0 22 / 32 33.4s Queue parallel
[ ] 23 0 0 23 / 32 34.7s Queue parallel
[ ] 24 0 0 24 / 32 36.1s Queue parallel
[ ] 25 0 0 25 / 32 37.7s Queue parallel
[ ] 26 0 0 26 / 32 39.4s Queue parallel
[ ] 27 0 0 27 / 32 41.2s Queue parallel
[ ] 28 0 0 28 / 32 43.1s Queue parallel
[ ] 29 0 0 29 / 32 45.1s Queue parallel
[ ] 30 0 0 30 / 32 47.0s Queue parallel
[ ] 31 0 0 31 / 32 48.7s 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 Xt')
Kcas Xt:
time per transaction/0 loc tx:
18.18 ns
time per transaction/1 loc tx:
71.38 ns
time per transaction/2 loc tx:
166.65 ns
time per transaction/4 loc tx:
1250.98 ns
time per transaction/8 loc tx:
646.52 ns
transactions over time/0 loc tx:
54.99 M/s
transactions over time/1 loc tx:
14.01 M/s
transactions over time/2 loc tx:
6.00 M/s
transactions over time/4 loc tx:
0.80 M/s
transactions over time/8 loc tx:
1.55 M/s
Kcas Xt Leftist_heap (unscalable):
operations over time/1 worker, 1000 preload:
0.02 M/s
operations over time/1 worker, 100 preload:
0.69 M/s
operations over time/1 worker, 10 preload:
0.05 M/s
operations over time/2 workers, 1000 preload:
0.01 M/s
operations over time/2 workers, 100 preload:
0.06 M/s
operations over time/2 workers, 10 preload:
0.10 M/s
operations over time/4 workers, 1000 preload:
0.01 M/s
operations over time/4 workers, 100 preload:
0.02 M/s
operations over time/4 workers, 10 preload:
0.03 M/s
time per operation/1 worker, 1000 preload:
47757.14 ns
time per operation/1 worker, 100 preload:
1445.74 ns
time per operation/1 worker, 10 preload:
18207.59 ns
time per operation/2 workers, 1000 preload:
141826.11 ns
time per operation/2 workers, 100 preload:
36120.10 ns
time per operation/2 workers, 10 preload:
19235.36 ns
time per operation/4 workers, 1000 preload:
440369.48 ns
time per operation/4 workers, 100 preload:
214871.73 ns
time per operation/4 workers, 10 preload:
133031.52 ns
Kcas Xt read-only:
time per transaction/0 loc tx:
17.82 ns
time per transaction/1 loc tx:
43.91 ns
time per transaction/2 loc tx:
261.37 ns
time per transaction/4 loc tx:
453.49 ns
time per transaction/8 loc tx:
275.05 ns
transactions over time/0 loc tx:
56.12 M/s
transactions over time/1 loc tx:
22.77 M/s
transactions over time/2 loc tx:
3.83 M/s
transactions over time/4 loc tx:
2.21 M/s
transactions over time/8 loc tx:
3.64 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
18.87 ns
time per transaction/1 loc tx:
47.17 ns
time per transaction/2 loc tx:
82.40 ns
time per transaction/4 loc tx:
1085.53 ns
time per transaction/8 loc tx:
273.59 ns
transactions over time/0 loc tx:
53.00 M/s
transactions over time/1 loc tx:
21.20 M/s
transactions over time/2 loc tx:
12.14 M/s
transactions over time/4 loc tx:
0.92 M/s
transactions over time/8 loc tx:
3.66 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt Leftist_heap (unscalable)')
Kcas Xt Leftist_heap (unscalable):
operations over time/1 worker, 1000 preload:
0.02 M/s
operations over time/1 worker, 100 preload:
0.60 M/s
operations over time/1 worker, 10 preload:
0.22 M/s
operations over time/2 workers, 1000 preload:
0.01 M/s
operations over time/2 workers, 100 preload:
0.53 M/s
operations over time/2 workers, 10 preload:
0.72 M/s
operations over time/4 workers, 1000 preload:
0.01 M/s
operations over time/4 workers, 100 preload:
0.03 M/s
operations over time/4 workers, 10 preload:
0.05 M/s
time per operation/1 worker, 1000 preload:
62159.04 ns
time per operation/1 worker, 100 preload:
1654.17 ns
time per operation/1 worker, 10 preload:
4553.19 ns
time per operation/2 workers, 1000 preload:
181786.07 ns
time per operation/2 workers, 100 preload:
3781.90 ns
time per operation/2 workers, 10 preload:
2795.06 ns
time per operation/4 workers, 1000 preload:
452215.82 ns
time per operation/4 workers, 100 preload:
156044.06 ns
time per operation/4 workers, 10 preload:
82562.09 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
166.06 ns
time per transaction/2 workers:
179.47 ns
time per transaction/4 workers:
170.31 ns
transactions over time/1 worker:
6.02 M/s
transactions over time/2 workers:
11.14 M/s
transactions over time/4 workers:
23.49 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
21.09 M/s
operations over time/2 workers, 0% reads:
42.14 M/s
operations over time/4 workers, 0% reads:
76.99 M/s
operations over time/8 workers, 0% reads:
2.40 M/s
time per operation/1 worker, 0% reads:
47.41 ns
time per operation/2 workers, 0% reads:
47.46 ns
time per operation/4 workers, 0% reads:
51.95 ns
time per operation/8 workers, 0% reads:
3332.45 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.08 M/s
messages over time/1 nb adder, 2 nb takers:
0.04 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.04 M/s
messages over time/one domain:
1.37 M/s
time per message/1 nb adder, 1 nb taker:
24796.64 ns
time per message/1 nb adder, 2 nb takers:
81033.54 ns
time per message/2 nb adders, 1 nb taker:
72458.65 ns
time per message/2 nb adders, 2 nb takers:
99845.48 ns
time per message/one domain:
728.42 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
3.19 M/s
operations over time/1 worker, 50% reads:
4.31 M/s
operations over time/1 worker, 90% reads:
9.38 M/s
operations over time/2 workers, 10% reads:
5.56 M/s
operations over time/2 workers, 50% reads:
7.28 M/s
operations over time/2 workers, 90% reads:
14.80 M/s
operations over time/4 workers, 10% reads:
9.80 M/s
operations over time/4 workers, 50% reads:
13.70 M/s
operations over time/4 workers, 90% reads:
0.59 M/s
operations over time/8 workers, 10% reads:
0.26 M/s
operations over time/8 workers, 50% reads:
0.87 M/s
operations over time/8 workers, 90% reads:
3.54 M/s
time per operation/1 worker, 10% reads:
313.00 ns
time per operation/1 worker, 50% reads:
232.22 ns
time per operation/1 worker, 90% reads:
106.58 ns
time per operation/2 workers, 10% reads:
359.49 ns
time per operation/2 workers, 50% reads:
274.63 ns
time per operation/2 workers, 90% reads:
135.17 ns
time per operation/4 workers, 10% reads:
408.23 ns
time per operation/4 workers, 50% reads:
292.06 ns
time per operation/4 workers, 90% reads:
6771.17 ns
time per operation/8 workers, 10% reads:
31222.52 ns
time per operation/8 workers, 50% reads:
9218.82 ns
time per operation/8 workers, 90% reads:
2260.80 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
0.72 M/s
messages over time/1 adder, 1 taker:
0.64 M/s
messages over time/1 adder, 2 nb takers:
0.86 M/s
messages over time/1 adder, 2 takers:
0.71 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.64 M/s
messages over time/2 adders, 1 nb taker:
0.61 M/s
messages over time/2 adders, 1 taker:
0.65 M/s
messages over time/2 adders, 2 nb takers:
0.83 M/s
messages over time/2 adders, 2 takers:
0.79 M/s
messages over time/2 nb adders, 1 nb taker:
0.77 M/s
messages over time/2 nb adders, 1 taker:
0.76 M/s
messages over time/2 nb adders, 2 nb takers:
0.85 M/s
messages over time/2 nb adders, 2 takers:
0.49 M/s
time per message/1 adder, 1 nb taker:
2789.64 ns
time per message/1 adder, 1 taker:
3128.92 ns
time per message/1 adder, 2 nb takers:
3482.93 ns
time per message/1 adder, 2 takers:
4231.71 ns
time per message/1 nb adder, 1 nb taker:
2956.24 ns
time per message/1 nb adder, 1 taker:
2822.26 ns
time per message/1 nb adder, 2 nb takers:
3812.85 ns
time per message/1 nb adder, 2 takers:
4673.40 ns
time per message/2 adders, 1 nb taker:
4950.83 ns
time per message/2 adders, 1 taker:
4616.65 ns
time per message/2 adders, 2 nb takers:
4826.54 ns
time per message/2 adders, 2 takers:
5087.30 ns
time per message/2 nb adders, 1 nb taker:
3917.86 ns
time per message/2 nb adders, 1 taker:
3934.70 ns
time per message/2 nb adders, 2 nb takers:
4721.07 ns
time per message/2 nb adders, 2 takers:
8233.88 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
5.94 M/s
messages over time/1 nb adder, 1 taker:
6.58 M/s
messages over time/1 nb adder, 2 nb takers:
1.61 M/s
messages over time/1 nb adder, 2 takers:
3.08 M/s
messages over time/1 nb adder, 4 nb takers:
2.29 M/s
messages over time/1 nb adder, 4 takers:
1.10 M/s
messages over time/2 nb adders, 1 nb taker:
3.78 M/s
messages over time/2 nb adders, 1 taker:
0.50 M/s
messages over time/2 nb adders, 2 nb takers:
0.22 M/s
messages over time/2 nb adders, 2 takers:
0.17 M/s
messages over time/2 nb adders, 4 nb takers:
0.26 M/s
messages over time/2 nb adders, 4 takers:
0.31 M/s
messages over time/4 nb adders, 1 nb taker:
0.39 M/s
messages over time/4 nb adders, 1 taker:
0.69 M/s
messages over time/4 nb adders, 2 nb takers:
0.24 M/s
messages over time/4 nb adders, 2 takers:
0.26 M/s
messages over time/4 nb adders, 4 nb takers:
0.13 M/s
messages over time/4 nb adders, 4 takers:
0.21 M/s
messages over time/one domain:
8.48 M/s
time per message/1 nb adder, 1 nb taker:
336.49 ns
time per message/1 nb adder, 1 taker:
303.76 ns
time per message/1 nb adder, 2 nb takers:
1863.77 ns
time per message/1 nb adder, 2 takers:
973.84 ns
time per message/1 nb adder, 4 nb takers:
2187.35 ns
time per message/1 nb adder, 4 takers:
4543.91 ns
time per message/2 nb adders, 1 nb taker:
793.70 ns
time per message/2 nb adders, 1 taker:
5974.74 ns
time per message/2 nb adders, 2 nb takers:
17927.43 ns
time per message/2 nb adders, 2 takers:
23275.79 ns
time per message/2 nb adders, 4 nb takers:
22836.55 ns
time per message/2 nb adders, 4 takers:
19637.08 ns
time per message/4 nb adders, 1 nb taker:
12819.01 ns
time per message/4 nb adders, 1 taker:
7297.26 ns
time per message/4 nb adders, 2 nb takers:
24776.83 ns
time per message/4 nb adders, 2 takers:
22793.15 ns
time per message/4 nb adders, 4 nb takers:
61909.28 ns
time per message/4 nb adders, 4 takers:
38132.73 ns
time per message/one domain:
117.98 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
6.53 M/s
messages over time/1 nb adder, 1 taker:
0.54 M/s
messages over time/1 nb adder, 2 nb takers:
0.70 M/s
messages over time/1 nb adder, 2 takers:
0.53 M/s
messages over time/1 nb adder, 4 nb takers:
0.23 M/s
messages over time/1 nb adder, 4 takers:
0.23 M/s
messages over time/2 nb adders, 1 nb taker:
1.20 M/s
messages over time/2 nb adders, 1 taker:
6.89 M/s
messages over time/2 nb adders, 2 nb takers:
6.29 M/s
messages over time/2 nb adders, 2 takers:
5.49 M/s
messages over time/2 nb adders, 4 nb takers:
0.59 M/s
messages over time/2 nb adders, 4 takers:
3.58 M/s
messages over time/4 nb adders, 1 nb taker:
3.92 M/s
messages over time/4 nb adders, 1 taker:
1.21 M/s
messages over time/4 nb adders, 2 nb takers:
1.87 M/s
messages over time/4 nb adders, 2 takers:
0.38 M/s
messages over time/4 nb adders, 4 nb takers:
0.22 M/s
messages over time/4 nb adders, 4 takers:
0.74 M/s
messages over time/one domain:
10.42 M/s
time per message/1 nb adder, 1 nb taker:
306.09 ns
time per message/1 nb adder, 1 taker:
3715.22 ns
time per message/1 nb adder, 2 nb takers:
4309.19 ns
time per message/1 nb adder, 2 takers:
5635.35 ns
time per message/1 nb adder, 4 nb takers:
21734.07 ns
time per message/1 nb adder, 4 takers:
21794.85 ns
time per message/2 nb adders, 1 nb taker:
2501.76 ns
time per message/2 nb adders, 1 taker:
435.55 ns
time per message/2 nb adders, 2 nb takers:
636.06 ns
time per message/2 nb adders, 2 takers:
728.19 ns
time per message/2 nb adders, 4 nb takers:
10192.61 ns
time per message/2 nb adders, 4 takers:
1676.47 ns
time per message/4 nb adders, 1 nb taker:
1274.55 ns
time per message/4 nb adders, 1 taker:
4145.06 ns
time per message/4 nb adders, 2 nb takers:
3210.20 ns
time per message/4 nb adders, 2 takers:
15826.75 ns
time per message/4 nb adders, 4 nb takers:
36601.61 ns
time per message/4 nb adders, 4 takers:
10764.92 ns
time per message/one domain:
95.98 ns
2025-01-12 22:01.46 ---> saved as "702679a37ee242149e21e7157fb7e0800b0a37d3bde3e1f84908a306088da56a"
Job succeeded
2025-01-12 22:13.58: Job succeeded