dynamo-bench 1.4.0

Lightweight HTTP benchmarks for Dynamo endpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

#[cfg(feature = "claude-trace-export")]
pub mod coding;
#[cfg(feature = "kv-router-stress-support")]
pub mod common;

#[cfg(any(
    feature = "active-sequences",
    feature = "dc-ckf-consumer",
    feature = "dc-ckf-relay",
    feature = "mooncake",
    feature = "router-test-support"
))]
#[path = "../kv_router/common/mod.rs"]
pub mod kv_router_common;