-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bench: print latency and vary connections
closes #4880
- Loading branch information
1 parent
158a170
commit 0b330ef
Showing
2 changed files
with
17 additions
and
11 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 |
---|---|---|
@@ -1,13 +1,17 @@ | ||
|
||
all: | ||
@./run 1 middleware | ||
@./run 5 middleware | ||
@./run 10 middleware | ||
@./run 15 middleware | ||
@./run 20 middleware | ||
@./run 30 middleware | ||
@./run 50 middleware | ||
@./run 100 middleware | ||
@./run 1 middleware 50 | ||
@./run 5 middleware 50 | ||
@./run 10 middleware 50 | ||
@./run 15 middleware 50 | ||
@./run 20 middleware 50 | ||
@./run 30 middleware 50 | ||
@./run 50 middleware 50 | ||
@./run 100 middleware 50 | ||
@./run 10 middleware 100 | ||
@./run 10 middleware 250 | ||
@./run 10 middleware 500 | ||
@./run 10 middleware 1000 | ||
@echo | ||
|
||
.PHONY: all |
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