mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Run rustfmt, clean up aquatic_http_protocol/Cargo.toml
This commit is contained in:
parent
0cc312a78d
commit
d0e716f80b
65 changed files with 1754 additions and 2590 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use serde::{Serialize, Deserialize};
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct BenchConfig {
|
||||
|
|
@ -11,7 +10,6 @@ pub struct BenchConfig {
|
|||
pub num_hashes_per_scrape_request: usize,
|
||||
}
|
||||
|
||||
|
||||
impl Default for BenchConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
|
|
@ -25,5 +23,4 @@ impl Default for BenchConfig {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
impl aquatic_cli_helpers::Config for BenchConfig {}
|
||||
impl aquatic_cli_helpers::Config for BenchConfig {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue