01KPVW6ER1MT4ER8BBBEKAJ0SX: bench

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KPVW6T620CPCX6640CCM6WSQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-23T00:36:18.036Zjob assigned to worker 01KPVW6YD86QKSEDGXX0JE0NFQ [factory aws, i-00a9137b9aa7b1877] (queued for 47 s)
 
22026-04-23T00:36:25.988Zstarting task 0: "setup"
32026-04-23T00:36:25.992Z++ uname -s
42026-04-23T00:36:25.995Z+ kern=SunOS
52026-04-23T00:36:25.995Z+ build_user=build
62026-04-23T00:36:25.995Z+ build_uid=12345
72026-04-23T00:36:25.995Z+ work_dir=/work
82026-04-23T00:36:25.995Z+ input_dir=/input
92026-04-23T00:36:25.995Z+ [[ 0 == 12345 ]]
102026-04-23T00:36:25.995Z+ case "$kern" in
112026-04-23T00:36:25.995Z+ groupadd -g 12345 build
122026-04-23T00:36:25.998Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-23T00:36:28.001Z+ zfs create -o mountpoint=/work rpool/work
142026-04-23T00:36:28.078Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-23T00:36:28.081Z+ home_fs=zfs
162026-04-23T00:36:28.081Z+ [[ zfs == autofs ]]
172026-04-23T00:36:28.081Z+ mkdir -p /home/build
182026-04-23T00:36:28.081Z+ chown build:build /home/build /work
192026-04-23T00:36:30.080Z+ chmod 0700 /home/build /work
202026-04-23T00:36:30.083Zprocess exited: duration 4094 ms, exit code 0
 
212026-04-23T00:36:30.089Zstarting task 1: "rust-toolchain"
222026-04-23T00:36:30.091Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-23T00:36:30.092Z * rust toolchain channel = "stable"
242026-04-23T00:36:30.092Z * rust toolchain profile = "default"
252026-04-23T00:36:30.092Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-23T00:36:30.092Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-23T00:36:30.092Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-23T00:36:30.094Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-23T00:36:30.094Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-23T00:36:30.212Zinfo: downloading installer
312026-04-23T00:36:31.822Zwarn: It looks like you have an existing installation of Rust at:
322026-04-23T00:36:31.822Zwarn: /opt/ooce/bin
332026-04-23T00:36:31.822Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-23T00:36:31.822Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-23T00:36:31.822Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-23T00:36:31.822Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-23T00:36:31.822Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-23T00:36:31.822Zerror: cannot install while Rust is installed
392026-04-23T00:36:31.822Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-23T00:36:31.822Zwarn: It looks like you have an existing rustup settings file at:
412026-04-23T00:36:31.822Zwarn: /home/build/.rustup/settings.toml
422026-04-23T00:36:31.822Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-23T00:36:31.822Zwarn: instead of the one inferred from the default host triple.
442026-04-23T00:36:31.835Zinfo: profile set to default
452026-04-23T00:36:31.835Zinfo: default host triple is x86_64-unknown-illumos
462026-04-23T00:36:31.838Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-23T00:36:31.977Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-23T00:36:31.979Zinfo: downloading 6 components
492026-04-23T00:36:46.879Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-23T00:36:46.879Z
512026-04-23T00:36:46.919Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-23T00:36:46.919Z
532026-04-23T00:36:46.919Z
542026-04-23T00:36:46.919ZRust is installed now. Great!
552026-04-23T00:36:46.919Z
562026-04-23T00:36:46.919ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-23T00:36:46.919Zenvironment variable. This has not been done automatically.
582026-04-23T00:36:46.919Z
592026-04-23T00:36:46.919ZTo configure your current shell, you need to source
602026-04-23T00:36:46.919Zthe corresponding env file under $HOME/.cargo.
612026-04-23T00:36:46.919Z
622026-04-23T00:36:46.919ZThis is usually done by running one of the following (note the leading DOT):
632026-04-23T00:36:46.919Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-23T00:36:46.919Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-23T00:36:46.919Zsource "~/.cargo/env.nu" # For nushell
662026-04-23T00:36:46.919Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-23T00:36:46.919Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-23T00:36:46.919Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-23T00:36:46.922Zwarn: no default linker (`cc`) was found in your PATH
702026-04-23T00:36:46.922Zwarn: many Rust crates require a system C toolchain to build
712026-04-23T00:36:47.021Z+ rustup --version
722026-04-23T00:36:47.029Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-23T00:36:47.032Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-23T00:36:47.051Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-23T00:36:47.054Z+ cargo --version
762026-04-23T00:36:47.069Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-23T00:36:47.072Z+ rustc --version
782026-04-23T00:36:47.090Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-23T00:36:47.094Zprocess exited: duration 17002 ms, exit code 0
 
802026-04-23T00:36:47.100Zstarting task 2: "authentication"
812026-04-23T00:36:47.116Zprocess exited: duration 16 ms, exit code 0
 
822026-04-23T00:36:47.125Zstarting task 3: "clone repository"
832026-04-23T00:36:47.128Z+ mkdir -p /work/oxidecomputer/poptrie
842026-04-23T00:36:47.131Z+ git clone https://github.com/oxidecomputer/poptrie /work/oxidecomputer/poptrie
852026-04-23T00:36:47.321ZCloning into '/work/oxidecomputer/poptrie'...
862026-04-23T00:36:48.093Z+ cd /work/oxidecomputer/poptrie
872026-04-23T00:36:48.093Z+ git fetch origin 77e51f81efac7fa99e00b0111619e71133804b32
882026-04-23T00:36:48.500ZFrom https://github.com/oxidecomputer/poptrie
892026-04-23T00:36:48.500Z * branch 77e51f81efac7fa99e00b0111619e71133804b32 -> FETCH_HEAD
902026-04-23T00:36:48.504Z+ [[ -n dependabot/cargo/rand-0.9.4 ]]
912026-04-23T00:36:48.507Z++ git branch --show-current
922026-04-23T00:36:48.507Z+ current=main
932026-04-23T00:36:48.507Z+ [[ main != dependabot/cargo/rand-0.9.4 ]]
942026-04-23T00:36:48.507Z+ git branch -f dependabot/cargo/rand-0.9.4 77e51f81efac7fa99e00b0111619e71133804b32
952026-04-23T00:36:48.511Z+ git checkout -f dependabot/cargo/rand-0.9.4
962026-04-23T00:36:48.515ZSwitched to branch 'dependabot/cargo/rand-0.9.4'
972026-04-23T00:36:48.515Z+ git reset --hard 77e51f81efac7fa99e00b0111619e71133804b32
982026-04-23T00:36:48.519ZHEAD is now at 77e51f8 Bump rand from 0.9.2 to 0.9.4
992026-04-23T00:36:48.519Zprocess exited: duration 1393 ms, exit code 0
 
1002026-04-23T00:36:48.525Zstarting task 4: "build"
1012026-04-23T00:36:48.529Z+ cargo --version
1022026-04-23T00:36:48.537Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-04-23T00:36:48.540Z+ rustc --version
1042026-04-23T00:36:48.559Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-04-23T00:36:48.565Z+ banner bench
1062026-04-23T00:36:48.565Z
1072026-04-23T00:36:48.565Z ##### ###### # # #### # #
1082026-04-23T00:36:48.565Z # # # ## # # # # #
1092026-04-23T00:36:48.565Z ##### ##### # # # # ######
1102026-04-23T00:36:48.565Z # # # # # # # # #
1112026-04-23T00:36:48.565Z # # # # ## # # # #
1122026-04-23T00:36:48.565Z ##### ###### # # #### # #
1132026-04-23T00:36:48.565Z
1142026-04-23T00:36:48.565Z+ cargo bench
1152026-04-23T00:36:48.636Z Updating crates.io index
1162026-04-23T00:36:49.546Z Downloading crates ...
1172026-04-23T00:36:49.595Z Downloaded ciborium v0.2.2
1182026-04-23T00:36:49.598Z Downloaded bitflags v2.10.0
1192026-04-23T00:36:49.601Z Downloaded clap_lex v0.7.6
1202026-04-23T00:36:49.604Z Downloaded anstyle v1.0.13
1212026-04-23T00:36:49.607Z Downloaded unarray v0.1.4
1222026-04-23T00:36:49.607Z Downloaded itoa v1.0.17
1232026-04-23T00:36:49.610Z Downloaded rusty-fork v0.3.1
1242026-04-23T00:36:49.612Z Downloaded ppv-lite86 v0.2.21
1252026-04-23T00:36:49.619Z Downloaded tempfile v3.24.0
1262026-04-23T00:36:49.622Z Downloaded half v2.7.1
1272026-04-23T00:36:49.625Z Downloaded rand v0.9.4
1282026-04-23T00:36:49.628Z Downloaded aho-corasick v1.1.4
1292026-04-23T00:36:49.633Z Downloaded ciborium-io v0.2.2
1302026-04-23T00:36:49.633Z Downloaded same-file v1.0.6
1312026-04-23T00:36:49.633Z Downloaded crossbeam-utils v0.8.21
1322026-04-23T00:36:49.637Z Downloaded either v1.15.0
1332026-04-23T00:36:49.637Z Downloaded bit-vec v0.8.0
1342026-04-23T00:36:49.637Z Downloaded bit-set v0.8.0
1352026-04-23T00:36:49.640Z Downloaded getrandom v0.3.4
1362026-04-23T00:36:49.643Z Downloaded fnv v1.0.7
1372026-04-23T00:36:49.644Z Downloaded crossbeam-deque v0.8.6
1382026-04-23T00:36:49.646Z Downloaded plotters-backend v0.3.7
1392026-04-23T00:36:49.661Z Downloaded is-terminal v0.4.17
1402026-04-23T00:36:49.667Z Downloaded fastrand v2.3.0
1412026-04-23T00:36:49.670Z Downloaded ciborium-ll v0.2.2
1422026-04-23T00:36:49.670Z Downloaded plotters-svg v0.3.7
1432026-04-23T00:36:49.670Z Downloaded cfg-if v1.0.4
1442026-04-23T00:36:49.675Z Downloaded rand_xorshift v0.4.0
1452026-04-23T00:36:49.678Z Downloaded rand_chacha v0.9.0
1462026-04-23T00:36:49.680Z Downloaded quick-error v1.2.3
1472026-04-23T00:36:49.680Z Downloaded errno v0.3.14
1482026-04-23T00:36:49.681Z Downloaded autocfg v1.5.0
1492026-04-23T00:36:49.684Z Downloaded cast v0.3.0
1502026-04-23T00:36:49.701Z Downloaded wait-timeout v0.2.1
1512026-04-23T00:36:49.704Z Downloaded tinytemplate v1.2.1
1522026-04-23T00:36:49.704Z Downloaded zmij v1.0.12
1532026-04-23T00:36:49.704Z Downloaded quote v1.0.43
1542026-04-23T00:36:49.706Z Downloaded anes v0.1.6
1552026-04-23T00:36:49.718Z Downloaded walkdir v2.5.0
1562026-04-23T00:36:49.721Z Downloaded criterion-plot v0.5.0
1572026-04-23T00:36:49.721Z Downloaded oorandom v11.1.5
1582026-04-23T00:36:49.728Z Downloaded rand_core v0.9.3
1592026-04-23T00:36:49.731Z Downloaded once_cell v1.21.3
1602026-04-23T00:36:49.735Z Downloaded crossbeam-epoch v0.9.18
1612026-04-23T00:36:49.754Z Downloaded proc-macro2 v1.0.105
1622026-04-23T00:36:49.759Z Downloaded unicode-ident v1.0.22
1632026-04-23T00:36:49.762Z Downloaded serde_derive v1.0.228
1642026-04-23T00:36:49.765Z Downloaded clap v4.5.54
1652026-04-23T00:36:49.768Z Downloaded num-traits v0.2.19
1662026-04-23T00:36:49.771Z Downloaded serde_core v1.0.228
1672026-04-23T00:36:49.804Z Downloaded serde v1.0.228
1682026-04-23T00:36:49.806Z Downloaded memchr v2.7.6
1692026-04-23T00:36:49.817Z Downloaded rayon-core v1.13.0
1702026-04-23T00:36:49.821Z Downloaded zerocopy-derive v0.8.33
1712026-04-23T00:36:49.825Z Downloaded itertools v0.10.5
1722026-04-23T00:36:49.828Z Downloaded regex v1.12.2
1732026-04-23T00:36:49.838Z Downloaded criterion v0.5.1
1742026-04-23T00:36:49.843Z Downloaded plotters v0.3.7
1752026-04-23T00:36:49.858Z Downloaded serde_json v1.0.149
1762026-04-23T00:36:49.865Z Downloaded rayon v1.11.0
1772026-04-23T00:36:49.886Z Downloaded zerocopy v0.8.33
1782026-04-23T00:36:49.898Z Downloaded proptest v1.9.0
1792026-04-23T00:36:49.903Z Downloaded clap_builder v4.5.54
1802026-04-23T00:36:49.927Z Downloaded syn v2.0.114
1812026-04-23T00:36:49.934Z Downloaded regex-syntax v0.8.8
1822026-04-23T00:36:49.941Z Downloaded rustix v1.1.3
1832026-04-23T00:36:49.964Z Downloaded regex-automata v0.4.13
1842026-04-23T00:36:49.979Z Downloaded libc v0.2.180
1852026-04-23T00:36:50.030Z Compiling proc-macro2 v1.0.105
1862026-04-23T00:36:50.030Z Compiling libc v0.2.180
1872026-04-23T00:36:50.030Z Compiling unicode-ident v1.0.22
1882026-04-23T00:36:50.036Z Compiling quote v1.0.43
1892026-04-23T00:36:50.036Z Compiling cfg-if v1.0.4
1902026-04-23T00:36:50.036Z Compiling zerocopy v0.8.33
1912026-04-23T00:36:50.036Z Compiling getrandom v0.3.4
1922026-04-23T00:36:50.036Z Compiling serde_core v1.0.228
1932026-04-23T00:36:50.149Z Compiling autocfg v1.5.0
1942026-04-23T00:36:50.178Z Compiling crossbeam-utils v0.8.21
1952026-04-23T00:36:50.445Z Compiling num-traits v0.2.19
1962026-04-23T00:36:50.654Z Compiling rustix v1.1.3
1972026-04-23T00:36:50.683Z Compiling regex-syntax v0.8.8
1982026-04-23T00:36:50.687Z Compiling bitflags v2.10.0
1992026-04-23T00:36:50.823Z Compiling serde v1.0.228
2002026-04-23T00:36:51.082Z Compiling errno v0.3.14
2012026-04-23T00:36:51.137Z Compiling rand_core v0.9.3
2022026-04-23T00:36:51.199Z Compiling zmij v1.0.12
2032026-04-23T00:36:51.210Z Compiling once_cell v1.21.3
2042026-04-23T00:36:51.447Z Compiling crossbeam-epoch v0.9.18
2052026-04-23T00:36:51.479Z Compiling fastrand v2.3.0
2062026-04-23T00:36:51.523Z Compiling serde_json v1.0.149
2072026-04-23T00:36:51.615Z Compiling syn v2.0.114
2082026-04-23T00:36:51.772Z Compiling either v1.15.0
2092026-04-23T00:36:51.827Z Compiling rayon-core v1.13.0
2102026-04-23T00:36:51.940Z Compiling tempfile v3.24.0
2112026-04-23T00:36:51.979Z Compiling crossbeam-deque v0.8.6
2122026-04-23T00:36:52.183Z Compiling wait-timeout v0.2.1
2132026-04-23T00:36:52.227Z Compiling bit-vec v0.8.0
2142026-04-23T00:36:52.310Z Compiling anstyle v1.0.13
2152026-04-23T00:36:52.564Z Compiling fnv v1.0.7
2162026-04-23T00:36:52.571Z Compiling itoa v1.0.17
2172026-04-23T00:36:52.583Z Compiling memchr v2.7.6
2182026-04-23T00:36:52.598Z Compiling quick-error v1.2.3
2192026-04-23T00:36:52.651Z Compiling plotters-backend v0.3.7
2202026-04-23T00:36:52.692Z Compiling ciborium-io v0.2.2
2212026-04-23T00:36:52.700Z Compiling clap_lex v0.7.6
2222026-04-23T00:36:52.775Z Compiling rusty-fork v0.3.1
2232026-04-23T00:36:52.798Z Compiling bit-set v0.8.0
2242026-04-23T00:36:52.827Z Compiling regex-automata v0.4.13
2252026-04-23T00:36:52.968Z Compiling plotters-svg v0.3.7
2262026-04-23T00:36:52.983Z Compiling clap_builder v4.5.54
2272026-04-23T00:36:53.611Z Compiling itertools v0.10.5
2282026-04-23T00:36:53.693Z Compiling rand v0.9.4
2292026-04-23T00:36:54.272Z Compiling rand_xorshift v0.4.0
2302026-04-23T00:36:54.381Z Compiling zerocopy-derive v0.8.33
2312026-04-23T00:36:54.422Z Compiling serde_derive v1.0.228
2322026-04-23T00:36:54.897Z Compiling unarray v0.1.4
2332026-04-23T00:36:55.013Z Compiling same-file v1.0.6
2342026-04-23T00:36:55.020Z Compiling cast v0.3.0
2352026-04-23T00:36:55.181Z Compiling criterion-plot v0.5.0
2362026-04-23T00:36:55.188Z Compiling walkdir v2.5.0
2372026-04-23T00:36:55.700Z Compiling clap v4.5.54
2382026-04-23T00:36:55.767Z Compiling regex v1.12.2
2392026-04-23T00:36:55.980Z Compiling rayon v1.11.0
2402026-04-23T00:36:56.101Z Compiling plotters v0.3.7
2412026-04-23T00:36:57.141Z Compiling is-terminal v0.4.17
2422026-04-23T00:36:57.230Z Compiling ppv-lite86 v0.2.21
2432026-04-23T00:36:57.310Z Compiling half v2.7.1
2442026-04-23T00:36:57.380Z Compiling oorandom v11.1.5
2452026-04-23T00:36:57.504Z Compiling poptrie v0.1.0 (/work/oxidecomputer/poptrie)
2462026-04-23T00:36:57.552Z Compiling ciborium-ll v0.2.2
2472026-04-23T00:36:57.628Z Compiling rand_chacha v0.9.0
2482026-04-23T00:36:57.716Z Compiling ciborium v0.2.2
2492026-04-23T00:36:57.780Z Compiling tinytemplate v1.2.1
2502026-04-23T00:36:57.795Z Compiling proptest v1.9.0
2512026-04-23T00:36:58.020Z Compiling anes v0.1.6
2522026-04-23T00:36:58.262Z Compiling criterion v0.5.1
2532026-04-23T00:36:59.964Z Compiling poptrie-test-util v0.1.0 (/work/oxidecomputer/poptrie/test-util)
2542026-04-23T00:37:05.312Z Finished `bench` profile [optimized] target(s) in 16.73s
2552026-04-23T00:37:05.365Z Running unittests src/lib.rs (target/release/deps/poptrie-677b4fd945991d68)
2562026-04-23T00:37:05.368Z
2572026-04-23T00:37:05.368Zrunning 10 tests
2582026-04-23T00:37:05.368Ztest test::test_construct_rec ... ignored
2592026-04-23T00:37:05.368Ztest test::test_dense_route_bug ... ignored
2602026-04-23T00:37:05.368Ztest test::test_extract32 ... ignored
2612026-04-23T00:37:05.368Ztest test::test_lpm_overlapping_prefixes ... ignored
2622026-04-23T00:37:05.368Ztest test::test_match_v4 ... ignored
2632026-04-23T00:37:05.368Ztest test::test_match_v4_multi ... ignored
2642026-04-23T00:37:05.368Ztest test::test_match_v4_sus ... ignored
2652026-04-23T00:37:05.368Ztest test::test_match_v6 ... ignored
2662026-04-23T00:37:05.368Ztest test::test_short_prefix_bug ... ignored
2672026-04-23T00:37:05.368Ztest test::test_underflow_bug ... ignored
2682026-04-23T00:37:05.368Z
2692026-04-23T00:37:05.368Ztest result: ok. 0 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.00s
2702026-04-23T00:37:05.368Z
2712026-04-23T00:37:05.369Z Running benches/lookup.rs (target/release/deps/lookup-9e70fba6a2b83f88)
2722026-04-23T00:37:05.376ZGnuplot not found, using plotters backend
2732026-04-23T00:37:05.977ZBenchmarking lookup/poptrie/100
2742026-04-23T00:37:05.977ZBenchmarking lookup/poptrie/100: Warming up for 3.0000 s
2752026-04-23T00:37:10.629ZBenchmarking lookup/poptrie/100: Collecting 100 samples in estimated 5.0171 s (1.1M iterations)
2762026-04-23T00:37:15.639ZBenchmarking lookup/poptrie/100: Analyzing
2772026-04-23T00:37:15.693Zlookup/poptrie/100 time: [4.4234 µs 4.4272 µs 4.4311 µs]
2782026-04-23T00:37:15.693ZFound 2 outliers among 100 measurements (2.00%)
2792026-04-23T00:37:15.693Z 2 (2.00%) high mild
2802026-04-23T00:37:16.325ZBenchmarking lookup/naive/100
2812026-04-23T00:37:16.325ZBenchmarking lookup/naive/100: Warming up for 3.0000 s
2822026-04-23T00:37:19.937ZBenchmarking lookup/naive/100: Collecting 100 samples in estimated 5.5672 s (25k iterations)
2832026-04-23T00:37:25.509ZBenchmarking lookup/naive/100: Analyzing
2842026-04-23T00:37:25.558Zlookup/naive/100 time: [220.48 µs 220.72 µs 221.01 µs]
2852026-04-23T00:37:25.558ZFound 8 outliers among 100 measurements (8.00%)
2862026-04-23T00:37:25.558Z 1 (1.00%) low mild
2872026-04-23T00:37:25.558Z 5 (5.00%) high mild
2882026-04-23T00:37:25.558Z 2 (2.00%) high severe
2892026-04-23T00:37:26.191ZBenchmarking lookup/poptrie/500
2902026-04-23T00:37:26.191ZBenchmarking lookup/poptrie/500: Warming up for 3.0000 s
2912026-04-23T00:37:31.535ZBenchmarking lookup/poptrie/500: Collecting 100 samples in estimated 5.0179 s (985k iterations)
2922026-04-23T00:37:36.539ZBenchmarking lookup/poptrie/500: Analyzing
2932026-04-23T00:37:36.587Zlookup/poptrie/500 time: [5.0786 µs 5.0806 µs 5.0829 µs]
2942026-04-23T00:37:36.587ZFound 6 outliers among 100 measurements (6.00%)
2952026-04-23T00:37:36.587Z 5 (5.00%) high mild
2962026-04-23T00:37:36.587Z 1 (1.00%) high severe
2972026-04-23T00:37:37.215ZBenchmarking lookup/naive/500
2982026-04-23T00:37:37.215ZBenchmarking lookup/naive/500: Warming up for 3.0000 s
2992026-04-23T00:37:42.283Z
3002026-04-23T00:37:42.283ZWarning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.2s, enable flat sampling, or reduce sample count to 60.
3012026-04-23T00:37:42.283ZBenchmarking lookup/naive/500: Collecting 100 samples in estimated 6.2486 s (5050 iterations)
3022026-04-23T00:37:48.492ZBenchmarking lookup/naive/500: Analyzing
3032026-04-23T00:37:48.541Zlookup/naive/500 time: [1.2283 ms 1.2291 ms 1.2299 ms]
3042026-04-23T00:37:48.541ZFound 3 outliers among 100 measurements (3.00%)
3052026-04-23T00:37:48.541Z 3 (3.00%) high severe
3062026-04-23T00:37:49.174ZBenchmarking lookup/poptrie/1000
3072026-04-23T00:37:49.174ZBenchmarking lookup/poptrie/1000: Warming up for 3.0000 s
3082026-04-23T00:37:52.196ZBenchmarking lookup/poptrie/1000: Collecting 100 samples in estimated 5.0064 s (869k iterations)
3092026-04-23T00:37:57.184ZBenchmarking lookup/poptrie/1000: Analyzing
3102026-04-23T00:37:57.232Zlookup/poptrie/1000 time: [5.7387 µs 5.7410 µs 5.7434 µs]
3112026-04-23T00:37:57.232ZFound 10 outliers among 100 measurements (10.00%)
3122026-04-23T00:37:57.232Z 6 (6.00%) high mild
3132026-04-23T00:37:57.232Z 4 (4.00%) high severe
3142026-04-23T00:37:57.859ZBenchmarking lookup/naive/1000
3152026-04-23T00:37:57.859ZBenchmarking lookup/naive/1000: Warming up for 3.0000 s
3162026-04-23T00:38:03.450ZBenchmarking lookup/naive/1000: Collecting 100 samples in estimated 5.1884 s (1900 iterations)
3172026-04-23T00:38:08.613ZBenchmarking lookup/naive/1000: Analyzing
3182026-04-23T00:38:08.659Zlookup/naive/1000 time: [2.7151 ms 2.7170 ms 2.7190 ms]
3192026-04-23T00:38:08.659ZFound 2 outliers among 100 measurements (2.00%)
3202026-04-23T00:38:08.659Z 2 (2.00%) high mild
3212026-04-23T00:38:09.202ZBenchmarking lookup/poptrie/5000
3222026-04-23T00:38:09.202ZBenchmarking lookup/poptrie/5000: Warming up for 3.0000 s
3232026-04-23T00:38:13.213ZBenchmarking lookup/poptrie/5000: Collecting 100 samples in estimated 5.0208 s (656k iterations)
3242026-04-23T00:38:18.215ZBenchmarking lookup/poptrie/5000: Analyzing
3252026-04-23T00:38:18.263Zlookup/poptrie/5000 time: [7.6094 µs 7.6185 µs 7.6294 µs]
3262026-04-23T00:38:18.267ZFound 12 outliers among 100 measurements (12.00%)
3272026-04-23T00:38:18.267Z 7 (7.00%) high mild
3282026-04-23T00:38:18.267Z 5 (5.00%) high severe
3292026-04-23T00:38:18.894ZBenchmarking lookup/naive/5000
3302026-04-23T00:38:18.894ZBenchmarking lookup/naive/5000: Warming up for 3.0000 s
3312026-04-23T00:38:22.408ZBenchmarking lookup/naive/5000: Collecting 100 samples in estimated 5.5122 s (400 iterations)
3322026-04-23T00:38:27.904ZBenchmarking lookup/naive/5000: Analyzing
3332026-04-23T00:38:27.950Zlookup/naive/5000 time: [13.727 ms 13.737 ms 13.748 ms]
3342026-04-23T00:38:27.950ZFound 12 outliers among 100 measurements (12.00%)
3352026-04-23T00:38:27.950Z 8 (8.00%) high mild
3362026-04-23T00:38:27.951Z 4 (4.00%) high severe
3372026-04-23T00:38:28.492ZBenchmarking lookup/poptrie/10000
3382026-04-23T00:38:28.492ZBenchmarking lookup/poptrie/10000: Warming up for 3.0000 s
3392026-04-23T00:38:32.861ZBenchmarking lookup/poptrie/10000: Collecting 100 samples in estimated 5.0070 s (601k iterations)
3402026-04-23T00:38:37.871ZBenchmarking lookup/poptrie/10000: Analyzing
3412026-04-23T00:38:37.919Zlookup/poptrie/10000 time: [8.3316 µs 8.3355 µs 8.3402 µs]
3422026-04-23T00:38:37.919ZFound 14 outliers among 100 measurements (14.00%)
3432026-04-23T00:38:37.919Z 2 (2.00%) low mild
3442026-04-23T00:38:37.919Z 8 (8.00%) high mild
3452026-04-23T00:38:37.919Z 4 (4.00%) high severe
3462026-04-23T00:38:38.548ZBenchmarking lookup/naive/10000
3472026-04-23T00:38:38.548ZBenchmarking lookup/naive/10000: Warming up for 3.0000 s
3482026-04-23T00:38:43.122ZBenchmarking lookup/naive/10000: Collecting 100 samples in estimated 5.3802 s (300 iterations)
3492026-04-23T00:38:48.472ZBenchmarking lookup/naive/10000: Analyzing
3502026-04-23T00:38:48.518Zlookup/naive/10000 time: [17.817 ms 17.832 ms 17.849 ms]
3512026-04-23T00:38:48.518ZFound 8 outliers among 100 measurements (8.00%)
3522026-04-23T00:38:48.518Z 6 (6.00%) high mild
3532026-04-23T00:38:48.518Z 2 (2.00%) high severe
3542026-04-23T00:38:49.070Z
3552026-04-23T00:38:49.070ZBenchmarking construction/poptrie/100
3562026-04-23T00:38:49.070ZBenchmarking construction/poptrie/100: Warming up for 3.0000 s
3572026-04-23T00:38:54.271ZBenchmarking construction/poptrie/100: Collecting 100 samples in estimated 5.0087 s (252k iterations)
3582026-04-23T00:38:59.271ZBenchmarking construction/poptrie/100: Analyzing
3592026-04-23T00:38:59.320Zconstruction/poptrie/100
3602026-04-23T00:38:59.320Z time: [19.771 µs 19.812 µs 19.858 µs]
3612026-04-23T00:38:59.320ZFound 8 outliers among 100 measurements (8.00%)
3622026-04-23T00:38:59.320Z 5 (5.00%) high mild
3632026-04-23T00:38:59.320Z 3 (3.00%) high severe
3642026-04-23T00:38:59.954ZBenchmarking construction/poptrie/500
3652026-04-23T00:38:59.954ZBenchmarking construction/poptrie/500: Warming up for 3.0000 s
3662026-04-23T00:39:05.328ZBenchmarking construction/poptrie/500: Collecting 100 samples in estimated 5.3831 s (66k iterations)
3672026-04-23T00:39:10.827ZBenchmarking construction/poptrie/500: Analyzing
3682026-04-23T00:39:10.877Zconstruction/poptrie/500
3692026-04-23T00:39:10.877Z time: [83.671 µs 83.873 µs 84.078 µs]
3702026-04-23T00:39:10.877ZFound 1 outliers among 100 measurements (1.00%)
3712026-04-23T00:39:10.877Z 1 (1.00%) high mild
3722026-04-23T00:39:11.517ZBenchmarking construction/poptrie/1000
3732026-04-23T00:39:11.517ZBenchmarking construction/poptrie/1000: Warming up for 3.0000 s
3742026-04-23T00:39:16.475ZBenchmarking construction/poptrie/1000: Collecting 100 samples in estimated 5.3479 s (35k iterations)
3752026-04-23T00:39:21.818ZBenchmarking construction/poptrie/1000: Analyzing
3762026-04-23T00:39:21.866Zconstruction/poptrie/1000
3772026-04-23T00:39:21.866Z time: [150.99 µs 151.15 µs 151.34 µs]
3782026-04-23T00:39:21.866ZFound 5 outliers among 100 measurements (5.00%)
3792026-04-23T00:39:21.866Z 2 (2.00%) high mild
3802026-04-23T00:39:21.866Z 3 (3.00%) high severe
3812026-04-23T00:39:22.501ZBenchmarking construction/poptrie/5000
3822026-04-23T00:39:22.501ZBenchmarking construction/poptrie/5000: Warming up for 3.0000 s
3832026-04-23T00:39:26.470ZBenchmarking construction/poptrie/5000: Collecting 100 samples in estimated 9.7875 s (10k iterations)
3842026-04-23T00:39:36.209ZBenchmarking construction/poptrie/5000: Analyzing
3852026-04-23T00:39:36.257Zconstruction/poptrie/5000
3862026-04-23T00:39:36.257Z time: [963.19 µs 963.68 µs 964.24 µs]
3872026-04-23T00:39:36.257ZFound 10 outliers among 100 measurements (10.00%)
3882026-04-23T00:39:36.257Z 5 (5.00%) high mild
3892026-04-23T00:39:36.257Z 5 (5.00%) high severe
3902026-04-23T00:39:36.889Z
3912026-04-23T00:39:36.892ZBenchmarking single_lookup/poptrie/100
3922026-04-23T00:39:36.892ZBenchmarking single_lookup/poptrie/100: Warming up for 3.0000 s
3932026-04-23T00:39:40.945ZBenchmarking single_lookup/poptrie/100: Collecting 100 samples in estimated 5.0000 s (1.3B iterations)
3942026-04-23T00:39:45.988ZBenchmarking single_lookup/poptrie/100: Analyzing
3952026-04-23T00:39:46.037Zsingle_lookup/poptrie/100
3962026-04-23T00:39:46.037Z time: [3.7989 ns 3.8034 ns 3.8084 ns]
3972026-04-23T00:39:46.037ZFound 12 outliers among 100 measurements (12.00%)
3982026-04-23T00:39:46.037Z 5 (5.00%) high mild
3992026-04-23T00:39:46.037Z 7 (7.00%) high severe
4002026-04-23T00:39:46.677ZBenchmarking single_lookup/naive/100
4012026-04-23T00:39:46.677ZBenchmarking single_lookup/naive/100: Warming up for 3.0000 s
4022026-04-23T00:39:50.259ZBenchmarking single_lookup/naive/100: Collecting 100 samples in estimated 5.0001 s (23M iterations)
4032026-04-23T00:39:55.289ZBenchmarking single_lookup/naive/100: Analyzing
4042026-04-23T00:39:55.341Zsingle_lookup/naive/100 time: [213.71 ns 214.26 ns 214.83 ns]
4052026-04-23T00:39:55.341ZFound 3 outliers among 100 measurements (3.00%)
4062026-04-23T00:39:55.341Z 3 (3.00%) high mild
4072026-04-23T00:39:55.990ZBenchmarking single_lookup/poptrie/1000
4082026-04-23T00:39:55.990ZBenchmarking single_lookup/poptrie/1000: Warming up for 3.0000 s
4092026-04-23T00:40:00.073ZBenchmarking single_lookup/poptrie/1000: Collecting 100 samples in estimated 5.0000 s (1.3B iterations)
4102026-04-23T00:40:05.059ZBenchmarking single_lookup/poptrie/1000: Analyzing
4112026-04-23T00:40:05.108Zsingle_lookup/poptrie/1000
4122026-04-23T00:40:05.108Z time: [3.7865 ns 3.7918 ns 3.7983 ns]
4132026-04-23T00:40:05.108ZFound 6 outliers among 100 measurements (6.00%)
4142026-04-23T00:40:05.108Z 4 (4.00%) high mild
4152026-04-23T00:40:05.108Z 2 (2.00%) high severe
4162026-04-23T00:40:05.747ZBenchmarking single_lookup/naive/1000
4172026-04-23T00:40:05.747ZBenchmarking single_lookup/naive/1000: Warming up for 3.0000 s
4182026-04-23T00:40:11.349ZBenchmarking single_lookup/naive/1000: Collecting 100 samples in estimated 5.0042 s (1.9M iterations)
4192026-04-23T00:40:16.394ZBenchmarking single_lookup/naive/1000: Analyzing
4202026-04-23T00:40:16.445Zsingle_lookup/naive/1000
4212026-04-23T00:40:16.445Z time: [2.6847 µs 2.6904 µs 2.6963 µs]
4222026-04-23T00:40:16.445ZFound 3 outliers among 100 measurements (3.00%)
4232026-04-23T00:40:16.445Z 3 (3.00%) high mild
4242026-04-23T00:40:17.089ZBenchmarking single_lookup/poptrie/10000
4252026-04-23T00:40:17.089ZBenchmarking single_lookup/poptrie/10000: Warming up for 3.0000 s
4262026-04-23T00:40:20.858ZBenchmarking single_lookup/poptrie/10000: Collecting 100 samples in estimated 5.0000 s (712M iterations)
4272026-04-23T00:40:25.867ZBenchmarking single_lookup/poptrie/10000: Analyzing
4282026-04-23T00:40:25.914Zsingle_lookup/poptrie/10000
4292026-04-23T00:40:25.914Z time: [7.0237 ns 7.0295 ns 7.0367 ns]
4302026-04-23T00:40:25.914ZFound 6 outliers among 100 measurements (6.00%)
4312026-04-23T00:40:25.914Z 4 (4.00%) high mild
4322026-04-23T00:40:25.914Z 2 (2.00%) high severe
4332026-04-23T00:40:26.542ZBenchmarking single_lookup/naive/10000
4342026-04-23T00:40:26.542ZBenchmarking single_lookup/naive/10000: Warming up for 3.0000 s
4352026-04-23T00:40:31.386ZBenchmarking single_lookup/naive/10000: Collecting 100 samples in estimated 5.0383 s (273k iterations)
4362026-04-23T00:40:36.405ZBenchmarking single_lookup/naive/10000: Analyzing
4372026-04-23T00:40:36.454Zsingle_lookup/naive/10000
4382026-04-23T00:40:36.454Z time: [18.394 µs 18.405 µs 18.417 µs]
4392026-04-23T00:40:36.454ZFound 5 outliers among 100 measurements (5.00%)
4402026-04-23T00:40:36.454Z 5 (5.00%) high mild
4412026-04-23T00:40:37.089Z
4422026-04-23T00:40:37.111Zprocess exited: duration 228552 ms, exit code 0
 
4432026-04-23T00:40:37.118Zfound 0 output files