You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 0: warning: Cannot find or open file "out-standalone/system.csv"
185
-
Created plot: out-standalone/results.png
189
+
./hydra-cluster/bench/plot.sh out
190
+
line 0: warning: Cannot find or open file "out/system.csv"
191
+
Created plot: out/results.png
186
192
```
187
193
188
194
Note that if it's present in the environment, benchmark executable will gather basic system-level statistics about the RAM, CPU, and network bandwidth used. The `plot.sh` script then displays those alongside tx confirmation timein a single graph.
189
195
190
196
The benchmark can be run in three modes:
191
197
192
-
*`standalone`: Benchmark a single or multiple _datasets_.
193
-
*`dataset`: Generates a _dataset_. This is useful to track the evolution of hydra-node's performance over some well-known datasets over time and produce a human-readable summary.
198
+
*`single`: Generate a single _dataset_ and runs the benchmark with it.
199
+
*`datasets`: Runs one or more pre-existing _datasets_ in sequence and collect their results in a single markdown formatted file. This is useful to track the evolution of hydra-node's performance over some well-known datasets over time and produce a human-readable summary.
194
200
* `demo`: Generates transactions against an already running network of cardano and hydra nodes. This can serve as a workload when testing network-resilience scenarios, such as packet loss or node failures. See [this CI workflow](https://github.com/cardano-scaling/hydra/blob/master/.github/workflows/network-test.yaml) for how it is used.
0 commit comments