2025-07-31 07:26.52: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (238fe15c2f901e2a2bf2e8804e4c36b7e34ec498) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.4)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard 238fe15c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam /Users/opam/src/./
RUN opam pin add -yn kcas_data.dev '/Users/opam/src/./' && \
opam pin add -yn kcas.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="alcotest.1.9.0 arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 mdx.2.5.0 mingw-w64-shims.0.2.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-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-07-31 07:26.52: Using cache hint "ocaml-multicore/kcas-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.4-2e3b2f1aff657951553240a5fbd259e1"
2025-07-31 07:26.52: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
(comment windows-server-2022-amd64-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src kcas_data.opam kcas.opam) (dst /Users/opam/src/./))
(run (network host)
(shell "opam pin add -yn kcas_data.dev '/Users/opam/src/./' && \
\nopam pin add -yn kcas.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.0 arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 mdx.2.5.0 mingw-w64-shims.0.2.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-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/src))
(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-07-31 07:26.52: Waiting for resource in pool OCluster
2025-07-31 12:48.40: Waiting for worker…
2025-07-31 17:09.53: Got resource from pool OCluster
Building on thyme
All commits already cached
HEAD is now at 238fe15 Tweak
(from windows-server-2022-amd64-ocaml-5.3)
2025-07-31 17:09.53 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache
/: (comment windows-server-2022-amd64-5.3_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 17:09.53 ---> using "1e2d14b3062f84a7d6f6f169887d274097a3ceefc9654f3a38ec7d8793bb5864" from cache
/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>
opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.
How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation
[1/2/3/4/5] 1
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.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
2025-07-31 17:09.53 ---> using "6dbdca3e6c2df003f6cebaa139aa227252a76195aef4f258913cc7da8ee795b2" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.6.4-1.x86_64
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 17:09.53 ---> using "dd7e0e07f915e027f7b9342b70fd32de99a0178469368b94a3f981825bdf3d42" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && git log --no-decorate -n1 --oneline && opam update -u"))
f1d3c77350 Merge pull request #28270 from jmid/opam-publish-qcheck-multicoretests-util.0.9
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 17:09.53 ---> using "1d1f435374a4e7d3ce481ed9b5d4df756a415bf1cf349d2a3bccd81ad5b5aba9" from cache
/: (copy (src kcas_data.opam kcas.opam) (dst /Users/opam/src/./))
2025-07-31 17:10.18 ---> saved as "1dbadd7fe9f55bb006555682a938e4836ebc11ffc87f312fcde7b5bdca621ea4"
/: (run (network host)
(shell "opam pin add -yn kcas_data.dev '/Users/opam/src/./' && \
\nopam pin add -yn kcas.dev '/Users/opam/src/./'"))
[kcas_data.dev] synchronised (file://C:/Users/opam/src/.)
kcas_data is now pinned to file://C:/Users/opam/src/. (version dev)
[kcas.dev] synchronised (file://C:/Users/opam/src/.)
kcas is now pinned to file://C:/Users/opam/src/. (version dev)
2025-07-31 17:11.13 ---> saved as "fd207ca8297c549c99d00efebbe12b4fcc723736be584485463fa4a30df05841"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-07-31 17:11.39 ---> saved as "992d310a90b38e73fe342598e469646b2b88ed267607a2fabf20240e4a885f2a"
/: (env DEPS "alcotest.1.9.0 arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 mdx.2.5.0 mingw-w64-shims.0.2.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-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
/: (env CI true)
/: (env OCAMLCI true)
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file://C:/Users/opam/src/.)
[kcas_data.dev] synchronised (file://C:/Users/opam/src/.)
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-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-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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2025-07-31 17:14.03 ---> saved as "93c4da166a1699b4e6644008aac1663a98079acab8f966eff5d5639927720bf3"
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-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-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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== install 38 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_shims 0.1.0
- install dune 3.19.1
- install fmt 0.11.0
- install logs 0.9.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.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install picos 0.6.0
- install picos_aux 0.6.0
- install picos_io 0.6.0
- install picos_mux 0.6.0
- install picos_std 0.6.0
- install psq 0.2.1
- install qcheck-core 0.26
- install qcheck-multicoretests-util 0.9
- install qcheck-stm 0.9
- install re 1.13.2
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-local-storage 0.2
- install thread-table 1.0.0
- install topkg 1.1.0
- install uutf 1.0.4
- install yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved backoff.0.1.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved logs.0.9.0 (https://erratique.ch/software/logs/releases/logs-0.9.0.tbz)
-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> 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.1 (https://github.com/ocurrent/ocaml-version/releases/download/v4.0.1/ocaml-version-4.0.1.tbz)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved picos.0.6.0, picos_aux.0.6.0, picos_io.0.6.0, picos_mux.0.6.0, picos_std.0.6.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.26 (https://github.com/c-cube/qcheck/archive/v0.26.tar.gz)
-> retrieved qcheck-multicoretests-util.0.9, qcheck-stm.0.9 (https://github.com/ocaml-multicore/multicoretests/archive/refs/tags/0.9.tar.gz)
-> retrieved dune.3.19.1 (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved re.1.13.2 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.13.2.tar.gz)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)
-> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed logs.0.9.0
-> installed dune.3.19.1
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed domain_shims.0.1.0
-> installed multicore-magic.2.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed ocaml-version.4.0.1
-> installed psq.0.2.1
-> installed qcheck-core.0.26
-> installed result.1.5
-> installed picos_aux.0.6.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed re.1.13.2
-> installed domain-local-await.1.0.1
-> installed qcheck-multicoretests-util.0.9
-> installed thread-local-storage.0.2
-> installed yojson.3.0.0
-> installed qcheck-stm.0.9
-> installed picos.0.6.0
-> installed alcotest.1.9.0
-> installed multicore-bench.0.1.7
-> installed picos_std.0.6.0
-> installed mdx.2.5.0
-> installed picos_io.0.6.0
-> installed picos_mux.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 17:22.37 ---> saved as "268031e8b6309565f24913d3060188564dbfecbd0024fb68d8787dffe6aab226"
/: (copy (src .) (dst /Users/opam/src))
2025-07-31 17:23.02 ---> saved as "cb2224ef6ece56d2e18d79368738cef7e0d4323c2eaf7d71d04b85d29484320f"
/: (run (shell "cd /cygdrive/c/Users/opam/src && 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 && .\ms_queue_test.exe)
Testing `MS queue'.
This run has ID `6FBRBBQ3'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `~\src\_build\default\test\kcas\_build\_tests\6FBRBBQ3'.
Test Successful in 0.062s. 2 tests run.
(cd _build/default/test/kcas && .\threads.exe)
Testing `Threads'.
This run has ID `KMDMT88B'.
[OK] await between threads 0
Full test results in `~\src\_build\default\test\kcas\_build\_tests\KMDMT88B'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && .\dllist_test.exe)
Testing `Dllist'.
This run has ID `V43Q1I97'.
[OK] basics 0
[OK] add 0
[OK] move 0
Full test results in `~\src\_build\default\test\kcas_data\_build\_tests\V43Q1I97'.
Test Successful in 0.062s. 3 tests run.
(cd _build/default/bench && .\main.exe -brief "Kcas Loc")
Kcas Loc:
ops over time/cas int:
47.28 M/s
ops over time/get:
331.10 M/s
ops over time/incr:
39.53 M/s
ops over time/push & pop:
25.94 M/s
ops over time/swap:
32.12 M/s
ops over time/xchg int:
49.48 M/s
time per op/cas int:
21.15 ns
time per op/get:
3.02 ns
time per op/incr:
25.30 ns
time per op/push & pop:
38.56 ns
time per op/swap:
31.13 ns
time per op/xchg int:
20.21 ns
(cd _build/default/test/kcas_data && .\queue_test.exe)
Testing `Queue'.
This run has ID `EXFO3IF0'.
[OK] basics 0
Full test results in `~\src\_build\default\test\kcas_data\_build\_tests\EXFO3IF0'.
Test Successful in 0.063s. 1 test run.
(cd _build/default/test/kcas_data && .\mvar_test.exe)
Testing `Mvar'.
This run has ID `2623BMQV'.
[OK] basics 0
Full test results in `~\src\_build\default\test\kcas_data\_build\_tests\2623BMQV'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && .\stack_test.exe)
Testing `Stack'.
This run has ID `1JC0KUC8'.
[OK] basics 0
Full test results in `~\src\_build\default\test\kcas_data\_build\_tests\1JC0KUC8'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/bench && .\main.exe -brief "Kcas Xt")
Kcas Xt:
time per transaction/0 loc tx:
21.69 ns
time per transaction/1 loc tx:
94.97 ns
time per transaction/2 loc tx:
139.34 ns
time per transaction/4 loc tx:
311.11 ns
time per transaction/8 loc tx:
627.62 ns
transactions over time/0 loc tx:
46.10 M/s
transactions over time/1 loc tx:
10.53 M/s
transactions over time/2 loc tx:
7.18 M/s
transactions over time/4 loc tx:
3.21 M/s
transactions over time/8 loc tx:
1.59 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
13.17 ns
time per transaction/1 loc tx:
29.42 ns
time per transaction/2 loc tx:
58.86 ns
time per transaction/4 loc tx:
116.48 ns
time per transaction/8 loc tx:
193.53 ns
transactions over time/0 loc tx:
75.92 M/s
transactions over time/1 loc tx:
33.99 M/s
transactions over time/2 loc tx:
16.99 M/s
transactions over time/4 loc tx:
8.59 M/s
transactions over time/8 loc tx:
5.17 M/s
(cd _build/default/test/kcas_data && .\hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `6D7JBE2O'.
[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\6D7JBE2O'.
Test Successful in 0.109s. 4 tests run.
(cd _build/default/test/kcas_data && .\xt_test.exe)
Testing `Transactions'.
This run has ID `X39V4BTV'.
[OK] basics 0
Full test results in `~\src\_build\default\test\kcas_data\_build\_tests\X39V4BTV'.
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 Xt read-only")
Kcas Xt read-only:
time per transaction/0 loc tx:
22.99 ns
time per transaction/1 loc tx:
56.33 ns
time per transaction/2 loc tx:
69.12 ns
time per transaction/4 loc tx:
213.97 ns
time per transaction/8 loc tx:
195.92 ns
transactions over time/0 loc tx:
43.50 M/s
transactions over time/1 loc tx:
17.75 M/s
transactions over time/2 loc tx:
14.47 M/s
transactions over time/4 loc tx:
4.67 M/s
transactions over time/8 loc tx:
5.10 M/s
(cd _build/default/bench && .\main.exe -brief "Kcas parallel CMP")
Kcas parallel CMP:
time per transaction/1 worker:
118.82 ns
time per transaction/2 workers:
116.92 ns
time per transaction/4 workers:
126.82 ns
transactions over time/1 worker:
8.42 M/s
transactions over time/2 workers:
17.11 M/s
transactions over time/4 workers:
31.54 M/s
(cd _build/default/bench && .\main.exe -brief "Kcas_data Accumulator")
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
29.53 M/s
operations over time/2 workers, 0% reads:
45.56 M/s
operations over time/4 workers, 0% reads:
82.44 M/s
operations over time/8 workers, 0% reads:
3.51 M/s
time per operation/1 worker, 0% reads:
33.86 ns
time per operation/2 workers, 0% reads:
43.90 ns
time per operation/4 workers, 0% reads:
48.52 ns
time per operation/8 workers, 0% reads:
2278.19 ns
(cd _build/default/bench && .\main.exe -brief "Kcas_data Dllist")
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
1.77 M/s
messages over time/1 nb adder, 2 nb takers:
1.49 M/s
messages over time/2 nb adders, 1 nb taker:
1.91 M/s
messages over time/2 nb adders, 2 nb takers:
1.70 M/s
messages over time/one domain:
1.39 M/s
time per message/1 nb adder, 1 nb taker:
1129.85 ns
time per message/1 nb adder, 2 nb takers:
2009.94 ns
time per message/2 nb adders, 1 nb taker:
1574.70 ns
time per message/2 nb adders, 2 nb takers:
2355.41 ns
time per message/one domain:
720.13 ns
(cd _build/default/test/kcas_data && .\linearizable_chaining_example.exe)
random seed: 2789497219161729671
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.7s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 32 1.6s Hashtbl_with_order parallel (generating)
[ ] 2 0 0 2 / 32 1.8s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 1.9s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 2.0s Hashtbl_with_order parallel (generating)
[ ] 5 0 0 5 / 32 3.2s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 3.4s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 3.5s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 3.8s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 4.1s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 4.3s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 5.3s Hashtbl_with_order parallel (generating)
[ ] 15 0 0 15 / 32 5.4s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 5.7s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 6.4s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 6.8s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 16.5s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 26.5s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 26.6s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 26.9s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 27.4s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 35.4s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 48.4s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 52.9s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 72.9s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 83.7s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 104.9s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 104.9s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && .\main.exe -brief "Kcas_data Hashtbl")
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
3.89 M/s
operations over time/1 worker, 50% reads:
2.70 M/s
operations over time/1 worker, 90% reads:
10.11 M/s
operations over time/2 workers, 10% reads:
7.46 M/s
operations over time/2 workers, 50% reads:
6.65 M/s
operations over time/2 workers, 90% reads:
14.60 M/s
operations over time/4 workers, 10% reads:
12.86 M/s
operations over time/4 workers, 50% reads:
13.78 M/s
operations over time/4 workers, 90% reads:
19.11 M/s
operations over time/8 workers, 10% reads:
0.29 M/s
operations over time/8 workers, 50% reads:
0.57 M/s
operations over time/8 workers, 90% reads:
1.65 M/s
time per operation/1 worker, 10% reads:
257.03 ns
time per operation/1 worker, 50% reads:
370.73 ns
time per operation/1 worker, 90% reads:
98.91 ns
time per operation/2 workers, 10% reads:
268.16 ns
time per operation/2 workers, 50% reads:
300.59 ns
time per operation/2 workers, 90% reads:
137.01 ns
time per operation/4 workers, 10% reads:
311.10 ns
time per operation/4 workers, 50% reads:
290.26 ns
time per operation/4 workers, 90% reads:
209.31 ns
time per operation/8 workers, 10% reads:
27939.18 ns
time per operation/8 workers, 50% reads:
14083.26 ns
time per operation/8 workers, 90% reads:
4841.10 ns
(cd _build/default/test/kcas_data && .\queue_test_stm.exe)
random seed: 1759517778504985948
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 1.3s Queue parallel
[ ] 3 0 0 3 / 32 1.5s Queue parallel
[ ] 5 0 0 5 / 32 1.7s Queue parallel
[ ] 6 0 0 6 / 32 1.9s Queue parallel
[ ] 6 0 0 6 / 32 3.2s Queue parallel (generating)
[ ] 8 0 0 8 / 32 3.4s Queue parallel
[ ] 8 0 0 8 / 32 3.7s Queue parallel (generating)
[ ] 9 0 0 9 / 32 3.8s Queue parallel
[ ] 10 0 0 10 / 32 4.3s Queue parallel
[ ] 11 0 0 11 / 32 4.7s Queue parallel
[ ] 12 0 0 12 / 32 10.7s Queue parallel
[ ] 13 0 0 13 / 32 24.4s Queue parallel
[ ] 14 0 0 14 / 32 24.6s Queue parallel
[ ] 15 0 0 15 / 32 24.8s Queue parallel
[ ] 16 0 0 16 / 32 25.2s Queue parallel
[ ] 17 0 0 17 / 32 30.8s Queue parallel
[ ] 18 0 0 18 / 32 46.3s Queue parallel
[ ] 19 0 0 19 / 32 47.2s Queue parallel
[ ] 20 0 0 20 / 32 64.2s Queue parallel
[ ] 21 0 0 21 / 32 76.8s Queue parallel
[ ] 22 0 0 22 / 32 94.6s Queue parallel
[ ] 23 0 0 23 / 32 106.9s Queue parallel
[ ] 24 0 0 24 / 32 107.3s Queue parallel
[ ] 25 0 0 25 / 32 107.5s Queue parallel
[ ] 27 0 0 27 / 32 107.7s Queue parallel
[ ] 29 0 0 29 / 32 107.8s Queue parallel
[ ] 31 0 0 31 / 32 107.9s Queue parallel
[✓] 32 0 0 32 / 32 107.9s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && .\stack_test_stm.exe)
random seed: 4055265254574317618
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 0.2s Stack parallel
[ ] 2 0 0 2 / 32 0.3s Stack parallel
[ ] 3 0 0 3 / 32 0.4s Stack parallel
[ ] 4 0 0 4 / 32 0.6s Stack parallel
[ ] 4 0 0 4 / 32 2.1s Stack parallel (generating)
[ ] 6 0 0 6 / 32 2.2s Stack parallel
[ ] 6 0 0 6 / 32 2.5s Stack parallel (generating)
[ ] 7 0 0 7 / 32 2.7s Stack parallel
[ ] 8 0 0 8 / 32 3.2s Stack parallel
[ ] 9 0 0 9 / 32 3.5s Stack parallel
[ ] 10 0 0 10 / 32 15.1s Stack parallel
[ ] 11 0 0 11 / 32 23.3s Stack parallel
[ ] 12 0 0 12 / 32 23.4s Stack parallel
[ ] 14 0 0 14 / 32 23.6s Stack parallel
[ ] 15 0 0 15 / 32 24.1s Stack parallel
[ ] 16 0 0 16 / 32 32.8s Stack parallel
[ ] 17 0 0 17 / 32 45.2s Stack parallel
[ ] 18 0 0 18 / 32 53.3s Stack parallel
[ ] 19 0 0 19 / 32 72.9s Stack parallel
[ ] 20 0 0 20 / 32 85.7s Stack parallel
[ ] 21 0 0 21 / 32 105.7s Stack parallel
[ ] 22 0 0 22 / 32 106.2s Stack parallel
[ ] 23 0 0 23 / 32 106.4s Stack parallel
[ ] 25 0 0 25 / 32 106.5s Stack parallel
[ ] 27 0 0 27 / 32 106.6s Stack parallel
[ ] 30 0 0 30 / 32 106.8s Stack parallel
[ ] 32 0 0 32 / 32 107.0s Stack parallel
[✓] 32 0 0 32 / 32 107.0s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && .\hashtbl_test_stm.exe)
random seed: 3011214442388922776
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 parallel
[ ] 1 0 0 1 / 32 0.2s Hashtbl parallel
[ ] 4 0 0 4 / 32 0.3s Hashtbl parallel
[ ] 7 0 0 7 / 32 0.5s Hashtbl parallel
[ ] 11 0 0 11 / 32 0.6s Hashtbl parallel
[ ] 14 0 0 14 / 32 0.8s Hashtbl parallel
[ ] 17 0 0 17 / 32 0.9s Hashtbl parallel
[ ] 18 0 0 18 / 32 2.1s Hashtbl parallel
[ ] 19 0 0 19 / 32 2.4s Hashtbl parallel
[ ] 20 0 0 20 / 32 2.6s Hashtbl parallel
[ ] 21 0 0 21 / 32 2.8s Hashtbl parallel
[ ] 22 0 0 22 / 32 3.0s Hashtbl parallel
[ ] 23 0 0 23 / 32 3.3s Hashtbl parallel
[ ] 25 0 0 25 / 32 3.4s Hashtbl parallel
[ ] 30 0 0 30 / 32 3.6s Hashtbl parallel
[ ] 31 0 0 31 / 32 3.7s Hashtbl parallel
[ ] 32 0 0 32 / 32 4.8s Hashtbl parallel
[✓] 32 0 0 32 / 32 4.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3844370203784279638
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Hashtbl sequential
[✓] 64 0 0 64 / 64 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 64 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 64 0.2s Hashtbl parallel
[ ] 2 0 0 2 / 64 0.3s Hashtbl parallel
[ ] 4 0 0 4 / 64 0.6s Hashtbl parallel
[ ] 5 0 0 5 / 64 0.7s Hashtbl parallel
[ ] 7 0 0 7 / 64 0.8s Hashtbl parallel
[ ] 11 0 0 11 / 64 1.0s Hashtbl parallel
[ ] 11 0 0 11 / 64 2.1s Hashtbl parallel (generating)
[ ] 13 0 0 13 / 64 2.2s Hashtbl parallel
[ ] 18 0 0 18 / 64 2.4s Hashtbl parallel
[ ] 22 0 0 22 / 64 2.5s Hashtbl parallel
[ ] 23 0 0 23 / 64 2.7s Hashtbl parallel
[ ] 24 0 0 24 / 64 3.2s Hashtbl parallel
[ ] 25 0 0 25 / 64 3.5s Hashtbl parallel
[ ] 26 0 0 26 / 64 11.4s Hashtbl parallel
[ ] 27 0 0 27 / 64 23.3s Hashtbl parallel
[ ] 28 0 0 28 / 64 23.4s Hashtbl parallel
[ ] 29 0 0 29 / 64 23.5s Hashtbl parallel
[ ] 30 0 0 30 / 64 23.8s Hashtbl parallel
[ ] 31 0 0 31 / 64 24.2s Hashtbl parallel
[ ] 32 0 0 32 / 64 37.5s Hashtbl parallel
[ ] 33 0 0 33 / 64 45.5s Hashtbl parallel
[ ] 34 0 0 34 / 64 53.8s Hashtbl parallel
[ ] 35 0 0 35 / 64 73.3s Hashtbl parallel
[ ] 36 0 0 36 / 64 90.6s Hashtbl parallel
[ ] 37 0 0 37 / 64 105.8s Hashtbl parallel
[ ] 38 0 0 38 / 64 106.1s Hashtbl parallel
[ ] 39 0 0 39 / 64 106.4s Hashtbl parallel
[ ] 41 0 0 41 / 64 106.5s Hashtbl parallel
[ ] 44 0 0 44 / 64 106.7s Hashtbl parallel
[ ] 47 0 0 47 / 64 106.8s Hashtbl parallel
[ ] 51 0 0 51 / 64 106.9s Hashtbl parallel
[ ] 55 0 0 55 / 64 107.0s Hashtbl parallel
[ ] 57 0 0 57 / 64 107.2s Hashtbl parallel
[ ] 59 0 0 59 / 64 107.3s Hashtbl parallel
[ ] 63 0 0 63 / 64 107.4s Hashtbl parallel
[✓] 64 0 0 64 / 64 107.5s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && .\accumulator_test_stm.exe)
random seed: 2086064534987103772
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 parallel
[ ] 1 0 0 1 / 32 0.1s Accumulator parallel
[ ] 3 0 0 3 / 32 0.6s Accumulator parallel
[ ] 4 0 0 4 / 32 1.0s Accumulator parallel
[ ] 6 0 0 6 / 32 1.1s Accumulator parallel
[ ] 9 0 0 9 / 32 1.3s Accumulator parallel
[ ] 9 0 0 9 / 32 1.4s Accumulator parallel (generating)
[ ] 12 0 0 12 / 32 1.5s Accumulator parallel
[ ] 14 0 0 14 / 32 1.6s Accumulator parallel
[ ] 17 0 0 17 / 32 1.8s Accumulator parallel
[ ] 19 0 0 19 / 32 2.1s Accumulator parallel
[ ] 20 0 0 20 / 32 3.0s Accumulator parallel
[ ] 21 0 0 21 / 32 3.3s Accumulator parallel
[ ] 22 0 0 22 / 32 3.5s Accumulator parallel
[ ] 23 0 0 23 / 32 3.7s Accumulator parallel
[ ] 24 0 0 24 / 32 4.0s Accumulator parallel
[ ] 25 0 0 25 / 32 4.3s Accumulator parallel
[ ] 28 0 0 28 / 32 4.4s Accumulator parallel
[ ] 31 0 0 31 / 32 4.5s Accumulator parallel
[ ] 32 0 0 32 / 32 5.6s Accumulator parallel
[✓] 32 0 0 32 / 32 5.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2107990746818198243
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Accumulator sequential
[✓] 64 0 0 64 / 64 0.0s Accumulator sequential
[ ] 0 0 0 0 / 64 0.0s Accumulator parallel
[ ] 1 0 0 1 / 64 0.2s Accumulator parallel
[ ] 3 0 0 3 / 64 0.5s Accumulator parallel
[ ] 4 0 0 4 / 64 0.7s Accumulator parallel
[ ] 6 0 0 6 / 64 0.8s Accumulator parallel
[ ] 8 0 0 8 / 64 1.0s Accumulator parallel
[ ] 8 0 0 8 / 64 2.2s Accumulator parallel (generating)
[ ] 10 0 0 10 / 64 2.3s Accumulator parallel
[ ] 13 0 0 13 / 64 2.4s Accumulator parallel
[ ] 18 0 0 18 / 64 3.2s Accumulator parallel
[ ] 19 0 0 19 / 64 3.4s Accumulator parallel
[ ] 20 0 0 20 / 64 4.7s Accumulator parallel
[ ] 21 0 0 21 / 64 21.7s Accumulator parallel
[ ] 22 0 0 22 / 64 23.4s Accumulator parallel
[ ] 23 0 0 23 / 64 23.6s Accumulator parallel
[ ] 24 0 0 24 / 64 23.8s Accumulator parallel
[ ] 25 0 0 25 / 64 24.8s Accumulator parallel
[ ] 26 0 0 26 / 64 42.3s Accumulator parallel
[ ] 27 0 0 27 / 64 45.6s Accumulator parallel
[ ] 28 0 0 28 / 64 58.4s Accumulator parallel
[ ] 29 0 0 29 / 64 73.8s Accumulator parallel
[ ] 30 0 0 30 / 64 92.1s Accumulator parallel
[ ] 31 0 0 31 / 64 105.8s Accumulator parallel
[ ] 32 0 0 32 / 64 106.3s Accumulator parallel
[ ] 33 0 0 33 / 64 106.5s Accumulator parallel
[ ] 35 0 0 35 / 64 106.7s Accumulator parallel
[ ] 38 0 0 38 / 64 106.8s Accumulator parallel
[ ] 41 0 0 41 / 64 106.9s Accumulator parallel
[ ] 45 0 0 45 / 64 107.0s Accumulator parallel
[ ] 49 0 0 49 / 64 107.1s Accumulator parallel
[ ] 51 0 0 51 / 64 107.3s Accumulator parallel
[ ] 55 0 0 55 / 64 107.4s Accumulator parallel
[ ] 56 0 0 56 / 64 107.5s Accumulator parallel
[ ] 59 0 0 59 / 64 107.7s Accumulator parallel
[ ] 63 0 0 63 / 64 107.8s Accumulator parallel
[✓] 64 0 0 64 / 64 107.8s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && .\dllist_test_stm.exe)
random seed: 1002844689401947877
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist parallel
[ ] 1 0 0 1 / 32 0.6s Dllist parallel
[ ] 3 0 0 3 / 32 0.7s Dllist parallel
[ ] 7 0 0 7 / 32 0.8s Dllist parallel
[ ] 10 0 0 10 / 32 0.9s Dllist parallel
[ ] 14 0 0 14 / 32 1.1s Dllist parallel
[ ] 17 0 0 17 / 32 1.2s Dllist parallel
[ ] 20 0 0 20 / 32 1.3s Dllist parallel
[ ] 22 0 0 22 / 32 1.5s Dllist parallel
[ ] 23 0 0 23 / 32 2.3s Dllist parallel
[ ] 24 0 0 24 / 32 2.8s Dllist parallel
[ ] 25 0 0 25 / 32 3.0s Dllist parallel
[ ] 26 0 0 26 / 32 3.4s Dllist parallel
[ ] 27 0 0 27 / 32 3.8s Dllist parallel
[ ] 30 0 0 30 / 32 3.9s Dllist parallel
[✓] 32 0 0 32 / 32 4.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3361830890423519416
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Dllist sequential
[✓] 64 0 0 64 / 64 0.0s Dllist sequential
[ ] 0 0 0 0 / 64 0.0s Dllist parallel
[ ] 1 0 0 1 / 64 1.0s Dllist parallel
[ ] 2 0 0 2 / 64 1.4s Dllist parallel
[ ] 4 0 0 4 / 64 1.6s Dllist parallel
[ ] 6 0 0 6 / 64 1.9s Dllist parallel
[ ] 8 0 0 8 / 64 2.0s Dllist parallel
[ ] 11 0 0 11 / 64 2.2s Dllist parallel
[ ] 11 0 0 11 / 64 3.4s Dllist parallel (generating)
[ ] 13 0 0 13 / 64 3.7s Dllist parallel
[ ] 14 0 0 14 / 64 4.0s Dllist parallel
[ ] 15 0 0 15 / 64 4.5s Dllist parallel
[ ] 16 0 0 16 / 64 5.9s Dllist parallel
[ ] 17 0 0 17 / 64 23.1s Dllist parallel
[ ] 18 0 0 18 / 64 24.6s Dllist parallel
[ ] 19 0 0 19 / 64 24.7s Dllist parallel
[ ] 20 0 0 20 / 64 24.8s Dllist parallel
[ ] 21 0 0 21 / 64 25.0s Dllist parallel
[ ] 22 0 0 22 / 64 30.3s Dllist parallel
[ ] 23 0 0 23 / 64 46.4s Dllist parallel
[ ] 24 0 0 24 / 64 47.7s Dllist parallel
[ ] 25 0 0 25 / 64 65.9s Dllist parallel
[ ] 26 0 0 26 / 64 78.1s Dllist parallel
[ ] 27 0 0 27 / 64 97.5s Dllist parallel
[ ] 28 0 0 28 / 64 107.0s Dllist parallel
[ ] 29 0 0 29 / 64 107.5s Dllist parallel
[ ] 30 0 0 30 / 64 107.7s Dllist parallel
[ ] 32 0 0 32 / 64 107.8s Dllist parallel
[ ] 34 0 0 34 / 64 108.0s Dllist parallel
[ ] 37 0 0 37 / 64 108.1s Dllist parallel
[ ] 40 0 0 40 / 64 108.2s Dllist parallel
[ ] 42 0 0 42 / 64 108.3s Dllist parallel
[ ] 46 0 0 46 / 64 108.4s Dllist parallel
[ ] 51 0 0 51 / 64 108.6s Dllist parallel
[ ] 54 0 0 54 / 64 108.7s Dllist parallel
[ ] 58 0 0 58 / 64 108.8s Dllist parallel
[ ] 62 0 0 62 / 64 108.9s Dllist parallel
[✓] 64 0 0 64 / 64 109.0s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && .\main.exe -brief "Kcas_data Mvar")
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
0.13 M/s
messages over time/1 adder, 1 taker:
0.03 M/s
messages over time/1 adder, 2 nb takers:
0.14 M/s
messages over time/1 adder, 2 takers:
0.04 M/s
messages over time/1 nb adder, 1 nb taker:
1.34 M/s
messages over time/1 nb adder, 1 taker:
0.16 M/s
messages over time/1 nb adder, 2 nb takers:
1.63 M/s
messages over time/1 nb adder, 2 takers:
0.18 M/s
messages over time/2 adders, 1 nb taker:
0.16 M/s
messages over time/2 adders, 1 taker:
0.02 M/s
messages over time/2 adders, 2 nb takers:
0.23 M/s
messages over time/2 adders, 2 takers:
0.02 M/s
messages over time/2 nb adders, 1 nb taker:
1.08 M/s
messages over time/2 nb adders, 1 taker:
0.26 M/s
messages over time/2 nb adders, 2 nb takers:
1.01 M/s
messages over time/2 nb adders, 2 takers:
0.27 M/s
time per message/1 adder, 1 nb taker:
15227.88 ns
time per message/1 adder, 1 taker:
64741.57 ns
time per message/1 adder, 2 nb takers:
21457.34 ns
time per message/1 adder, 2 takers:
79330.74 ns
time per message/1 nb adder, 1 nb taker:
1491.44 ns
time per message/1 nb adder, 1 taker:
12778.95 ns
time per message/1 nb adder, 2 nb takers:
1838.53 ns
time per message/1 nb adder, 2 takers:
16576.33 ns
time per message/2 adders, 1 nb taker:
18456.92 ns
time per message/2 adders, 1 taker:
158891.27 ns
time per message/2 adders, 2 nb takers:
17309.03 ns
time per message/2 adders, 2 takers:
166552.60 ns
time per message/2 nb adders, 1 nb taker:
2780.72 ns
time per message/2 nb adders, 1 taker:
11719.88 ns
time per message/2 nb adders, 2 nb takers:
3961.06 ns
time per message/2 nb adders, 2 takers:
14731.12 ns
(cd _build/default/test/kcas && .\test.exe)
Testing `Kcas'.
This run has ID `SW9YLYJV'.
[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\SW9YLYJV'.
Test Successful in 132.344s. 17 tests run.
(cd _build/default/bench && .\main.exe -brief "Kcas_data Queue")
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
7.36 M/s
messages over time/1 nb adder, 1 taker:
5.92 M/s
messages over time/1 nb adder, 2 nb takers:
8.20 M/s
messages over time/1 nb adder, 2 takers:
6.77 M/s
messages over time/1 nb adder, 4 nb takers:
5.80 M/s
messages over time/1 nb adder, 4 takers:
6.39 M/s
messages over time/2 nb adders, 1 nb taker:
9.73 M/s
messages over time/2 nb adders, 1 taker:
6.58 M/s
messages over time/2 nb adders, 2 nb takers:
6.25 M/s
messages over time/2 nb adders, 2 takers:
5.97 M/s
messages over time/2 nb adders, 4 nb takers:
5.67 M/s
messages over time/2 nb adders, 4 takers:
6.96 M/s
messages over time/4 nb adders, 1 nb taker:
10.23 M/s
messages over time/4 nb adders, 1 taker:
10.34 M/s
messages over time/4 nb adders, 2 nb takers:
8.70 M/s
messages over time/4 nb adders, 2 takers:
7.93 M/s
messages over time/4 nb adders, 4 nb takers:
8.02 M/s
messages over time/4 nb adders, 4 takers:
7.83 M/s
messages over time/one domain:
9.47 M/s
time per message/1 nb adder, 1 nb taker:
271.92 ns
time per message/1 nb adder, 1 taker:
337.75 ns
time per message/1 nb adder, 2 nb takers:
366.01 ns
time per message/1 nb adder, 2 takers:
443.25 ns
time per message/1 nb adder, 4 nb takers:
862.48 ns
time per message/1 nb adder, 4 takers:
782.60 ns
time per message/2 nb adders, 1 nb taker:
308.22 ns
time per message/2 nb adders, 1 taker:
455.84 ns
time per message/2 nb adders, 2 nb takers:
639.77 ns
time per message/2 nb adders, 2 takers:
669.79 ns
time per message/2 nb adders, 4 nb takers:
1058.03 ns
time per message/2 nb adders, 4 takers:
861.51 ns
time per message/4 nb adders, 1 nb taker:
488.61 ns
time per message/4 nb adders, 1 taker:
483.69 ns
time per message/4 nb adders, 2 nb takers:
689.96 ns
time per message/4 nb adders, 2 takers:
756.40 ns
time per message/4 nb adders, 4 nb takers:
997.14 ns
time per message/4 nb adders, 4 takers:
1022.07 ns
time per message/one domain:
105.65 ns
(cd _build/default/bench && .\main.exe -brief "Kcas_data Stack")
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
6.88 M/s
messages over time/1 nb adder, 1 taker:
6.05 M/s
messages over time/1 nb adder, 2 nb takers:
6.05 M/s
messages over time/1 nb adder, 2 takers:
6.49 M/s
messages over time/1 nb adder, 4 nb takers:
7.62 M/s
messages over time/1 nb adder, 4 takers:
7.63 M/s
messages over time/2 nb adders, 1 nb taker:
8.72 M/s
messages over time/2 nb adders, 1 taker:
5.29 M/s
messages over time/2 nb adders, 2 nb takers:
6.21 M/s
messages over time/2 nb adders, 2 takers:
6.24 M/s
messages over time/2 nb adders, 4 nb takers:
6.03 M/s
messages over time/2 nb adders, 4 takers:
6.54 M/s
messages over time/4 nb adders, 1 nb taker:
7.10 M/s
messages over time/4 nb adders, 1 taker:
5.49 M/s
messages over time/4 nb adders, 2 nb takers:
6.84 M/s
messages over time/4 nb adders, 2 takers:
6.69 M/s
messages over time/4 nb adders, 4 nb takers:
6.41 M/s
messages over time/4 nb adders, 4 takers:
6.65 M/s
messages over time/one domain:
11.94 M/s
time per message/1 nb adder, 1 nb taker:
290.86 ns
time per message/1 nb adder, 1 taker:
330.31 ns
time per message/1 nb adder, 2 nb takers:
495.58 ns
time per message/1 nb adder, 2 takers:
462.22 ns
time per message/1 nb adder, 4 nb takers:
656.29 ns
time per message/1 nb adder, 4 takers:
655.11 ns
time per message/2 nb adders, 1 nb taker:
343.95 ns
time per message/2 nb adders, 1 taker:
567.59 ns
time per message/2 nb adders, 2 nb takers:
644.44 ns
time per message/2 nb adders, 2 takers:
640.80 ns
time per message/2 nb adders, 4 nb takers:
995.05 ns
time per message/2 nb adders, 4 takers:
917.63 ns
time per message/4 nb adders, 1 nb taker:
704.25 ns
time per message/4 nb adders, 1 taker:
911.45 ns
time per message/4 nb adders, 2 nb takers:
877.19 ns
time per message/4 nb adders, 2 takers:
896.63 ns
time per message/4 nb adders, 4 nb takers:
1248.29 ns
time per message/4 nb adders, 4 takers:
1202.82 ns
time per message/one domain:
83.76 ns
2025-07-31 17:26.16 ---> saved as "9233129b197a5ec405be3bae027f25fc89a08569a03bc932aeea9eca8c347912"
Job succeeded
2025-07-31 17:26.16: Job succeeded