2025-03-25 13:29.35: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/sleeping-barbers-example (b8cb2c44bfa8f239208ff3a90cf04f7c3de8cacb) (linux-x86_64:debian-12-4.14_x86_32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:9e1f16081ade035c496daf491f7c7de59fa880caeb684a574c2ce3d7de9fbeaa
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "sleeping-barbers-example" && cd "kcas" && git reset --hard b8cb2c44
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:9e1f16081ade035c496daf491f7c7de59fa880caeb684a574c2ce3d7de9fbeaa
# debian-12-4.14_x86_32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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:29.35: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14@sha256:9e1f16081ade035c496daf491f7c7de59fa880caeb684a574c2ce3d7de9fbeaa-debian-12-4.14_x86_32_opam-2.3-9aeb9069f25ab0aee3aa0cbedbde779d"
2025-03-25 13:29.35: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:9e1f16081ade035c496daf491f7c7de59fa880caeb684a574c2ce3d7de9fbeaa)
(comment debian-12-4.14_x86_32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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:29.35: Waiting for resource in pool OCluster
2025-03-25 13:52.03: Waiting for worker…
2025-03-25 13:56.01: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at b8cb2c4 Sleeping barbers
(from ocaml/opam:debian-12-ocaml-4.14@sha256:9e1f16081ade035c496daf491f7c7de59fa880caeb684a574c2ce3d7de9fbeaa)
2025-03-25 13:56.02 ---> using "e4edae5402747029efb1e3ff66ec5d624c4c1676ba07dc1a964f2872977453ea" from cache
/: (comment debian-12-4.14_x86_32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-25 13:56.02 ---> using "4adf77f4eef390b47ab967be0630e7571bfe894d27a05ef3590a5551ffa27de1" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-25 13:56.02 ---> using "345128113dce1d21a30571e76de1b537ad3ad6d181a79b17ecc320460b6a2c98" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-25 13:56.02 ---> using "2b09036f5feefc08953d8e40b73b7e85c5048f48622f1083755e27fa8a7ea2db" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-25 13:56.02 ---> using "35b2ec2072e9e2d81869ea6fa1c2365cd02bc94b79c31ee5b3b9e01a23f6e93b" 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
a8ed476033..48e47466f5 master -> origin/master
48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-03-25 13:56.02 ---> using "1cce5b1931cd688b6cc5a07dadcd0a86d968e0c9ad92d0438b8eafda0f9d7640" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-03-25 13:56.02 ---> using "989e28e4ba8616acae7753b91916093a94ad797df43526a10969f9489910342e" 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.02 ---> using "7436bc4d1e76c659b932eef8715deed1003e8f53c973cc76395abc7a64766fca" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 13:56.02 ---> using "b08a17b3c5ac4db5cb3157566f06a43b805f20103de03ccdf463172f2e1ce28d" from cache
/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [243 kB]
- Fetched 346 kB in 1s (516 kB/s)
- Reading package lists...
-
<><> 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2025-03-25 13:56.02 ---> using "20a2a7a30071e003066f5d522913b59c8704434b90e99cb69884ce90ca339559" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
- install alcotest 1.9.0
- install astring 0.8.5
- install backoff 0.1.1
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install cppo 1.8.0
- install csexp 1.5.2
- install domain-local-await 1.0.1
- install domain-local-timeout 1.0.1
- install domain_shims 0.1.0
- install dune 3.17.2
- install fmt 0.10.0
- install logs 0.8.0
- install mdx 2.5.0
- install mtime 2.1.0
- install multicore-bench 0.1.7
- install multicore-magic 2.3.1
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 4.0.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install psq 0.2.1
- install qcheck-core 0.24
- install qcheck-multicoretests-util 0.7
- install qcheck-stm 0.7
- install re 1.12.0
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-table 1.0.0
- install topkg 1.0.8
- install uutf 1.0.4
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved cmdliner.1.3.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 fmt.0.10.0 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved 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 ocamlfind.1.9.8 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.24 (cached)
-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (cached)
-> retrieved dune.3.17.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed multicore-magic.2.3.1
-> installed backoff.0.1.1
-> installed thread-table.1.0.0
-> installed camlp-streams.5.0.1
-> installed ocaml-version.4.0.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed qcheck-core.0.24
-> installed yojson.2.2.2
-> installed alcotest.1.9.0
-> installed qcheck-multicoretests-util.0.7
-> installed multicore-bench.0.1.7
-> installed qcheck-stm.0.7
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-25 13:56.02 ---> using "d9fd4d180a06169c3be33f036e3a2819c54033988d0e1a48f7ea2147f0737109" from cache
/src: (copy (src .) (dst /src))
2025-03-25 13:56.03 ---> saved as "2d0bff2c82d5a5a0d5db78f2025c4feef8ff6b6a9da97002016cdde677c85915"
/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 && ./threads.exe)
Testing `Threads'.
This run has ID `VDTYG375'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.014s. 1 test run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `M80J3I3U'.
[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.172s. 2 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `9YBBPWJX'.
[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 1.341s. 17 tests run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `M4HI199Y'.
[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.012s. 4 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `F10HTMQT'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.007s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `23HWLDCK'.
[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 `4VS5OSVR'.
[OK] basics 0
[OK] capacity 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 2 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `U7FMLTHQ'.
[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_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `B9T4GXI5'.
[OK] basics 0
[OK] capacity 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.009s. 2 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
35.16 M/s
ops over time/get:
173.03 M/s
ops over time/incr:
27.25 M/s
ops over time/push & pop:
19.24 M/s
ops over time/swap:
22.80 M/s
ops over time/xchg int:
34.26 M/s
time per op/cas int:
28.44 ns
time per op/get:
5.78 ns
time per op/incr:
36.69 ns
time per op/push & pop:
51.98 ns
time per op/swap:
43.85 ns
time per op/xchg int:
29.19 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
24.93 ns
time per transaction/1 loc tx:
96.03 ns
time per transaction/2 loc tx:
203.24 ns
time per transaction/4 loc tx:
344.80 ns
time per transaction/8 loc tx:
654.81 ns
transactions over time/0 loc tx:
40.12 M/s
transactions over time/1 loc tx:
10.41 M/s
transactions over time/2 loc tx:
4.92 M/s
transactions over time/4 loc tx:
2.90 M/s
transactions over time/8 loc tx:
1.53 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
25.79 ns
time per transaction/1 loc tx:
63.93 ns
time per transaction/2 loc tx:
128.32 ns
time per transaction/4 loc tx:
210.67 ns
time per transaction/8 loc tx:
374.73 ns
transactions over time/0 loc tx:
38.78 M/s
transactions over time/1 loc tx:
15.64 M/s
transactions over time/2 loc tx:
7.79 M/s
transactions over time/4 loc tx:
4.75 M/s
transactions over time/8 loc tx:
2.67 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
26.46 ns
time per transaction/1 loc tx:
64.59 ns
time per transaction/2 loc tx:
125.89 ns
time per transaction/4 loc tx:
192.26 ns
time per transaction/8 loc tx:
382.67 ns
transactions over time/0 loc tx:
37.79 M/s
transactions over time/1 loc tx:
15.48 M/s
transactions over time/2 loc tx:
7.94 M/s
transactions over time/4 loc tx:
5.20 M/s
transactions over time/8 loc tx:
2.61 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
244.54 ns
transactions over time/1 worker:
4.09 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
15.71 M/s
time per operation/1 worker, 0% reads:
63.66 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/one domain:
0.91 M/s
time per message/one domain:
1103.39 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
1.55 M/s
operations over time/1 worker, 50% reads:
1.92 M/s
operations over time/1 worker, 90% reads:
3.32 M/s
time per operation/1 worker, 10% reads:
643.86 ns
time per operation/1 worker, 50% reads:
521.65 ns
time per operation/1 worker, 90% reads:
301.32 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/one domain:
3.44 M/s
time per message/one domain:
290.82 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/one domain:
6.40 M/s
time per message/one domain:
156.33 ns
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 290983430
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 concurrent [ ] 1 0 0 1 / 32 1.5s Accumulator concurrent [ ] 2 0 0 2 / 32 2.8s Accumulator concurrent [ ] 3 0 0 3 / 32 4.1s Accumulator concurrent [ ] 4 0 0 4 / 32 5.5s Accumulator concurrent [ ] 5 0 0 5 / 32 6.6s Accumulator concurrent [ ] 6 0 0 6 / 32 7.0s Accumulator concurrent [ ] 7 0 0 7 / 32 7.9s Accumulator concurrent [ ] 8 0 0 8 / 32 8.9s Accumulator concurrent [ ] 9 0 0 9 / 32 9.8s Accumulator concurrent [ ] 10 0 0 10 / 32 11.2s Accumulator concurrent [ ] 11 0 0 11 / 32 12.1s Accumulator concurrent [ ] 12 0 0 12 / 32 13.2s Accumulator concurrent [ ] 13 0 0 13 / 32 13.9s Accumulator concurrent [ ] 14 0 0 14 / 32 15.5s Accumulator concurrent [ ] 15 0 0 15 / 32 16.6s Accumulator concurrent [ ] 16 0 0 16 / 32 17.6s Accumulator concurrent [ ] 17 0 0 17 / 32 18.4s Accumulator concurrent [ ] 18 0 0 18 / 32 19.5s Accumulator concurrent [ ] 19 0 0 19 / 32 20.4s Accumulator concurrent [ ] 20 0 0 20 / 32 21.3s Accumulator concurrent [ ] 21 0 0 21 / 32 22.3s Accumulator concurrent [ ] 22 0 0 22 / 32 23.3s Accumulator concurrent [ ] 23 0 0 23 / 32 24.2s Accumulator concurrent [ ] 24 0 0 24 / 32 25.0s Accumulator concurrent [ ] 25 0 0 25 / 32 26.0s Accumulator concurrent [ ] 26 0 0 26 / 32 26.9s Accumulator concurrent [ ] 27 0 0 27 / 32 27.9s Accumulator concurrent [ ] 28 0 0 28 / 32 28.7s Accumulator concurrent [ ] 29 0 0 29 / 32 30.0s Accumulator concurrent [ ] 30 0 0 30 / 32 30.9s Accumulator concurrent [ ] 31 0 0 31 / 32 31.5s Accumulator concurrent [ ] 32 0 0 32 / 32 32.5s Accumulator concurrent [✓] 32 0 0 32 / 32 32.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 781790870
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator concurrent [ ] 1 0 0 1 / 32 1.0s Accumulator concurrent [ ] 2 0 0 2 / 32 2.6s Accumulator concurrent [ ] 3 0 0 3 / 32 3.8s Accumulator concurrent [ ] 4 0 0 4 / 32 4.6s Accumulator concurrent [ ] 5 0 0 5 / 32 5.4s Accumulator concurrent [ ] 6 0 0 6 / 32 5.9s Accumulator concurrent [ ] 7 0 0 7 / 32 6.7s Accumulator concurrent [ ] 8 0 0 8 / 32 7.3s Accumulator concurrent [ ] 9 0 0 9 / 32 7.9s Accumulator concurrent [ ] 10 0 0 10 / 32 8.9s Accumulator concurrent [ ] 11 0 0 11 / 32 9.5s Accumulator concurrent [ ] 12 0 0 12 / 32 9.9s Accumulator concurrent [ ] 13 0 0 13 / 32 10.5s Accumulator concurrent [ ] 14 0 0 14 / 32 12.0s Accumulator concurrent [ ] 15 0 0 15 / 32 12.8s Accumulator concurrent [ ] 16 0 0 16 / 32 13.8s Accumulator concurrent [ ] 17 0 0 17 / 32 14.2s Accumulator concurrent [ ] 18 0 0 18 / 32 15.0s Accumulator concurrent [ ] 19 0 0 19 / 32 15.6s Accumulator concurrent [ ] 20 0 0 20 / 32 16.2s Accumulator concurrent [ ] 21 0 0 21 / 32 17.1s Accumulator concurrent [ ] 22 0 0 22 / 32 17.8s Accumulator concurrent [ ] 23 0 0 23 / 32 18.5s Accumulator concurrent [ ] 24 0 0 24 / 32 19.4s Accumulator concurrent [ ] 25 0 0 25 / 32 20.8s Accumulator concurrent [ ] 26 0 0 26 / 32 21.7s Accumulator concurrent [ ] 27 0 0 27 / 32 22.4s Accumulator concurrent [ ] 28 0 0 28 / 32 23.5s Accumulator concurrent [ ] 29 0 0 29 / 32 24.7s Accumulator concurrent [ ] 30 0 0 30 / 32 25.9s Accumulator concurrent [ ] 31 0 0 31 / 32 26.9s Accumulator concurrent [ ] 32 0 0 32 / 32 28.1s Accumulator concurrent [✓] 32 0 0 32 / 32 28.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 871473744
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 concurrent [ ] 1 0 0 1 / 32 1.5s Stack concurrent [ ] 2 0 0 2 / 32 2.5s Stack concurrent [ ] 3 0 0 3 / 32 3.7s Stack concurrent [ ] 4 0 0 4 / 32 5.0s Stack concurrent [ ] 5 0 0 5 / 32 5.9s Stack concurrent [ ] 6 0 0 6 / 32 6.9s Stack concurrent [ ] 7 0 0 7 / 32 7.8s Stack concurrent [ ] 8 0 0 8 / 32 8.4s Stack concurrent [ ] 9 0 0 9 / 32 9.0s Stack concurrent [ ] 10 0 0 10 / 32 9.9s Stack concurrent [ ] 11 0 0 11 / 32 11.1s Stack concurrent [ ] 12 0 0 12 / 32 12.2s Stack concurrent [ ] 13 0 0 13 / 32 13.7s Stack concurrent [ ] 14 0 0 14 / 32 15.3s Stack concurrent [ ] 15 0 0 15 / 32 16.6s Stack concurrent [ ] 16 0 0 16 / 32 17.4s Stack concurrent [ ] 17 0 0 17 / 32 18.5s Stack concurrent [ ] 18 0 0 18 / 32 19.5s Stack concurrent [ ] 19 0 0 19 / 32 20.4s Stack concurrent [ ] 20 0 0 20 / 32 21.3s Stack concurrent [ ] 21 0 0 21 / 32 22.3s Stack concurrent [ ] 22 0 0 22 / 32 23.5s Stack concurrent [ ] 23 0 0 23 / 32 24.4s Stack concurrent [ ] 24 0 0 24 / 32 25.2s Stack concurrent [ ] 25 0 0 25 / 32 26.1s Stack concurrent [ ] 26 0 0 26 / 32 27.0s Stack concurrent [ ] 27 0 0 27 / 32 27.6s Stack concurrent [ ] 28 0 0 28 / 32 28.2s Stack concurrent [ ] 29 0 0 29 / 32 29.0s Stack concurrent [ ] 30 0 0 30 / 32 29.8s Stack concurrent [ ] 31 0 0 31 / 32 30.6s Stack concurrent [ ] 32 0 0 32 / 32 31.5s Stack concurrent [✓] 32 0 0 32 / 32 31.5s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 767255343
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 concurrent [ ] 1 0 0 1 / 32 0.6s Stack concurrent [ ] 2 0 0 2 / 32 1.2s Stack concurrent [ ] 3 0 0 3 / 32 2.1s Stack concurrent [ ] 4 0 0 4 / 32 2.9s Stack concurrent [ ] 5 0 0 5 / 32 3.5s Stack concurrent [ ] 6 0 0 6 / 32 4.7s Stack concurrent [ ] 7 0 0 7 / 32 5.6s Stack concurrent [ ] 8 0 0 8 / 32 6.5s Stack concurrent [ ] 9 0 0 9 / 32 7.1s Stack concurrent [ ] 10 0 0 10 / 32 8.0s Stack concurrent [ ] 11 0 0 11 / 32 9.0s Stack concurrent [ ] 12 0 0 12 / 32 9.8s Stack concurrent [ ] 13 0 0 13 / 32 11.0s Stack concurrent [ ] 14 0 0 14 / 32 11.5s Stack concurrent [ ] 15 0 0 15 / 32 11.8s Stack concurrent [ ] 16 0 0 16 / 32 12.6s Stack concurrent [ ] 17 0 0 17 / 32 13.6s Stack concurrent [ ] 18 0 0 18 / 32 15.2s Stack concurrent [ ] 19 0 0 19 / 32 16.0s Stack concurrent [ ] 20 0 0 20 / 32 16.8s Stack concurrent [ ] 21 0 0 21 / 32 17.7s Stack concurrent [ ] 22 0 0 22 / 32 18.5s Stack concurrent [ ] 23 0 0 23 / 32 19.6s Stack concurrent [ ] 24 0 0 24 / 32 20.5s Stack concurrent [ ] 25 0 0 25 / 32 21.7s Stack concurrent [ ] 26 0 0 26 / 32 22.7s Stack concurrent [ ] 27 0 0 27 / 32 24.0s Stack concurrent [ ] 28 0 0 28 / 32 25.3s Stack concurrent [ ] 29 0 0 29 / 32 27.0s Stack concurrent [ ] 30 0 0 30 / 32 27.8s Stack concurrent [ ] 31 0 0 31 / 32 28.9s Stack concurrent [ ] 32 0 0 32 / 32 30.3s Stack concurrent [✓] 32 0 0 32 / 32 30.3s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 127811392
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 concurrent [ ] 1 0 0 1 / 32 1.4s Queue concurrent [ ] 2 0 0 2 / 32 2.9s Queue concurrent [ ] 3 0 0 3 / 32 4.6s Queue concurrent [ ] 4 0 0 4 / 32 5.4s Queue concurrent [ ] 5 0 0 5 / 32 6.9s Queue concurrent [ ] 6 0 0 6 / 32 8.0s Queue concurrent [ ] 7 0 0 7 / 32 8.9s Queue concurrent [ ] 8 0 0 8 / 32 10.4s Queue concurrent [ ] 9 0 0 9 / 32 11.2s Queue concurrent [ ] 10 0 0 10 / 32 12.4s Queue concurrent [ ] 11 0 0 11 / 32 13.6s Queue concurrent [ ] 12 0 0 12 / 32 14.6s Queue concurrent [ ] 13 0 0 13 / 32 16.0s Queue concurrent [ ] 14 0 0 14 / 32 17.3s Queue concurrent [ ] 15 0 0 15 / 32 18.3s Queue concurrent [ ] 16 0 0 16 / 32 19.4s Queue concurrent [ ] 17 0 0 17 / 32 20.1s Queue concurrent [ ] 18 0 0 18 / 32 21.4s Queue concurrent [ ] 19 0 0 19 / 32 22.7s Queue concurrent [ ] 20 0 0 20 / 32 23.5s Queue concurrent [ ] 21 0 0 21 / 32 23.9s Queue concurrent [ ] 22 0 0 22 / 32 24.6s Queue concurrent [ ] 23 0 0 23 / 32 25.2s Queue concurrent [ ] 24 0 0 24 / 32 26.3s Queue concurrent [ ] 25 0 0 25 / 32 27.8s Queue concurrent [ ] 26 0 0 26 / 32 28.6s Queue concurrent [ ] 27 0 0 27 / 32 29.2s Queue concurrent [ ] 28 0 0 28 / 32 30.5s Queue concurrent [ ] 29 0 0 29 / 32 31.3s Queue concurrent [ ] 30 0 0 30 / 32 32.1s Queue concurrent [ ] 31 0 0 31 / 32 33.1s Queue concurrent [ ] 32 0 0 32 / 32 34.0s Queue concurrent [✓] 32 0 0 32 / 32 34.0s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 734154934
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 concurrent [ ] 1 0 0 1 / 32 1.1s Queue concurrent [ ] 2 0 0 2 / 32 2.1s Queue concurrent [ ] 3 0 0 3 / 32 3.1s Queue concurrent [ ] 4 0 0 4 / 32 4.4s Queue concurrent [ ] 5 0 0 5 / 32 5.5s Queue concurrent [ ] 6 0 0 6 / 32 6.5s Queue concurrent [ ] 7 0 0 7 / 32 7.5s Queue concurrent [ ] 8 0 0 8 / 32 8.6s Queue concurrent [ ] 9 0 0 9 / 32 9.6s Queue concurrent [ ] 10 0 0 10 / 32 10.4s Queue concurrent [ ] 11 0 0 11 / 32 11.7s Queue concurrent [ ] 12 0 0 12 / 32 12.5s Queue concurrent [ ] 13 0 0 13 / 32 13.7s Queue concurrent [ ] 14 0 0 14 / 32 14.6s Queue concurrent [ ] 15 0 0 15 / 32 15.5s Queue concurrent [ ] 16 0 0 16 / 32 16.4s Queue concurrent [ ] 17 0 0 17 / 32 17.1s Queue concurrent [ ] 18 0 0 18 / 32 17.8s Queue concurrent [ ] 19 0 0 19 / 32 18.8s Queue concurrent [ ] 20 0 0 20 / 32 19.9s Queue concurrent [ ] 21 0 0 21 / 32 20.9s Queue concurrent [ ] 22 0 0 22 / 32 21.9s Queue concurrent [ ] 23 0 0 23 / 32 23.3s Queue concurrent [ ] 24 0 0 24 / 32 24.0s Queue concurrent [ ] 25 0 0 25 / 32 25.1s Queue concurrent [ ] 26 0 0 26 / 32 26.1s Queue concurrent [ ] 27 0 0 27 / 32 27.2s Queue concurrent [ ] 28 0 0 28 / 32 28.6s Queue concurrent [ ] 29 0 0 29 / 32 29.5s Queue concurrent [ ] 30 0 0 30 / 32 30.4s Queue concurrent [ ] 31 0 0 31 / 32 31.7s Queue concurrent [ ] 32 0 0 32 / 32 32.8s Queue concurrent [✓] 32 0 0 32 / 32 32.8s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1055963189
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 concurrent [ ] 1 0 0 1 / 32 1.6s Hashtbl concurrent [ ] 2 0 0 2 / 32 3.0s Hashtbl concurrent [ ] 3 0 0 3 / 32 4.6s Hashtbl concurrent [ ] 4 0 0 4 / 32 6.5s Hashtbl concurrent [ ] 5 0 0 5 / 32 7.3s Hashtbl concurrent [ ] 6 0 0 6 / 32 8.4s Hashtbl concurrent [ ] 7 0 0 7 / 32 9.5s Hashtbl concurrent [ ] 8 0 0 8 / 32 10.5s Hashtbl concurrent [ ] 9 0 0 9 / 32 11.9s Hashtbl concurrent [ ] 10 0 0 10 / 32 12.8s Hashtbl concurrent [ ] 11 0 0 11 / 32 14.1s Hashtbl concurrent [ ] 12 0 0 12 / 32 15.4s Hashtbl concurrent [ ] 13 0 0 13 / 32 16.6s Hashtbl concurrent [ ] 14 0 0 14 / 32 17.5s Hashtbl concurrent [ ] 15 0 0 15 / 32 18.5s Hashtbl concurrent [ ] 16 0 0 16 / 32 19.4s Hashtbl concurrent [ ] 17 0 0 17 / 32 20.6s Hashtbl concurrent [ ] 18 0 0 18 / 32 21.8s Hashtbl concurrent [ ] 19 0 0 19 / 32 22.7s Hashtbl concurrent [ ] 20 0 0 20 / 32 23.8s Hashtbl concurrent [ ] 21 0 0 21 / 32 24.9s Hashtbl concurrent [ ] 22 0 0 22 / 32 25.4s Hashtbl concurrent [ ] 23 0 0 23 / 32 26.5s Hashtbl concurrent [ ] 24 0 0 24 / 32 27.3s Hashtbl concurrent [ ] 25 0 0 25 / 32 27.9s Hashtbl concurrent [ ] 26 0 0 26 / 32 28.8s Hashtbl concurrent [ ] 27 0 0 27 / 32 29.8s Hashtbl concurrent [ ] 28 0 0 28 / 32 30.8s Hashtbl concurrent [ ] 29 0 0 29 / 32 31.5s Hashtbl concurrent [ ] 30 0 0 30 / 32 32.2s Hashtbl concurrent [ ] 31 0 0 31 / 32 33.2s Hashtbl concurrent [ ] 32 0 0 32 / 32 34.6s Hashtbl concurrent [✓] 32 0 0 32 / 32 34.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 315537209
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 1 0 0 1 / 32 0.9s Hashtbl concurrent [ ] 2 0 0 2 / 32 2.8s Hashtbl concurrent [ ] 3 0 0 3 / 32 4.7s Hashtbl concurrent [ ] 4 0 0 4 / 32 5.6s Hashtbl concurrent [ ] 5 0 0 5 / 32 6.4s Hashtbl concurrent [ ] 6 0 0 6 / 32 7.3s Hashtbl concurrent [ ] 7 0 0 7 / 32 8.1s Hashtbl concurrent [ ] 8 0 0 8 / 32 8.8s Hashtbl concurrent [ ] 9 0 0 9 / 32 10.3s Hashtbl concurrent [ ] 10 0 0 10 / 32 11.0s Hashtbl concurrent [ ] 11 0 0 11 / 32 12.0s Hashtbl concurrent [ ] 12 0 0 12 / 32 12.9s Hashtbl concurrent [ ] 13 0 0 13 / 32 14.9s Hashtbl concurrent [ ] 14 0 0 14 / 32 16.1s Hashtbl concurrent [ ] 15 0 0 15 / 32 16.9s Hashtbl concurrent [ ] 16 0 0 16 / 32 17.9s Hashtbl concurrent [ ] 17 0 0 17 / 32 20.1s Hashtbl concurrent [ ] 18 0 0 18 / 32 20.7s Hashtbl concurrent [ ] 19 0 0 19 / 32 21.8s Hashtbl concurrent [ ] 20 0 0 20 / 32 22.6s Hashtbl concurrent [ ] 21 0 0 21 / 32 23.7s Hashtbl concurrent [ ] 22 0 0 22 / 32 24.5s Hashtbl concurrent [ ] 23 0 0 23 / 32 25.5s Hashtbl concurrent [ ] 24 0 0 24 / 32 26.5s Hashtbl concurrent [ ] 25 0 0 25 / 32 27.3s Hashtbl concurrent [ ] 26 0 0 26 / 32 28.1s Hashtbl concurrent [ ] 27 0 0 27 / 32 29.1s Hashtbl concurrent [ ] 28 0 0 28 / 32 30.6s Hashtbl concurrent [ ] 29 0 0 29 / 32 32.7s Hashtbl concurrent [ ] 30 0 0 30 / 32 33.7s Hashtbl concurrent [ ] 31 0 0 31 / 32 34.5s Hashtbl concurrent [ ] 32 0 0 32 / 32 35.5s Hashtbl concurrent [✓] 32 0 0 32 / 32 35.5s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 291993356
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 concurrent [ ] 1 0 0 1 / 32 1.3s Dllist concurrent [ ] 2 0 0 2 / 32 2.1s Dllist concurrent [ ] 3 0 0 3 / 32 3.0s Dllist concurrent [ ] 4 0 0 4 / 32 5.3s Dllist concurrent [ ] 5 0 0 5 / 32 7.3s Dllist concurrent [ ] 6 0 0 6 / 32 8.6s Dllist concurrent [ ] 7 0 0 7 / 32 10.9s Dllist concurrent [ ] 8 0 0 8 / 32 12.1s Dllist concurrent [ ] 9 0 0 9 / 32 13.2s Dllist concurrent [ ] 10 0 0 10 / 32 14.6s Dllist concurrent [ ] 11 0 0 11 / 32 15.9s Dllist concurrent [ ] 12 0 0 12 / 32 16.5s Dllist concurrent [ ] 13 0 0 13 / 32 17.5s Dllist concurrent [ ] 14 0 0 14 / 32 19.0s Dllist concurrent [ ] 15 0 0 15 / 32 20.0s Dllist concurrent [ ] 16 0 0 16 / 32 21.0s Dllist concurrent [ ] 17 0 0 17 / 32 21.9s Dllist concurrent [ ] 18 0 0 18 / 32 23.5s Dllist concurrent [ ] 19 0 0 19 / 32 24.5s Dllist concurrent [ ] 20 0 0 20 / 32 25.3s Dllist concurrent [ ] 21 0 0 21 / 32 26.3s Dllist concurrent [ ] 22 0 0 22 / 32 27.2s Dllist concurrent [ ] 23 0 0 23 / 32 27.9s Dllist concurrent [ ] 24 0 0 24 / 32 29.1s Dllist concurrent [ ] 25 0 0 25 / 32 30.1s Dllist concurrent [ ] 26 0 0 26 / 32 31.1s Dllist concurrent [ ] 27 0 0 27 / 32 31.8s Dllist concurrent [ ] 28 0 0 28 / 32 32.8s Dllist concurrent [ ] 29 0 0 29 / 32 34.0s Dllist concurrent [ ] 30 0 0 30 / 32 35.0s Dllist concurrent [ ] 31 0 0 31 / 32 36.2s Dllist concurrent [ ] 32 0 0 32 / 32 37.4s Dllist concurrent [✓] 32 0 0 32 / 32 37.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 731189214
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential [✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist concurrent [ ] 1 0 0 1 / 32 1.0s Dllist concurrent [ ] 2 0 0 2 / 32 1.8s Dllist concurrent [ ] 3 0 0 3 / 32 2.7s Dllist concurrent [ ] 4 0 0 4 / 32 3.5s Dllist concurrent [ ] 5 0 0 5 / 32 4.5s Dllist concurrent [ ] 6 0 0 6 / 32 5.5s Dllist concurrent [ ] 7 0 0 7 / 32 6.5s Dllist concurrent [ ] 8 0 0 8 / 32 7.7s Dllist concurrent [ ] 9 0 0 9 / 32 8.5s Dllist concurrent [ ] 10 0 0 10 / 32 9.5s Dllist concurrent [ ] 11 0 0 11 / 32 10.7s Dllist concurrent [ ] 12 0 0 12 / 32 11.3s Dllist concurrent [ ] 13 0 0 13 / 32 12.0s Dllist concurrent [ ] 14 0 0 14 / 32 12.7s Dllist concurrent [ ] 15 0 0 15 / 32 13.8s Dllist concurrent [ ] 16 0 0 16 / 32 14.5s Dllist concurrent [ ] 17 0 0 17 / 32 15.8s Dllist concurrent [ ] 18 0 0 18 / 32 16.9s Dllist concurrent [ ] 19 0 0 19 / 32 18.0s Dllist concurrent [ ] 20 0 0 20 / 32 19.8s Dllist concurrent [ ] 21 0 0 21 / 32 20.7s Dllist concurrent [ ] 22 0 0 22 / 32 21.7s Dllist concurrent [ ] 23 0 0 23 / 32 22.8s Dllist concurrent [ ] 24 0 0 24 / 32 23.8s Dllist concurrent [ ] 25 0 0 25 / 32 25.2s Dllist concurrent [ ] 26 0 0 26 / 32 26.2s Dllist concurrent [ ] 27 0 0 27 / 32 26.9s Dllist concurrent [ ] 28 0 0 28 / 32 27.9s Dllist concurrent [ ] 29 0 0 29 / 32 29.3s Dllist concurrent [ ] 30 0 0 30 / 32 30.3s Dllist concurrent [ ] 31 0 0 31 / 32 31.6s Dllist concurrent [ ] 32 0 0 32 / 32 33.0s Dllist concurrent [✓] 32 0 0 32 / 32 33.0s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 793035077
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 concurrent [ ] 1 0 0 1 / 32 0.9s Hashtbl_with_order concurrent [ ] 2 0 0 2 / 32 2.5s Hashtbl_with_order concurrent [ ] 3 0 0 3 / 32 3.7s Hashtbl_with_order concurrent [ ] 4 0 0 4 / 32 4.8s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 32 5.8s Hashtbl_with_order concurrent [ ] 6 0 0 6 / 32 6.8s Hashtbl_with_order concurrent [ ] 7 0 0 7 / 32 8.0s Hashtbl_with_order concurrent [ ] 8 0 0 8 / 32 10.4s Hashtbl_with_order concurrent [ ] 9 0 0 9 / 32 11.5s Hashtbl_with_order concurrent [ ] 10 0 0 10 / 32 12.5s Hashtbl_with_order concurrent [ ] 11 0 0 11 / 32 14.1s Hashtbl_with_order concurrent [ ] 12 0 0 12 / 32 15.1s Hashtbl_with_order concurrent [ ] 13 0 0 13 / 32 16.2s Hashtbl_with_order concurrent [ ] 14 0 0 14 / 32 17.3s Hashtbl_with_order concurrent [ ] 15 0 0 15 / 32 18.6s Hashtbl_with_order concurrent [ ] 16 0 0 16 / 32 19.9s Hashtbl_with_order concurrent [ ] 17 0 0 17 / 32 20.9s Hashtbl_with_order concurrent [ ] 18 0 0 18 / 32 22.1s Hashtbl_with_order concurrent [ ] 19 0 0 19 / 32 23.3s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 32 24.4s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 32 25.1s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 32 27.2s Hashtbl_with_order concurrent [ ] 23 0 0 23 / 32 28.1s Hashtbl_with_order concurrent [ ] 24 0 0 24 / 32 29.0s Hashtbl_with_order concurrent [ ] 25 0 0 25 / 32 29.9s Hashtbl_with_order concurrent [ ] 26 0 0 26 / 32 30.9s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 32 32.0s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 32 32.9s Hashtbl_with_order concurrent [ ] 29 0 0 29 / 32 33.8s Hashtbl_with_order concurrent [ ] 30 0 0 30 / 32 34.9s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 32 36.0s Hashtbl_with_order concurrent [ ] 32 0 0 32 / 32 37.0s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 37.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 916636932
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 concurrent [ ] 1 0 0 1 / 32 1.4s Hashtbl_with_order concurrent [ ] 2 0 0 2 / 32 2.7s Hashtbl_with_order concurrent [ ] 3 0 0 3 / 32 3.3s Hashtbl_with_order concurrent [ ] 4 0 0 4 / 32 4.4s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 32 5.2s Hashtbl_with_order concurrent [ ] 6 0 0 6 / 32 6.3s Hashtbl_with_order concurrent [ ] 7 0 0 7 / 32 7.4s Hashtbl_with_order concurrent [ ] 8 0 0 8 / 32 8.9s Hashtbl_with_order concurrent [ ] 9 0 0 9 / 32 9.6s Hashtbl_with_order concurrent [ ] 10 0 0 10 / 32 11.1s Hashtbl_with_order concurrent [ ] 11 0 0 11 / 32 11.9s Hashtbl_with_order concurrent [ ] 12 0 0 12 / 32 12.6s Hashtbl_with_order concurrent [ ] 13 0 0 13 / 32 13.6s Hashtbl_with_order concurrent [ ] 14 0 0 14 / 32 14.5s Hashtbl_with_order concurrent [ ] 15 0 0 15 / 32 15.6s Hashtbl_with_order concurrent [ ] 16 0 0 16 / 32 17.7s Hashtbl_with_order concurrent [ ] 17 0 0 17 / 32 18.7s Hashtbl_with_order concurrent [ ] 18 0 0 18 / 32 19.7s Hashtbl_with_order concurrent [ ] 19 0 0 19 / 32 20.4s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 32 21.3s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 32 24.0s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 32 25.2s Hashtbl_with_order concurrent [ ] 23 0 0 23 / 32 26.5s Hashtbl_with_order concurrent [ ] 24 0 0 24 / 32 27.6s Hashtbl_with_order concurrent [ ] 25 0 0 25 / 32 29.3s Hashtbl_with_order concurrent [ ] 26 0 0 26 / 32 30.5s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 32 32.1s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 32 33.5s Hashtbl_with_order concurrent [ ] 29 0 0 29 / 32 35.2s Hashtbl_with_order concurrent [ ] 30 0 0 30 / 32 36.7s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 32 38.3s Hashtbl_with_order concurrent [ ] 32 0 0 32 / 32 39.8s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 39.8s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2025-03-25 13:57.25 ---> saved as "3223419f1c25d5040eaca4698c5b48b934e590d7de9cb61e6c7ddc03733fba59"
Job succeeded
2025-03-25 13:57.26: Job succeeded