From e8161e04bdcf5b5200366c4f3c3a5b5aebf4aa70 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 12 Apr 2024 09:10:20 +0200 Subject: [PATCH] chore: kubo-prerelease-28-rc1-by-2 (#118) --- experiments/kubo-prerelease-28-rc1-by-2.json | 48 ++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 experiments/kubo-prerelease-28-rc1-by-2.json diff --git a/experiments/kubo-prerelease-28-rc1-by-2.json b/experiments/kubo-prerelease-28-rc1-by-2.json new file mode 100644 index 0000000..2fbe271 --- /dev/null +++ b/experiments/kubo-prerelease-28-rc1-by-2.json @@ -0,0 +1,48 @@ +{ + "name": "kubo-prerelease-28-rc1-by-2", + "max_request_rate": 10, + "max_concurrency": 30, + "request_filter": "pathonly", + + "defaults": { + "instance_type": "io_large" + }, + + "shared": { + "init_commands" : [ + "ipfs config --json AutoNAT '{\"ServiceMode\": \"disabled\"}'", + "ipfs config --json Datastore.BloomFilterSize '268435456'", + "ipfs config --json Datastore.StorageGCWatermark 90", + "ipfs config --json Datastore.StorageMax '\"160GB\"'", + "ipfs config --json Pubsub.StrictSignatureVerification false", + "ipfs config --json Reprovider.Interval '\"0\"'", + "ipfs config --json Swarm.ConnMgr.GracePeriod '\"2m\"'", + "ipfs config --json Swarm.ConnMgr.DisableBandwidthMetrics true", + "ipfs config --json Experimental.AcceleratedDHTClient true", + "ipfs config --json Experimental.StrategicProviding true" + ] + }, + + "targets": [ + { + "name": "kubo27-1", + "description": "kubo 0.27.0", + "use_image": "ipfs/kubo:v0.27.0" + }, + { + "name": "kubo27-2", + "description": "kubo 0.27.0", + "use_image": "ipfs/kubo:v0.27.0" + }, + { + "name": "kubo28-rc1-1", + "description": "kubo 0.28.0-rc1", + "use_image": "ipfs/kubo:v0.28.0-rc1" + }, + { + "name": "kubo28-rc1-2", + "description": "kubo 0.28.0-rc1", + "use_image": "ipfs/kubo:v0.28.0-rc1" + } + ] +}