amaters-server 0.1.0

AmateRS server binary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
//! Performance tests for AmateRS server
//!
//! This module contains performance benchmarks covering:
//! - Throughput (ops/sec)
//! - Latency (p50, p95, p99)
//! - Memory usage
//! - Concurrent client performance

mod common;

use amaters_core::storage::MemoryStorage;
use amaters_core::traits::StorageEngine;
use amaters_core::types::{CipherBlob, Key};
use common::*;
use std::sync::Arc;
use std::time::{Duration, Instant};
use tokio::sync::Barrier;

// ============================================================================
// Throughput Benchmarks
// ============================================================================

mod throughput {
    use super::*;

    /// Benchmark sequential write throughput
    #[tokio::test]
    async fn test_sequential_write_throughput() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_ops = 10_000;
        let value_size = 1_000;

        let start = Instant::now();

        for i in 0..num_ops {
            let key = Key::from_str(&format!("seq_write_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let elapsed = start.elapsed();
        let ops_per_sec = num_ops as f64 / elapsed.as_secs_f64();
        let mb_per_sec = (num_ops * value_size) as f64 / elapsed.as_secs_f64() / 1_000_000.0;

        println!("Sequential Write Throughput:");
        println!("  Operations: {}", num_ops);
        println!("  Value Size: {} bytes", value_size);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);
        println!("  MB/sec: {:.2}", mb_per_sec);

        // Minimum performance threshold
        assert!(
            ops_per_sec > 1000.0,
            "Write throughput too low: {} ops/sec",
            ops_per_sec
        );
    }

    /// Benchmark sequential read throughput
    #[tokio::test]
    async fn test_sequential_read_throughput() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_ops = 10_000;
        let value_size = 1_000;

        // Prepopulate
        for i in 0..num_ops {
            let key = Key::from_str(&format!("seq_read_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        // Measure read throughput
        let start = Instant::now();

        for i in 0..num_ops {
            let key = Key::from_str(&format!("seq_read_{:08}", i));
            let _ = ctx.storage.get(&key).await.expect("Get failed");
        }

        let elapsed = start.elapsed();
        let ops_per_sec = num_ops as f64 / elapsed.as_secs_f64();

        println!("Sequential Read Throughput:");
        println!("  Operations: {}", num_ops);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        assert!(
            ops_per_sec > 5000.0,
            "Read throughput too low: {} ops/sec",
            ops_per_sec
        );
    }

    /// Benchmark mixed read/write throughput
    #[tokio::test]
    async fn test_mixed_throughput() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_ops = 10_000;
        let value_size = 500;

        // Prepopulate half the keys
        for i in 0..num_ops / 2 {
            let key = Key::from_str(&format!("mixed_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let start = Instant::now();

        // 50% reads, 50% writes
        for i in 0..num_ops {
            if i % 2 == 0 {
                // Read
                let key = Key::from_str(&format!("mixed_{:08}", i / 2));
                let _ = ctx.storage.get(&key).await.expect("Get failed");
            } else {
                // Write
                let key = Key::from_str(&format!("mixed_{:08}", num_ops / 2 + i));
                let value = create_test_blob_pattern(value_size, i);
                ctx.storage.put(&key, &value).await.expect("Put failed");
            }
        }

        let elapsed = start.elapsed();
        let ops_per_sec = num_ops as f64 / elapsed.as_secs_f64();

        println!("Mixed Read/Write Throughput:");
        println!("  Operations: {} (50% read, 50% write)", num_ops);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        assert!(
            ops_per_sec > 2000.0,
            "Mixed throughput too low: {} ops/sec",
            ops_per_sec
        );
    }

    /// Benchmark delete throughput
    #[tokio::test]
    async fn test_delete_throughput() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_ops = 5_000;

        // Prepopulate
        for i in 0..num_ops {
            let key = Key::from_str(&format!("delete_perf_{:08}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; 100]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        // Measure delete throughput
        let start = Instant::now();

        for i in 0..num_ops {
            let key = Key::from_str(&format!("delete_perf_{:08}", i));
            ctx.storage.delete(&key).await.expect("Delete failed");
        }

        let elapsed = start.elapsed();
        let ops_per_sec = num_ops as f64 / elapsed.as_secs_f64();

        println!("Delete Throughput:");
        println!("  Operations: {}", num_ops);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        assert!(
            ops_per_sec > 5000.0,
            "Delete throughput too low: {} ops/sec",
            ops_per_sec
        );
    }

    /// Benchmark range query throughput
    #[tokio::test]
    async fn test_range_throughput() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_keys = 10_000;
        let range_size = 100;
        let num_queries = 100;

        // Prepopulate
        for i in 0..num_keys {
            let key = Key::from_str(&format!("range_perf_{:08}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; 50]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        // Measure range query throughput
        let start = Instant::now();

        for i in 0..num_queries {
            let start_idx = (i * (num_keys / num_queries)) as usize;
            let end_idx = start_idx + range_size;

            let start_key = Key::from_str(&format!("range_perf_{:08}", start_idx));
            let end_key = Key::from_str(&format!("range_perf_{:08}", end_idx));

            let results = ctx
                .storage
                .range(&start_key, &end_key)
                .await
                .expect("Range failed");
            assert!(!results.is_empty());
        }

        let elapsed = start.elapsed();
        let queries_per_sec = num_queries as f64 / elapsed.as_secs_f64();

        println!("Range Query Throughput:");
        println!("  Queries: {}", num_queries);
        println!("  Range Size: {} keys", range_size);
        println!("  Time: {:?}", elapsed);
        println!("  Queries/sec: {:.2}", queries_per_sec);

        assert!(
            queries_per_sec > 100.0,
            "Range throughput too low: {} queries/sec",
            queries_per_sec
        );
    }
}

// ============================================================================
// Latency Benchmarks
// ============================================================================

mod latency {
    use super::*;

    /// Benchmark write latency
    #[tokio::test]
    async fn test_write_latency() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_samples = 1_000;
        let value_size = 1_000;
        let mut stats = LatencyStats::new();

        for i in 0..num_samples {
            let key = Key::from_str(&format!("write_latency_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);

            let start = Instant::now();
            ctx.storage.put(&key, &value).await.expect("Put failed");
            let elapsed = start.elapsed();

            stats.record(elapsed.as_micros() as u64);
        }

        println!("Write Latency:");
        println!("  Samples: {}", num_samples);
        println!("  Mean: {:.2} us", stats.mean_us());
        println!("  Min: {} us", stats.min_us);
        println!("  Max: {} us", stats.max_us);
        println!("  P50: {} us", stats.p50());
        println!("  P95: {} us", stats.p95());
        println!("  P99: {} us", stats.p99());

        // Reasonable latency thresholds
        assert!(
            stats.p99() < 10_000,
            "P99 write latency too high: {} us",
            stats.p99()
        );
    }

    /// Benchmark read latency
    #[tokio::test]
    async fn test_read_latency() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_samples = 1_000;
        let value_size = 1_000;

        // Prepopulate
        for i in 0..num_samples {
            let key = Key::from_str(&format!("read_latency_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let mut stats = LatencyStats::new();

        // Measure read latency
        for i in 0..num_samples {
            let key = Key::from_str(&format!("read_latency_{:08}", i));

            let start = Instant::now();
            let _ = ctx.storage.get(&key).await.expect("Get failed");
            let elapsed = start.elapsed();

            stats.record(elapsed.as_micros() as u64);
        }

        println!("Read Latency:");
        println!("  Samples: {}", num_samples);
        println!("  Mean: {:.2} us", stats.mean_us());
        println!("  Min: {} us", stats.min_us);
        println!("  Max: {} us", stats.max_us);
        println!("  P50: {} us", stats.p50());
        println!("  P95: {} us", stats.p95());
        println!("  P99: {} us", stats.p99());

        assert!(
            stats.p99() < 5_000,
            "P99 read latency too high: {} us",
            stats.p99()
        );
    }

    /// Benchmark delete latency
    #[tokio::test]
    async fn test_delete_latency() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_samples = 1_000;

        // Prepopulate
        for i in 0..num_samples {
            let key = Key::from_str(&format!("delete_latency_{:08}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; 100]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let mut stats = LatencyStats::new();

        // Measure delete latency
        for i in 0..num_samples {
            let key = Key::from_str(&format!("delete_latency_{:08}", i));

            let start = Instant::now();
            ctx.storage.delete(&key).await.expect("Delete failed");
            let elapsed = start.elapsed();

            stats.record(elapsed.as_micros() as u64);
        }

        println!("Delete Latency:");
        println!("  Samples: {}", num_samples);
        println!("  Mean: {:.2} us", stats.mean_us());
        println!("  Min: {} us", stats.min_us);
        println!("  Max: {} us", stats.max_us);
        println!("  P50: {} us", stats.p50());
        println!("  P95: {} us", stats.p95());
        println!("  P99: {} us", stats.p99());

        assert!(
            stats.p99() < 5_000,
            "P99 delete latency too high: {} us",
            stats.p99()
        );
    }

    /// Benchmark range query latency
    #[tokio::test]
    async fn test_range_latency() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_keys = 10_000;
        let range_size = 100;
        let num_samples = 100;

        // Prepopulate
        for i in 0..num_keys {
            let key = Key::from_str(&format!("range_lat_{:08}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; 50]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let mut stats = LatencyStats::new();

        // Measure range query latency
        for i in 0..num_samples {
            let start_idx = (i * (num_keys / num_samples)) as usize;
            let end_idx = start_idx + range_size;

            let start_key = Key::from_str(&format!("range_lat_{:08}", start_idx));
            let end_key = Key::from_str(&format!("range_lat_{:08}", end_idx));

            let start = Instant::now();
            let _ = ctx
                .storage
                .range(&start_key, &end_key)
                .await
                .expect("Range failed");
            let elapsed = start.elapsed();

            stats.record(elapsed.as_micros() as u64);
        }

        println!("Range Query Latency:");
        println!("  Samples: {}", num_samples);
        println!("  Range Size: {} keys", range_size);
        println!("  Mean: {:.2} us", stats.mean_us());
        println!("  Min: {} us", stats.min_us);
        println!("  Max: {} us", stats.max_us);
        println!("  P50: {} us", stats.p50());
        println!("  P95: {} us", stats.p95());
        println!("  P99: {} us", stats.p99());

        assert!(
            stats.p99() < 50_000,
            "P99 range latency too high: {} us",
            stats.p99()
        );
    }

    /// Benchmark read latency for missing keys
    #[tokio::test]
    async fn test_miss_latency() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_samples = 1_000;

        let mut stats = LatencyStats::new();

        // Measure read latency for non-existent keys
        for i in 0..num_samples {
            let key = Key::from_str(&format!("nonexistent_{:08}", i));

            let start = Instant::now();
            let result = ctx.storage.get(&key).await.expect("Get failed");
            let elapsed = start.elapsed();

            assert!(result.is_none());
            stats.record(elapsed.as_micros() as u64);
        }

        println!("Miss Latency:");
        println!("  Samples: {}", num_samples);
        println!("  Mean: {:.2} us", stats.mean_us());
        println!("  P50: {} us", stats.p50());
        println!("  P95: {} us", stats.p95());
        println!("  P99: {} us", stats.p99());

        assert!(
            stats.p99() < 1_000,
            "P99 miss latency too high: {} us",
            stats.p99()
        );
    }
}

// ============================================================================
// Memory Usage Tests
// ============================================================================

mod memory {
    use super::*;

    /// Test memory usage for bulk inserts
    #[tokio::test]
    async fn test_bulk_insert_memory() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_entries = 10_000;
        let value_size = 1_000;

        let tracker = MemoryTracker::new();

        for i in 0..num_entries {
            let key = Key::from_str(&format!("memory_test_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        // Verify data was inserted
        let keys = ctx.storage.keys().await.expect("Keys failed");
        assert_eq!(keys.len(), num_entries);

        println!("Bulk Insert Memory:");
        println!("  Entries: {}", num_entries);
        println!("  Value Size: {} bytes", value_size);
        println!(
            "  Total Data: {} MB",
            (num_entries * value_size) as f64 / 1_000_000.0
        );
        println!("  Memory Delta: {:.2} MB", tracker.delta_mb());
    }

    /// Test memory usage after deletions
    #[tokio::test]
    async fn test_delete_memory_recovery() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_entries = 5_000;
        let value_size = 1_000;

        // Insert data
        for i in 0..num_entries {
            let key = Key::from_str(&format!("del_mem_{:08}", i));
            let value = create_test_blob_pattern(value_size, i);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let tracker = MemoryTracker::new();

        // Delete half the data
        for i in 0..num_entries / 2 {
            let key = Key::from_str(&format!("del_mem_{:08}", i));
            ctx.storage.delete(&key).await.expect("Delete failed");
        }

        // Verify remaining data
        let keys = ctx.storage.keys().await.expect("Keys failed");
        assert_eq!(keys.len(), num_entries / 2);

        println!("Delete Memory Recovery:");
        println!("  Deleted Entries: {}", num_entries / 2);
        println!("  Remaining Entries: {}", keys.len());
        println!("  Memory Delta: {:.2} MB", tracker.delta_mb());
    }

    /// Test memory usage for different value sizes
    #[tokio::test]
    async fn test_value_size_memory_scaling() {
        let value_sizes = [100, 1_000, 10_000];
        let num_entries = 1_000;

        for value_size in value_sizes {
            let ctx = TestContext::new().expect("Failed to create context");
            let tracker = MemoryTracker::new();

            for i in 0..num_entries {
                let key = Key::from_str(&format!("size_test_{}_{:06}", value_size, i));
                let value = create_test_blob_pattern(value_size, i);
                ctx.storage.put(&key, &value).await.expect("Put failed");
            }

            let expected_size = (num_entries * value_size) as f64 / 1_000_000.0;

            println!(
                "Value Size {}: {} entries x {} bytes = {:.2} MB (delta: {:.2} MB)",
                value_size,
                num_entries,
                value_size,
                expected_size,
                tracker.delta_mb()
            );
        }
    }
}

// ============================================================================
// Concurrent Client Tests
// ============================================================================

mod concurrent_clients {
    use super::*;
    use std::sync::atomic::{AtomicU64, Ordering};

    /// Benchmark concurrent write performance
    #[tokio::test]
    async fn test_concurrent_write_performance() {
        let ctx = TestContext::new().expect("Failed to create context");
        let storage = ctx.storage.clone();
        let num_clients = 10;
        let ops_per_client = 1_000;
        let value_size = 500;

        let barrier = Arc::new(Barrier::new(num_clients));
        let total_ops = Arc::new(AtomicU64::new(0));

        let start = Instant::now();
        let mut handles = Vec::new();

        for client_id in 0..num_clients {
            let storage = storage.clone();
            let barrier = barrier.clone();
            let total_ops = total_ops.clone();

            let handle = tokio::spawn(async move {
                barrier.wait().await;

                for i in 0..ops_per_client {
                    let key = Key::from_str(&format!("concurrent_w_{}_{:06}", client_id, i));
                    let value = CipherBlob::new(vec![client_id as u8; value_size]);
                    storage.put(&key, &value).await.expect("Put failed");
                    total_ops.fetch_add(1, Ordering::Relaxed);
                }
            });

            handles.push(handle);
        }

        for handle in handles {
            handle.await.expect("Task failed");
        }

        let elapsed = start.elapsed();
        let total = total_ops.load(Ordering::Relaxed);
        let ops_per_sec = total as f64 / elapsed.as_secs_f64();

        println!("Concurrent Write Performance:");
        println!("  Clients: {}", num_clients);
        println!("  Operations/Client: {}", ops_per_client);
        println!("  Total Operations: {}", total);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        assert!(
            ops_per_sec > 5000.0,
            "Concurrent write too slow: {} ops/sec",
            ops_per_sec
        );
    }

    /// Benchmark concurrent read performance
    #[tokio::test]
    async fn test_concurrent_read_performance() {
        let ctx = TestContext::new().expect("Failed to create context");
        let num_keys = 10_000;
        let value_size = 500;

        // Prepopulate
        for i in 0..num_keys {
            let key = Key::from_str(&format!("concurrent_r_{:06}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; value_size]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let storage = ctx.storage.clone();
        let num_clients = 10;
        let reads_per_client = 1_000;
        let barrier = Arc::new(Barrier::new(num_clients));
        let total_ops = Arc::new(AtomicU64::new(0));

        let start = Instant::now();
        let mut handles = Vec::new();

        for client_id in 0..num_clients {
            let storage = storage.clone();
            let barrier = barrier.clone();
            let total_ops = total_ops.clone();

            let handle = tokio::spawn(async move {
                barrier.wait().await;

                for i in 0..reads_per_client {
                    let key_idx = (client_id * reads_per_client + i) % num_keys;
                    let key = Key::from_str(&format!("concurrent_r_{:06}", key_idx));
                    let _ = storage.get(&key).await.expect("Get failed");
                    total_ops.fetch_add(1, Ordering::Relaxed);
                }
            });

            handles.push(handle);
        }

        for handle in handles {
            handle.await.expect("Task failed");
        }

        let elapsed = start.elapsed();
        let total = total_ops.load(Ordering::Relaxed);
        let ops_per_sec = total as f64 / elapsed.as_secs_f64();

        println!("Concurrent Read Performance:");
        println!("  Clients: {}", num_clients);
        println!("  Reads/Client: {}", reads_per_client);
        println!("  Total Operations: {}", total);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        assert!(
            ops_per_sec > 10000.0,
            "Concurrent read too slow: {} ops/sec",
            ops_per_sec
        );
    }

    /// Benchmark concurrent mixed operations
    #[tokio::test]
    async fn test_concurrent_mixed_performance() {
        let ctx = TestContext::new().expect("Failed to create context");
        let storage = ctx.storage.clone();

        // Prepopulate some data
        for i in 0..5_000 {
            let key = Key::from_str(&format!("mixed_perf_{:06}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; 500]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let num_clients = 8;
        let ops_per_client = 1_000;
        let barrier = Arc::new(Barrier::new(num_clients));
        let total_ops = Arc::new(AtomicU64::new(0));

        let start = Instant::now();
        let mut handles = Vec::new();

        for client_id in 0..num_clients {
            let storage = storage.clone();
            let barrier = barrier.clone();
            let total_ops = total_ops.clone();

            let handle = tokio::spawn(async move {
                barrier.wait().await;

                for i in 0_usize..ops_per_client {
                    match i % 3 {
                        0 => {
                            // Read
                            let key = Key::from_str(&format!("mixed_perf_{:06}", i % 5000));
                            let _ = storage.get(&key).await.expect("Get failed");
                        }
                        1 => {
                            // Write
                            let key = Key::from_str(&format!("mixed_new_{}_{:06}", client_id, i));
                            let value = CipherBlob::new(vec![1; 500]);
                            storage.put(&key, &value).await.expect("Put failed");
                        }
                        _ => {
                            // Delete
                            let key = Key::from_str(&format!(
                                "mixed_new_{}_{:06}",
                                client_id,
                                i.saturating_sub(1)
                            ));
                            storage.delete(&key).await.expect("Delete failed");
                        }
                    }
                    total_ops.fetch_add(1, Ordering::Relaxed);
                }
            });

            handles.push(handle);
        }

        for handle in handles {
            handle.await.expect("Task failed");
        }

        let elapsed = start.elapsed();
        let total = total_ops.load(Ordering::Relaxed);
        let ops_per_sec = total as f64 / elapsed.as_secs_f64();

        println!("Concurrent Mixed Performance:");
        println!("  Clients: {}", num_clients);
        println!("  Operations/Client: {}", ops_per_client);
        println!("  Total Operations: {}", total);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        assert!(
            ops_per_sec > 3000.0,
            "Concurrent mixed too slow: {} ops/sec",
            ops_per_sec
        );
    }

    /// Test scalability with increasing client count
    #[tokio::test]
    async fn test_client_scalability() {
        let client_counts = [1, 2, 4, 8];
        let ops_per_client = 500;
        let value_size = 500;

        println!("Client Scalability Test:");
        println!("  Ops/Client: {}", ops_per_client);
        println!("  Value Size: {} bytes", value_size);
        println!();

        for num_clients in client_counts {
            let ctx = TestContext::new().expect("Failed to create context");
            let storage = ctx.storage.clone();
            let barrier = Arc::new(Barrier::new(num_clients));
            let total_ops = Arc::new(AtomicU64::new(0));

            let start = Instant::now();
            let mut handles = Vec::new();

            for client_id in 0..num_clients {
                let storage = storage.clone();
                let barrier = barrier.clone();
                let total_ops = total_ops.clone();

                let handle = tokio::spawn(async move {
                    barrier.wait().await;

                    for i in 0..ops_per_client {
                        let key = Key::from_str(&format!("scale_{}_{:06}", client_id, i));
                        let value = CipherBlob::new(vec![client_id as u8; value_size]);
                        storage.put(&key, &value).await.expect("Put failed");
                        total_ops.fetch_add(1, Ordering::Relaxed);
                    }
                });

                handles.push(handle);
            }

            for handle in handles {
                handle.await.expect("Task failed");
            }

            let elapsed = start.elapsed();
            let total = total_ops.load(Ordering::Relaxed);
            let ops_per_sec = total as f64 / elapsed.as_secs_f64();

            println!(
                "  {} clients: {:.2} ops/sec ({:?})",
                num_clients, ops_per_sec, elapsed
            );
        }
    }

    /// Test latency under concurrent load
    #[tokio::test]
    async fn test_latency_under_load() {
        let ctx = TestContext::new().expect("Failed to create context");
        let storage = ctx.storage.clone();

        // Prepopulate
        for i in 0..5_000 {
            let key = Key::from_str(&format!("load_test_{:06}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; 500]);
            ctx.storage.put(&key, &value).await.expect("Put failed");
        }

        let num_background_tasks = 4;
        let num_samples = 100;
        let barrier = Arc::new(Barrier::new(num_background_tasks + 1));
        let running = Arc::new(std::sync::atomic::AtomicBool::new(true));

        // Start background load
        let mut handles = Vec::new();
        for task_id in 0..num_background_tasks {
            let storage = storage.clone();
            let barrier = barrier.clone();
            let running = running.clone();

            let handle = tokio::spawn(async move {
                barrier.wait().await;
                let mut count = 0;

                while running.load(Ordering::Relaxed) {
                    let key = Key::from_str(&format!("load_test_{:06}", count % 5000));
                    let _ = storage.get(&key).await;
                    count += 1;

                    // Small delay to prevent overwhelming the system
                    tokio::time::sleep(Duration::from_micros(10)).await;
                }
            });

            handles.push(handle);
        }

        // Measure latency while load is running
        barrier.wait().await;

        let mut stats = LatencyStats::new();
        for i in 0..num_samples {
            let key = Key::from_str(&format!("load_test_{:06}", i % 5000));

            let start = Instant::now();
            let _ = storage.get(&key).await.expect("Get failed");
            let elapsed = start.elapsed();

            stats.record(elapsed.as_micros() as u64);
        }

        // Stop background tasks
        running.store(false, Ordering::Relaxed);
        for handle in handles {
            let _ = handle.await;
        }

        println!("Latency Under Load:");
        println!("  Background Tasks: {}", num_background_tasks);
        println!("  Samples: {}", num_samples);
        println!("  Mean: {:.2} us", stats.mean_us());
        println!("  P50: {} us", stats.p50());
        println!("  P95: {} us", stats.p95());
        println!("  P99: {} us", stats.p99());

        // Latency should still be reasonable under load
        assert!(
            stats.p99() < 10_000,
            "P99 latency under load too high: {} us",
            stats.p99()
        );
    }
}

// ============================================================================
// Stress Tests
// ============================================================================

mod stress {
    use super::*;

    /// Sustained load test
    #[tokio::test]
    async fn test_sustained_load() {
        let ctx = TestContext::new().expect("Failed to create context");
        let duration = Duration::from_secs(5);
        let value_size = 500;

        let start = Instant::now();
        let mut ops = 0u64;
        let mut i = 0u64;

        while start.elapsed() < duration {
            let key = Key::from_str(&format!("sustained_{:012}", i));
            let value = CipherBlob::new(vec![(i % 256) as u8; value_size]);

            ctx.storage.put(&key, &value).await.expect("Put failed");
            ops += 1;
            i += 1;
        }

        let elapsed = start.elapsed();
        let ops_per_sec = ops as f64 / elapsed.as_secs_f64();

        println!("Sustained Load Test:");
        println!("  Duration: {:?}", elapsed);
        println!("  Total Operations: {}", ops);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        // Verify data integrity
        let sample_key = Key::from_str("sustained_000000000000");
        let value = ctx.storage.get(&sample_key).await.expect("Get failed");
        assert!(value.is_some());
    }

    /// High frequency key updates
    #[tokio::test]
    async fn test_hotspot_key() {
        let ctx = TestContext::new().expect("Failed to create context");
        let hotspot_key = Key::from_str("hotspot");
        let num_updates = 10_000;

        let start = Instant::now();

        for i in 0..num_updates {
            let value = CipherBlob::new(vec![(i % 256) as u8; 100]);
            ctx.storage
                .put(&hotspot_key, &value)
                .await
                .expect("Put failed");
        }

        let elapsed = start.elapsed();
        let ops_per_sec = num_updates as f64 / elapsed.as_secs_f64();

        println!("Hotspot Key Test:");
        println!("  Updates: {}", num_updates);
        println!("  Time: {:?}", elapsed);
        println!("  Ops/sec: {:.2}", ops_per_sec);

        // Verify final value
        let value = ctx.storage.get(&hotspot_key).await.expect("Get failed");
        assert!(value.is_some());
    }

    /// Large value handling
    #[tokio::test]
    async fn test_large_value_performance() {
        let ctx = TestContext::new().expect("Failed to create context");
        let sizes = [10_000, 100_000, 1_000_000];

        println!("Large Value Performance:");

        for size in sizes {
            let key = Key::from_str(&format!("large_{}", size));
            let value = CipherBlob::new(vec![42u8; size]);

            // Write
            let write_start = Instant::now();
            ctx.storage.put(&key, &value).await.expect("Put failed");
            let write_time = write_start.elapsed();

            // Read
            let read_start = Instant::now();
            let _ = ctx.storage.get(&key).await.expect("Get failed");
            let read_time = read_start.elapsed();

            // Delete
            let delete_start = Instant::now();
            ctx.storage.delete(&key).await.expect("Delete failed");
            let delete_time = delete_start.elapsed();

            println!(
                "  {} bytes: write={:?}, read={:?}, delete={:?}",
                size, write_time, read_time, delete_time
            );
        }
    }
}