You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**test_basic_produce**: Basic message production with integrated metrics tracking
27
-
-**test_produce_multiple_batches**: Parameterized tests (2s, 5s, 10s durations) with metrics
28
-
-**test_produce_with_compression**: Matrix tests (none, gzip, snappy) with compression-aware metrics
29
-
30
24
## Integrated Performance Metrics Features
31
25
32
26
Every test automatically includes:
@@ -41,7 +35,7 @@ Every test automatically includes:
41
35
42
36
## Configuration
43
37
44
-
Performance bounds are loaded from an environment-based JSON config file. By default, it loads `benchmark_bounds.json`, but you can override this with the `BENCHMARK_BOUNDS_CONFIG` environment variable.
38
+
Performance bounds are loaded from an environment-based JSON config file. By default, it loads `producer_benchmark_bounds.json`, but you can override this with the `BENCHMARK_BOUNDS_CONFIG` environment variable.
0 commit comments