increase chunk size; change composition.
This commit is contained in:
parent
77000db747
commit
172204c933
@ -9,10 +9,10 @@
|
||||
runner = "local:docker"
|
||||
|
||||
[global.run.test_params]
|
||||
size = "100MB"
|
||||
size = "10MB"
|
||||
latencies = '["50ms", "100ms", "200ms"]'
|
||||
bandwidth = '["32MiB", "16MiB", "8MiB", "4MiB", "1MiB"]'
|
||||
concurrency = "1"
|
||||
concurrency = "10"
|
||||
|
||||
[[groups]]
|
||||
id = "providers"
|
||||
|
@ -258,7 +258,7 @@ func runProvider(ctx context.Context, runenv *runtime.RunEnv, initCtx *run.InitC
|
||||
// file with random data
|
||||
file := files.NewReaderFile(io.LimitReader(rand.Reader, int64(size)))
|
||||
|
||||
const unixfsChunkSize uint64 = 1 << 10
|
||||
const unixfsChunkSize uint64 = 1 << 20
|
||||
const unixfsLinksPerLevel = 1024
|
||||
|
||||
params := ihelper.DagBuilderParams{
|
||||
|
Loading…
Reference in New Issue
Block a user