   Compiling slab v0.4.11
   Compiling futures-util v0.3.31
   Compiling h2 v0.3.27
   Compiling hyper v1.6.0
   Compiling tower v0.5.2
   Compiling futures-executor v0.3.31
   Compiling axum-core v0.4.5
   Compiling tower v0.4.13
   Compiling futures v0.3.31
   Compiling hyper-util v0.1.16
   Compiling axum v0.7.9
   Compiling hyper v0.14.32
   Compiling hyper-tls v0.5.0
   Compiling reqwest v0.11.27
   Compiling kotadb v0.2.0 (/Users/jayminwest/Projects/kota-db)
    Finished `bench` profile [optimized] target(s) in 51.42s
     Running unittests src/lib.rs (target/release/deps/kotadb-9300083c271dba03)

running 83 tests
test btree_test::tests::test_btree_deletion_multiple ... ignored
test btree_test::tests::test_btree_deletion_simple ... ignored
test builders::tests::test_builder_validation ... ignored
test builders::tests::test_document_builder ... ignored
test builders::tests::test_query_builder ... ignored
test builders::tests::test_storage_config_builder ... ignored
test connection_pool::tests::test_connection_limit_enforcement ... ignored
test connection_pool::tests::test_connection_pool_lifecycle ... ignored
test connection_pool::tests::test_rate_limiting ... ignored
test connection_pool::tests::test_request_latency_recording ... ignored
test connection_pool::tests::test_token_bucket_rate_limiter ... ignored
test contracts::connection_pool::tests::test_connection_pool_config_default ... ignored
test contracts::connection_pool::tests::test_connection_stats_structure ... ignored
test contracts::connection_pool::tests::test_rate_limit_result_variants ... ignored
test contracts::optimization::tests::test_bulk_operation_result_success ... ignored
test contracts::optimization::tests::test_contention_metrics_health ... ignored
test contracts::performance::tests::test_btree_sla_validation ... ignored
test contracts::performance::tests::test_complexity_growth_validation ... ignored
test embeddings::tests::test_embedding_service_caching ... ignored
test embeddings::tests::test_local_embedding_provider ... ignored
test embeddings::tests::test_model_configurations ... ignored
test http_server::tests::test_create_document ... ignored
test http_server::tests::test_get_nonexistent_document ... ignored
test http_server::tests::test_health_check ... ignored
test http_server::tests::test_invalid_document_id ... ignored
test http_server::tests::test_monitoring_endpoints ... ignored
test http_server::tests::test_performance_endpoint ... ignored
test http_server::tests::test_resource_endpoint ... ignored
test metrics::optimization::tests::test_efficiency_score_calculation ... ignored
test metrics::optimization::tests::test_optimization_metrics_collector ... ignored
test metrics::performance::tests::test_metrics_export ... ignored
test metrics::performance::tests::test_performance_collector ... ignored
test observability::tests::test_metrics_recording ... ignored
test observability::tests::test_operation_context_creation ... ignored
test observability::tests::test_perf_timer ... ignored
test observability::tests::test_with_trace_id ... ignored
test primary_index::tests::test_primary_index_contract_enforcement ... ignored
test primary_index::tests::test_primary_index_metadata_management ... ignored
test pure::btree::tests::test_empty_tree_creation ... ignored
test pure::btree::tests::test_multiple_insertions ... ignored
test pure::btree::tests::test_single_insertion ... ignored
test pure::connection_pool::tests::test_calculate_backoff_duration ... ignored
test pure::connection_pool::tests::test_calculate_connection_stats ... ignored
test pure::connection_pool::tests::test_calculate_latency_percentiles ... ignored
test pure::connection_pool::tests::test_calculate_rate_limit_allowed ... ignored
test pure::connection_pool::tests::test_calculate_rate_limit_blocked ... ignored
test pure::connection_pool::tests::test_calculate_rate_limit_expired_window ... ignored
test pure::connection_pool::tests::test_can_accept_connection ... ignored
test pure::connection_pool::tests::test_is_connection_timed_out ... ignored
test pure::connection_pool::tests::test_is_system_healthy ... ignored
test pure::connection_pool::tests::test_percentile_calculation ... ignored
test pure::connection_pool::tests::test_update_rate_limit_window ... ignored
test pure::performance::tests::test_complexity_detection_logarithmic ... ignored
test pure::performance::tests::test_performance_stats_calculation ... ignored
test pure::performance::tests::test_regression_detection ... ignored
test pure::tests::test_analyze_tree_structure ... ignored
test pure::tests::test_bulk_delete_partial ... ignored
test pure::tests::test_bulk_insert_empty_tree ... ignored
test pure::tests::test_count_entries ... ignored
test semantic_search::tests::test_document_insertion_with_auto_embedding ... ignored
test semantic_search::tests::test_embedding_stats ... ignored
test semantic_search::tests::test_semantic_search ... ignored
test semantic_search::tests::test_semantic_search_engine_creation ... ignored
test trigram_index::tests::test_trigram_extraction ... ignored
test trigram_index::tests::test_trigram_extraction_normalization ... ignored
test trigram_index::tests::test_trigram_extraction_short_text ... ignored
test trigram_index::tests::test_trigram_index_basic_operations ... ignored
test types::tests::test_document_state_machine ... ignored
test types::tests::test_non_zero_size ... ignored
test types::tests::test_timestamp_pair ... ignored
test types::tests::test_validated_path ... ignored
test types::tests::test_validated_title ... ignored
test validation::tests::test_document_validation ... ignored
test validation::tests::test_path_validation ... ignored
test validation::tests::test_tag_validation ... ignored
test vector_index::tests::test_distance_calculations ... ignored
test vector_index::tests::test_vector_index_creation ... ignored
test vector_index::tests::test_vector_insertion_and_search ... ignored
test wrappers::optimization::tests::test_bulk_operations ... ignored
test wrappers::optimization::tests::test_optimization_dashboard ... ignored
test wrappers::optimization::tests::test_optimized_index_wrapper ... ignored
test wrappers::tests::test_cached_storage ... ignored
test wrappers::tests::test_traced_storage ... ignored

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

     Running unittests src/main.rs (target/release/deps/kotadb-d966fcda19eef801)

running 0 tests

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

     Running benches/concurrent_performance.rs (target/release/deps/concurrent_performance-591fede206e4b57a)

running 0 tests

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

     Running benches/concurrent_performance_simple.rs (target/release/deps/concurrent_performance_simple-4484c8710a97c01a)

running 0 tests

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

     Running benches/index_stress.rs (target/release/deps/index_stress-4a1935a5861faa6e)

running 0 tests

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

     Running benches/indices.rs (target/release/deps/indices-93d5640b43aac62e)
Gnuplot not found, using plotters backend
Benchmarking btree_insertion/100
Benchmarking btree_insertion/100: Warming up for 3.0000 s
Benchmarking btree_insertion/100: Collecting 100 samples in estimated 5.0213 s (298k iterations)
Benchmarking btree_insertion/100: Analyzing
btree_insertion/100     time:   [14.808 µs 15.135 µs 15.478 µs]
Benchmarking btree_insertion/1000
Benchmarking btree_insertion/1000: Warming up for 3.0000 s
Benchmarking btree_insertion/1000: Collecting 100 samples in estimated 5.7480 s (20k iterations)
Benchmarking btree_insertion/1000: Analyzing
btree_insertion/1000    time:   [278.88 µs 281.06 µs 283.37 µs]
Found 4 outliers among 100 measurements (4.00%)
  4 (4.00%) high mild
Benchmarking btree_insertion/10000
Benchmarking btree_insertion/10000: Warming up for 3.0000 s
Benchmarking btree_insertion/10000: Collecting 100 samples in estimated 5.1097 s (1100 iterations)
Benchmarking btree_insertion/10000: Analyzing
btree_insertion/10000   time:   [4.6460 ms 4.6695 ms 4.6923 ms]
Found 10 outliers among 100 measurements (10.00%)
  3 (3.00%) low severe
  4 (4.00%) low mild
  2 (2.00%) high mild
  1 (1.00%) high severe

Benchmarking btree_search/100
Benchmarking btree_search/100: Warming up for 3.0000 s
Benchmarking btree_search/100: Collecting 100 samples in estimated 5.0054 s (3.4M iterations)
Benchmarking btree_search/100: Analyzing
btree_search/100        time:   [1.4921 µs 1.5152 µs 1.5395 µs]
Found 4 outliers among 100 measurements (4.00%)
  4 (4.00%) high mild
Benchmarking btree_search/1000
Benchmarking btree_search/1000: Warming up for 3.0000 s
Benchmarking btree_search/1000: Collecting 100 samples in estimated 5.0090 s (172k iterations)
Benchmarking btree_search/1000: Analyzing
btree_search/1000       time:   [28.504 µs 29.032 µs 29.681 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe
Benchmarking btree_search/10000
Benchmarking btree_search/10000: Warming up for 3.0000 s
Benchmarking btree_search/10000: Collecting 100 samples in estimated 7.1883 s (15k iterations)
Benchmarking btree_search/10000: Analyzing
btree_search/10000      time:   [478.05 µs 482.44 µs 487.99 µs]
Found 5 outliers among 100 measurements (5.00%)
  3 (3.00%) high mild
  2 (2.00%) high severe

Benchmarking complexity_comparison/linear_search_10k
Benchmarking complexity_comparison/linear_search_10k: Warming up for 3.0000 s
Benchmarking complexity_comparison/linear_search_10k: Collecting 100 samples in estimated 5.0052 s (3.7M iterations)
Benchmarking complexity_comparison/linear_search_10k: Analyzing
complexity_comparison/linear_search_10k
                        time:   [1.3421 µs 1.3443 µs 1.3481 µs]
Found 7 outliers among 100 measurements (7.00%)
  3 (3.00%) high mild
  4 (4.00%) high severe
Benchmarking complexity_comparison/btree_search_10k
Benchmarking complexity_comparison/btree_search_10k: Warming up for 3.0000 s
Benchmarking complexity_comparison/btree_search_10k: Collecting 100 samples in estimated 5.0001 s (97M iterations)
Benchmarking complexity_comparison/btree_search_10k: Analyzing
complexity_comparison/btree_search_10k
                        time:   [52.662 ns 53.766 ns 54.976 ns]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild

     Running benches/queries.rs (target/release/deps/queries-a531ccae5c79f0d6)
Gnuplot not found, using plotters backend
Benchmarking query_placeholder
Benchmarking query_placeholder: Warming up for 3.0000 s
Benchmarking query_placeholder: Collecting 100 samples in estimated 5.0000 s (12B iterations)
Benchmarking query_placeholder: Analyzing
query_placeholder       time:   [421.42 ps 425.37 ps 429.91 ps]

     Running benches/query_routing_performance.rs (target/release/deps/query_routing_performance-e94d48907bdf5d13)

running 0 tests

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

     Running benches/storage.rs (target/release/deps/storage-06cbd257882404d0)
Gnuplot not found, using plotters backend
Benchmarking storage_placeholder
Benchmarking storage_placeholder: Warming up for 3.0000 s
Benchmarking storage_placeholder: Collecting 100 samples in estimated 5.0000 s (12B iterations)
Benchmarking storage_placeholder: Analyzing
storage_placeholder     time:   [423.86 ps 429.48 ps 435.71 ps]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe

     Running benches/storage_stress.rs (target/release/deps/storage_stress-11e2eec20215ef29)
Gnuplot not found, using plotters backend
🏭 Generating 1000 realistic documents...
  📝 Generated 0/1000 documents
✅ Generated 1000 documents with realistic content
📊 Testing 1000 documents: Generated 1000 docs (~2.9MB total, ~2KB avg) across 8 topics (seed: 42)
Benchmarking storage_stress/bulk_operations/1000
Benchmarking storage_stress/bulk_operations/1000: Warming up for 3.0000 s
Benchmarking storage_stress/bulk_operations/1000: Collecting 10 samples in estimated 10.088 s (520 iterations)
Benchmarking storage_stress/bulk_operations/1000: Analyzing
storage_stress/bulk_operations/1000
                        time:   [18.619 ms 18.904 ms 19.204 ms]
🏭 Generating 5000 realistic documents...
  📝 Generated 0/5000 documents
  📝 Generated 1000/5000 documents
  📝 Generated 2000/5000 documents
  📝 Generated 3000/5000 documents
  📝 Generated 4000/5000 documents
✅ Generated 5000 documents with realistic content
📊 Testing 5000 documents: Generated 5000 docs (~14.3MB total, ~2KB avg) across 8 topics (seed: 42)
Benchmarking storage_stress/bulk_operations/5000
Benchmarking storage_stress/bulk_operations/5000: Warming up for 3.0000 s
Benchmarking storage_stress/bulk_operations/5000: Collecting 10 samples in estimated 10.202 s (490 iterations)
Benchmarking storage_stress/bulk_operations/5000: Analyzing
storage_stress/bulk_operations/5000
                        time:   [18.839 ms 19.241 ms 19.737 ms]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high mild

🏭 Generating 1000 realistic documents...
  📝 Generated 0/1000 documents
✅ Generated 1000 documents with realistic content
Benchmarking mixed_workload/realistic_workload
Benchmarking mixed_workload/realistic_workload: Warming up for 3.0000 s
Benchmarking mixed_workload/realistic_workload: Collecting 10 samples in estimated 10.010 s (880 iterations)
Benchmarking mixed_workload/realistic_workload: Analyzing
mixed_workload/realistic_workload
                        time:   [11.255 ms 11.416 ms 11.613 ms]
Found 2 outliers among 10 measurements (20.00%)
  1 (10.00%) high mild
  1 (10.00%) high severe

     Running benches/stress_data_generator.rs (target/release/deps/stress_data_generator-da46eabbf4a78e6c)

running 0 tests

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

