Skip to content

Commit

Permalink
Added information about GraphQL JSON payload keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhempujar committed Feb 13, 2020
1 parent 5240910 commit 116a48c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -147,6 +147,12 @@ mutation {
)
}
```

Where:

* p represents **concurrency** (e.g. validating nodes in the network)
* Rt represents **latency** (e.g. transaction latency in seconds)
* Xp represents **throughput** (e.g. transactions per second)

The result pane should now be displaying a stringified JSON object comprised of `nodes vs throughput` points coordinates and other information, predicted from the specified payload.

Expand Down

0 comments on commit 116a48c

Please sign in to comment.