Organisationsocaml-multicoremulticore-benchefb15d (main)windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Logs

Show full logs
2025-06-14 20:09.10: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (efb15d8562dbdc1ba976ffc574de028e3c11c123) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "main" && cd "multicore-bench" && git reset --hard efb15d85
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 multicore-bench.opam /Users/opam/src/./
RUN opam pin add -yn multicore-bench.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="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.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 mdx.2.5.0 mingw-w64-shims.0.2.0 mtime.2.1.0 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-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.8 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y multicore-bench.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-06-14 20:09.10: Using cache hint "ocaml-multicore/multicore-bench-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-e4d53a4914e0c73e665d746b4a8dbb5f"
2025-06-14 20:09.10: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
 (comment windows-server-2022-amd64-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "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"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src multicore-bench.opam) (dst /Users/opam/src/./))
 (run (network host)
      (shell "opam pin add -yn multicore-bench.dev '/Users/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
 (env DEPS "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.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 mdx.2.5.0 mingw-w64-shims.0.2.0 mtime.2.1.0 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-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.8 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.3 --depext-only -y multicore-bench.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-06-14 20:09.10: Waiting for resource in pool OCluster
2025-06-14 20:09.10: Waiting for worker…
2025-06-14 20:10.16: Got resource from pool OCluster
Building on thyme
HEAD is now at 6b750f3 Inline `Atomic` and `Ref` ops and unroll
HEAD is now at efb15d8 Inline `Atomic` and `Ref` ops and unroll

(from windows-server-2022-amd64-ocaml-5.3)
2025-06-14 20:10.19 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache

/: (comment windows-server-2022-amd64-5.3_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-14 20:10.19 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" 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-06-14 20:10.19 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-14 20:10.19 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..a28eb8a148  master     -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/opam/opam-repository

The following actions will be performed:
=== recompile 7 packages
  - recompile base-domains        base           [uses ocaml]
  - recompile base-effects        base           [uses ocaml]
  - recompile base-nnp            base           [uses base-domains]
  - recompile ocaml               5.3.0          [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler 5.3.0 (pinned) [uses ocaml-compiler]
  - recompile ocaml-compiler      5.3.0          [uses flexdll]
  - recompile ocaml-config        3              [uses ocaml-base-compiler]
=== upgrade 1 package
  - upgrade   flexdll             0.43 to 0.44

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> retrieved flexdll.0.44  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.3.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.3.0
-> retrieved ocaml-compiler.5.3.0  (cached)
-> removed   ocaml-compiler.5.3.0
-> removed   flexdll.0.43
-> installed flexdll.0.44
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-14 20:10.19 ---> using "f1c611ea2666f7a0711da8ea385783e98e2b94a025a92699b883cc48e2a2d2fb" from cache

/: (copy (src multicore-bench.opam) (dst /Users/opam/src/./))
2025-06-14 20:10.19 ---> using "7636d2f2bbb3d30e2378368ef12a4464a31f31c96576f9c2c398e1577890ce35" from cache

/: (run (network host)
        (shell "opam pin add -yn multicore-bench.dev '/Users/opam/src/./'"))
[multicore-bench.dev] synchronised (file://C:/Users/opam/src/.)
multicore-bench is now pinned to file://C:/Users/opam/src/. (version dev)
2025-06-14 20:10.19 ---> using "6ed9f651d16503851b9a77b0ab349630c761072fee6d0e135f3ac846d3de7fe8" from cache

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-06-14 20:10.19 ---> using "728f31a9ee503a6f886369baeb8205c1686883cb39ac6f456387f1a8b880caf6" from cache

/: (env DEPS "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.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 mdx.2.5.0 mingw-w64-shims.0.2.0 mtime.2.1.0 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-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.8 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.3 --depext-only -y multicore-bench.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[multicore-bench.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-06-14 20:10.19 ---> using "b95644d332540a0261f24397bebae86c192e4aafa3486955151873ec18d20eb7" from cache

/: (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 23 packages
  - 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.10.0
  - install logs               0.8.0
  - install mdx                2.5.0
  - install mtime              2.1.0
  - install multicore-magic    2.3.1
  - install ocaml-version      4.0.1
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install re                 1.12.0
  - install result             1.5
  - install seq                base
  - install thread-table       1.0.0
  - install topkg              1.0.8
  - install yojson             3.0.0

<><> 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 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 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-magic.2.3.1  (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 re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> 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
-> retrieved dune.3.19.1  (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)
-> 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.0.8
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed mtime.2.1.0
-> installed logs.0.8.0
-> installed dune.3.19.1
-> installed domain_shims.0.1.0
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed multicore-magic.2.3.1
-> installed cppo.1.8.0
-> installed ocaml-version.4.0.1
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed re.1.12.0
-> installed domain-local-await.1.0.1
-> installed yojson.3.0.0
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-14 20:10.19 ---> using "ce415ef579418d2677a0001b99f6ad0acafe78c3de1d9106d914e2b2c69cf3dc" from cache

/: (copy (src .) (dst /Users/opam/src))
2025-06-14 20:10.19 ---> using "6e0b1be34e554d00ad4f530fddf3fdbb23bf2660a6acc138535a777776fe1f1e" from cache

/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/bench && .\main.exe -brief)
Atomic:
  ops over time/cas int:
    62.17 M/s
  ops over time/get:
    1904.58 M/s
  ops over time/incr:
    94.24 M/s
  ops over time/push & pop:
    17.36 M/s
  ops over time/swap:
    38.04 M/s
  ops over time/xchg int:
    79.56 M/s
  time per op/cas int:
    16.09 ns
  time per op/get:
    0.53 ns
  time per op/incr:
    10.61 ns
  time per op/push & pop:
    57.61 ns
  time per op/swap:
    26.29 ns
  time per op/xchg int:
    12.57 ns
Atomic incr:
  ops over time/CAS, 1 domains:
    49.52 M/s
  ops over time/CAS, 2 domains:
    21.01 M/s
  ops over time/CAS, 4 domains:
    15.84 M/s
  ops over time/CAS, 8 domains:
    13.96 M/s
  ops over time/CAS with backoff, 1 domains:
    52.94 M/s
  ops over time/CAS with backoff, 2 domains:
    38.46 M/s
  ops over time/CAS with backoff, 4 domains:
    29.81 M/s
  ops over time/CAS with backoff, 8 domains:
    21.02 M/s
  ops over time/Incr, 1 domains:
    75.04 M/s
  ops over time/Incr, 2 domains:
    39.60 M/s
  ops over time/Incr, 4 domains:
    37.85 M/s
  ops over time/Incr, 8 domains:
    40.44 M/s
  time per op/CAS, 1 domains:
    20.19 ns
  time per op/CAS, 2 domains:
    95.17 ns
  time per op/CAS, 4 domains:
    252.60 ns
  time per op/CAS, 8 domains:
    573.20 ns
  time per op/CAS with backoff, 1 domains:
    18.89 ns
  time per op/CAS with backoff, 2 domains:
    52.00 ns
  time per op/CAS with backoff, 4 domains:
    134.19 ns
  time per op/CAS with backoff, 8 domains:
    380.62 ns
  time per op/Incr, 1 domains:
    13.33 ns
  time per op/Incr, 2 domains:
    50.51 ns
  time per op/Incr, 4 domains:
    105.67 ns
  time per op/Incr, 8 domains:
    197.83 ns
Bounded_q:
  messages over time/1 adder, 1 taker:
    2.11 M/s
  messages over time/1 adder, 2 takers:
    1.51 M/s
  messages over time/1 adder, 4 takers:
    0.85 M/s
  messages over time/2 adders, 1 taker:
    4.29 M/s
  messages over time/2 adders, 2 takers:
    2.13 M/s
  messages over time/2 adders, 4 takers:
    0.99 M/s
  messages over time/4 adders, 1 taker:
    3.29 M/s
  messages over time/4 adders, 2 takers:
    2.42 M/s
  messages over time/4 adders, 4 takers:
    1.57 M/s
  messages over time/one domain:
    3.55 M/s
  time per message/1 adder, 1 taker:
    946.30 ns
  time per message/1 adder, 2 takers:
    1990.04 ns
  time per message/1 adder, 4 takers:
    5914.79 ns
  time per message/2 adders, 1 taker:
    699.73 ns
  time per message/2 adders, 2 takers:
    1880.00 ns
  time per message/2 adders, 4 takers:
    6087.83 ns
  time per message/4 adders, 1 taker:
    1521.98 ns
  time per message/4 adders, 2 takers:
    2483.11 ns
  time per message/4 adders, 4 takers:
    5093.96 ns
  time per message/one domain:
    281.55 ns
Hashtbl:
  operations over time/1 worker, 10% reads:
    4.53 M/s
  operations over time/1 worker, 50% reads:
    6.76 M/s
  operations over time/1 worker, 90% reads:
    6.93 M/s
  operations over time/2 workers, 10% reads:
    3.33 M/s
  operations over time/2 workers, 50% reads:
    3.24 M/s
  operations over time/2 workers, 90% reads:
    3.68 M/s
  operations over time/4 workers, 10% reads:
    3.44 M/s
  operations over time/4 workers, 50% reads:
    3.67 M/s
  operations over time/4 workers, 90% reads:
    4.13 M/s
  operations over time/8 workers, 10% reads:
    3.25 M/s
  operations over time/8 workers, 50% reads:
    3.28 M/s
  operations over time/8 workers, 90% reads:
    3.61 M/s
  operations over time/one domain, 10% reads:
    12.20 M/s
  operations over time/one domain, 50% reads:
    10.81 M/s
  operations over time/one domain, 90% reads:
    15.42 M/s
  time per operation/1 worker, 10% reads:
    220.69 ns
  time per operation/1 worker, 50% reads:
    148.03 ns
  time per operation/1 worker, 90% reads:
    144.32 ns
  time per operation/2 workers, 10% reads:
    600.81 ns
  time per operation/2 workers, 50% reads:
    617.42 ns
  time per operation/2 workers, 90% reads:
    543.22 ns
  time per operation/4 workers, 10% reads:
    1162.96 ns
  time per operation/4 workers, 50% reads:
    1089.26 ns
  time per operation/4 workers, 90% reads:
    969.45 ns
  time per operation/8 workers, 10% reads:
    2457.85 ns
  time per operation/8 workers, 50% reads:
    2441.13 ns
  time per operation/8 workers, 90% reads:
    2219.14 ns
  time per operation/one domain, 10% reads:
    81.97 ns
  time per operation/one domain, 50% reads:
    92.47 ns
  time per operation/one domain, 90% reads:
    64.85 ns
Queue:
  messages over time/one domain:
    24.24 M/s
  time per message/one domain:
    41.26 ns
Ref with Mutex:
  ops over time/cas int:
    11.48 M/s
  ops over time/get:
    13.35 M/s
  ops over time/incr:
    15.63 M/s
  ops over time/push & pop:
    10.11 M/s
  ops over time/swap:
    15.26 M/s
  ops over time/xchg int:
    12.41 M/s
  time per op/cas int:
    87.14 ns
  time per op/get:
    74.93 ns
  time per op/incr:
    63.96 ns
  time per op/push & pop:
    98.94 ns
  time per op/swap:
    65.55 ns
  time per op/xchg int:
    80.59 ns
Ref with [@poll error]:
  ops over time/cas int:
    113.84 M/s
  ops over time/get:
    1282.52 M/s
  ops over time/incr:
    376.43 M/s
  ops over time/push & pop:
    28.81 M/s
  ops over time/swap:
    58.83 M/s
  ops over time/xchg int:
    114.75 M/s
  time per op/cas int:
    8.78 ns
  time per op/get:
    0.78 ns
  time per op/incr:
    2.66 ns
  time per op/push & pop:
    34.71 ns
  time per op/swap:
    17.00 ns
  time per op/xchg int:
    8.71 ns
Stack:
  messages over time/one domain:
    21.69 M/s
  time per message/one domain:
    46.11 ns
Unix:
2025-06-14 20:15.27 ---> saved as "c88df690bb753f5c66dd17ac8e8043f9ec54537ed0e1b51145b3d5b063b28f9e"
Job succeeded
2025-06-14 20:15.27: Job succeeded