From c63d5ee2fcb8f8b9cb022f3dd57d8b03461f2f15 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 16 Nov 2023 10:43:25 +0000 Subject: [PATCH] chore: update cli args --- netsim/sims/integration/derper.json | 8 ++++---- netsim/sims/integration/iroh.json | 8 ++++---- netsim/sims/iroh/iroh.json | 16 ++++++++-------- netsim/sims/iroh/iroh_200ms.json | 16 ++++++++-------- netsim/sims/iroh/iroh_20ms.json | 16 ++++++++-------- netsim/sims/lossy/iroh.json | 16 ++++++++-------- netsim/sims/standard/iroh.json | 16 ++++++++-------- 7 files changed, 48 insertions(+), 48 deletions(-) diff --git a/netsim/sims/integration/derper.json b/netsim/sims/integration/derper.json index 4e37ae7..204b7f0 100644 --- a/netsim/sims/integration/derper.json +++ b/netsim/sims/integration/derper.json @@ -30,7 +30,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -71,7 +71,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -112,7 +112,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "nat", "connect": { "strategy": "params", @@ -153,7 +153,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "nat", "connect": { "strategy": "params", diff --git a/netsim/sims/integration/iroh.json b/netsim/sims/integration/iroh.json index 03058be..1dfc7ea 100644 --- a/netsim/sims/integration/iroh.json +++ b/netsim/sims/integration/iroh.json @@ -20,7 +20,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -50,7 +50,7 @@ { "name": "iroh_get", "count": 3, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -79,7 +79,7 @@ { "name": "iroh_get", "count": 2, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -108,7 +108,7 @@ { "name": "iroh_get", "count": 4, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", diff --git a/netsim/sims/iroh/iroh.json b/netsim/sims/iroh/iroh.json index 58b7dc0..5dc819a 100644 --- a/netsim/sims/iroh/iroh.json +++ b/netsim/sims/iroh/iroh.json @@ -19,7 +19,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -48,7 +48,7 @@ { "name": "iroh_get", "count": 3, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -77,7 +77,7 @@ { "name": "iroh_get", "count": 5, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -106,7 +106,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -135,7 +135,7 @@ { "name": "iroh_get", "count": 2, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -164,7 +164,7 @@ { "name": "iroh_get", "count": 4, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -193,7 +193,7 @@ { "name": "iroh_get", "count": 6, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -222,7 +222,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", diff --git a/netsim/sims/iroh/iroh_200ms.json b/netsim/sims/iroh/iroh_200ms.json index 2edc564..440ad75 100644 --- a/netsim/sims/iroh/iroh_200ms.json +++ b/netsim/sims/iroh/iroh_200ms.json @@ -19,7 +19,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -53,7 +53,7 @@ { "name": "iroh_get", "count": 3, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -87,7 +87,7 @@ { "name": "iroh_get", "count": 5, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -121,7 +121,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -155,7 +155,7 @@ { "name": "iroh_get", "count": 2, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -189,7 +189,7 @@ { "name": "iroh_get", "count": 4, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -223,7 +223,7 @@ { "name": "iroh_get", "count": 6, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -257,7 +257,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", diff --git a/netsim/sims/iroh/iroh_20ms.json b/netsim/sims/iroh/iroh_20ms.json index 56075ed..c026d87 100644 --- a/netsim/sims/iroh/iroh_20ms.json +++ b/netsim/sims/iroh/iroh_20ms.json @@ -19,7 +19,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -53,7 +53,7 @@ { "name": "iroh_get", "count": 3, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -87,7 +87,7 @@ { "name": "iroh_get", "count": 5, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -121,7 +121,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -155,7 +155,7 @@ { "name": "iroh_get", "count": 2, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -189,7 +189,7 @@ { "name": "iroh_get", "count": 4, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -223,7 +223,7 @@ { "name": "iroh_get", "count": 6, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -257,7 +257,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", diff --git a/netsim/sims/lossy/iroh.json b/netsim/sims/lossy/iroh.json index f8cb8b1..ae8db7d 100644 --- a/netsim/sims/lossy/iroh.json +++ b/netsim/sims/lossy/iroh.json @@ -19,7 +19,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -53,7 +53,7 @@ { "name": "iroh_get", "count": 3, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -87,7 +87,7 @@ { "name": "iroh_get", "count": 5, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -121,7 +121,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -155,7 +155,7 @@ { "name": "iroh_get", "count": 2, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -189,7 +189,7 @@ { "name": "iroh_get", "count": 4, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -223,7 +223,7 @@ { "name": "iroh_get", "count": 6, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -257,7 +257,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", diff --git a/netsim/sims/standard/iroh.json b/netsim/sims/standard/iroh.json index 58b7dc0..5dc819a 100644 --- a/netsim/sims/standard/iroh.json +++ b/netsim/sims/standard/iroh.json @@ -19,7 +19,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -48,7 +48,7 @@ { "name": "iroh_get", "count": 3, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -77,7 +77,7 @@ { "name": "iroh_get", "count": 5, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -106,7 +106,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -135,7 +135,7 @@ { "name": "iroh_get", "count": 2, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -164,7 +164,7 @@ { "name": "iroh_get", "count": 4, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -193,7 +193,7 @@ { "name": "iroh_get", "count": 6, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -222,7 +222,7 @@ { "name": "iroh_get", "count": 10, - "cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params",