Skip to content

Commit fc1af9e

Browse files
3.4.1
1 parent ee6a974 commit fc1af9e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "layer7benchmark"
3-
version = "3.1.1"
3+
version = "3.4.1"
44
edition = "2024"
55
description = "A simple benchmark tool for Layer 7 (HTTP) load testing"
66
license = "MIT"

src/components/client/client_builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pub enum ClientBuildError {
1616
#[error("URL is missing host component")]
1717
URLMissingHost,
1818

19+
#[allow(dead_code)]
1920
#[error("URL is required")]
2021
UrlIsRequired,
2122

src/components/controlled_mode/server_command_executor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ use crate::components::controlled_mode::server::{commands, heartbeat, send_heart
55
use crate::components::controlled_mode::server_command::{ParallelCommands, RemoteCommand};
66
use chrono::NaiveDateTime;
77
use log::{info, warn};
8-
use serde::de;
98
use std::sync::Arc;
10-
use std::time::Duration;
119
use tokio::sync::{Mutex, mpsc};
1210
use tokio::task::JoinSet;
1311
use tonic::transport::Channel;

0 commit comments

Comments
 (0)