From 588136bf6aed6b2217900dbd6a9d9d6e3b8a0b5f Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Tue, 11 Dec 2018 09:14:16 +0100 Subject: [PATCH] usage.md: remove trailing whitespace --- tests/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/usage.md b/tests/usage.md index f2be7a71f..45d8b02ed 100644 --- a/tests/usage.md +++ b/tests/usage.md @@ -24,7 +24,7 @@ This script run an throughtput benchmark using Wrk for 60 by default and outputs PROFILING=true ./stress -add -n 1000000 ``` It will bring up the server and execute and insert 1M events with default concurrency of 10 connections. Also will start a go profiling tool to collect all internal data of QED server an save it in 'results' directory. -The througput will be also displayed every second. +The througput will be also displayed every second. The graph is saved in 'results/graph-Add-$number_events.png (results/graph-Add-1000000.png)'. This script use 'riot.go'. It's a tool we've develop to stress QED. It's also capable of generating charts, start with specific offset or even run Membership|Incremental Proofs for the events into QED.