Skip to content

Commit f52476b

Browse files
committed
checkpoint
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 2c53cac commit f52476b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lading/src/config.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ generator:
126126
seed: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
127127
headers: {}
128128
target_uri: "http://localhost:1000/"
129-
bytes_per_second: "100 Mb"
129+
bytes_per_second: "100 MiB"
130130
parallel_connections: 5
131131
method:
132132
post:
133-
maximum_prebuild_cache_size_bytes: "8 Mb"
133+
maximum_prebuild_cache_size_bytes: "8 MiB"
134134
variant: "fluent"
135135
blackhole:
136136
- id: "Data in"
@@ -156,15 +156,15 @@ blackhole:
156156
variant: lading_payload::Config::Fluent,
157157
maximum_prebuild_cache_size_bytes: byte_unit::Byte::from_u64_with_unit(
158158
8,
159-
byte_unit::Unit::MB
159+
byte_unit::Unit::MiB
160160
)
161161
.expect("valid bytes"),
162162
block_cache_method: block::CacheMethod::Fixed,
163163
},
164164
headers: HeaderMap::default(),
165165
bytes_per_second: byte_unit::Byte::from_u64_with_unit(
166166
100,
167-
byte_unit::Unit::MB
167+
byte_unit::Unit::MiB
168168
)
169169
.expect("valid bytes"),
170170
maximum_block_size: lading_payload::block::default_maximum_block_size(),

0 commit comments

Comments
 (0)