-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: latency distribution chart * feat: static bucket width * docs: loadtest usage * feat: some refactor to make time-limit report output - removed bucketed time distribution because time to mine is kinda janky (weird loadtest system clock time - miner system clock time bug) - time-limit includes report outputs * lint: remove unused var * lint: cleanup variable shadowing * log: start and end nonce * feat: init current nonce before loadtest * feat: wait until successful block mining finish * log: oops wrong var * feat: correct tps output * lint: remove printResults
- Loading branch information
1 parent
3f5f77f
commit 81c2bf9
Showing
4 changed files
with
97 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ coverage.out | |
|
||
.vscode | ||
.idea | ||
*.swp | ||
*.swo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters