   Compiling soundgate v0.1.0 (/home/neo/RustroverProjects/soundgate-paper/soundgate)
    Finished `bench` profile [optimized] target(s) in 2.06s
     Running unittests src/lib.rs (target/release/deps/soundgate-ad1e7f8789135fb2)

running 17 tests
test tests::close_run_does_not_leak_release_after_compaction ... ignored
test tests::close_run_fences_and_compacts ... ignored
test tests::g1_approve_after_cancel_reports_cancelled ... ignored
test tests::g1_cross_run_key_reuse_allowed ... ignored
test tests::g1_cross_run_pending_no_clobber ... ignored
test tests::g1_cross_run_rejection_does_not_bleed ... ignored
test tests::i1_late_reject_of_released_is_duplicate ... ignored
test tests::property1_hold_until_decided ... ignored
test tests::property2_reject_cancels_effect ... ignored
test tests::property3_dedup_after_approval ... ignored
test tests::property3_dedup_on_replay ... ignored
test tests::property4_cancel_drops_held_effect ... ignored
test tests::property4_fence_on_cancel_blocks_zombie ... ignored
test tests::randomized_invariants_hold ... ignored
test tests::unrelated_runs_unaffected_by_cancel ... ignored
test tests::wal_replay_is_idempotent ... ignored
test tests::wal_replay_reconstructs_fences ... ignored

test result: ok. 0 passed; 0 failed; 17 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/main.rs (target/release/deps/soundgate-68952c033df775e2)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running benches/admission.rs (target/release/deps/admission-cf105de8044eb6fe)
Benchmarking submit_release_unique_growing
Benchmarking submit_release_unique_growing: Warming up for 3.0000 s
Benchmarking submit_release_unique_growing: Collecting 100 samples in estimated 5.0026 s (6.7M iterations)
Benchmarking submit_release_unique_growing: Analyzing
submit_release_unique_growing
                        time:   [262.57 ns 291.68 ns 318.86 ns]
                        change: [-98.647% -50.041% +4135.2%] (p = 0.78 > 0.05)
                        No change in performance detected.
Found 18 outliers among 100 measurements (18.00%)
  7 (7.00%) high mild
  11 (11.00%) high severe

Benchmarking submit_release_unique_populated_100k
Benchmarking submit_release_unique_populated_100k: Warming up for 3.0000 s
Benchmarking submit_release_unique_populated_100k: Collecting 100 samples in estimated 5.0015 s (7.0M iterations)
Benchmarking submit_release_unique_populated_100k: Analyzing
submit_release_unique_populated_100k
                        time:   [456.73 ns 483.17 ns 511.64 ns]
                        change: [-10.018% +1.1297% +13.552%] (p = 0.84 > 0.05)
                        No change in performance detected.
Found 8 outliers among 100 measurements (8.00%)
  8 (8.00%) high mild

Benchmarking submit_refused_duplicate_populated_100k
Benchmarking submit_refused_duplicate_populated_100k: Warming up for 3.0000 s
Benchmarking submit_refused_duplicate_populated_100k: Collecting 100 samples in estimated 5.0002 s (62M iterations)
Benchmarking submit_refused_duplicate_populated_100k: Analyzing
submit_refused_duplicate_populated_100k
                        time:   [80.556 ns 80.801 ns 81.094 ns]
                        change: [-2.9501% -2.1367% -1.4140%] (p = 0.00 < 0.05)
                        Performance has improved.
Found 8 outliers among 100 measurements (8.00%)
  3 (3.00%) low severe
  2 (2.00%) low mild
  2 (2.00%) high mild
  1 (1.00%) high severe

Benchmarking submit_refused_cancelled
Benchmarking submit_refused_cancelled: Warming up for 3.0000 s
Benchmarking submit_refused_cancelled: Collecting 100 samples in estimated 5.0000 s (139M iterations)
Benchmarking submit_refused_cancelled: Analyzing
submit_refused_cancelled
                        time:   [35.984 ns 36.137 ns 36.305 ns]
                        change: [-2.6553% -1.9889% -1.2587%] (p = 0.00 < 0.05)
                        Performance has improved.
Found 19 outliers among 100 measurements (19.00%)
  5 (5.00%) low severe
  2 (2.00%) low mild
  6 (6.00%) high mild
  6 (6.00%) high severe

Benchmarking held_then_decide_approve
Benchmarking held_then_decide_approve: Warming up for 3.0000 s
Benchmarking held_then_decide_approve: Collecting 100 samples in estimated 5.0000 s (6.7M iterations)
Benchmarking held_then_decide_approve: Analyzing
held_then_decide_approve
                        time:   [360.58 ns 378.38 ns 394.86 ns]
                        change: [-98.177% -51.981% +2607.7%] (p = 0.78 > 0.05)
                        No change in performance detected.
Found 7 outliers among 100 measurements (7.00%)
  6 (6.00%) high mild
  1 (1.00%) high severe

