Wrap up metrics library

This commit is contained in:
2025-09-03 15:43:26 -04:00
parent 18b0a642bf
commit b8eb00e313
2 changed files with 3 additions and 1 deletions

View File

@@ -505,12 +505,14 @@ ParseResult parse_commit_request(const char* json, CommitRequest& out);
**Test Executables:**
- `test_arena_allocator` - Arena allocator functionality tests
- `test_commit_request` - JSON parsing and validation tests
- `test_metric` - Metrics system functionality tests
- Main server executable (compiled from `src/main.cpp`)
**Benchmark Executables:**
- `bench_arena_allocator` - Arena allocator performance benchmarks
- `bench_commit_request` - JSON parsing performance benchmarks
- `bench_parser_comparison` - Comparison benchmarks vs nlohmann::json and RapidJSON
- `bench_metric` - Metrics system performance benchmarks
**Debug Tools:**
- `debug_arena` - Debug tool for arena allocator analysis