-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: add external flag for testing external networks #169
Merged
Conversation
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
AliceInHunterland
force-pushed
the
network
branch
6 times, most recently
from
May 4, 2024 05:02
3dbba56
to
111c223
Compare
AliceInHunterland
requested review from
roman-khimov and
AnnaShaleva
as code owners
May 4, 2024 05:02
AliceInHunterland
force-pushed
the
network
branch
2 times, most recently
from
May 6, 2024 11:31
821d276
to
54e510e
Compare
AnnaShaleva
reviewed
May 6, 2024
AliceInHunterland
force-pushed
the
network
branch
5 times, most recently
from
May 7, 2024 11:21
62a30a5
to
9b5bc1c
Compare
AnnaShaleva
reviewed
May 13, 2024
AliceInHunterland
force-pushed
the
network
branch
2 times, most recently
from
May 21, 2024 12:32
abdfca6
to
6758cd9
Compare
AliceInHunterland
force-pushed
the
network
branch
2 times, most recently
from
May 21, 2024 13:31
5bd3ede
to
eb54286
Compare
AnnaShaleva
reviewed
May 21, 2024
AliceInHunterland
force-pushed
the
network
branch
from
May 27, 2024 08:57
eb54286
to
08b3a43
Compare
AliceInHunterland
force-pushed
the
network
branch
from
May 27, 2024 09:13
08b3a43
to
2baf74a
Compare
Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
force-pushed
the
network
branch
from
May 27, 2024 09:18
2baf74a
to
ac72eb7
Compare
Testing jobs fail, please, check the build/run. |
AnnaShaleva
reviewed
May 28, 2024
AnnaShaleva
reviewed
May 28, 2024
AliceInHunterland
force-pushed
the
network
branch
from
May 28, 2024 15:49
ac72eb7
to
8c553f0
Compare
AnnaShaleva
reviewed
May 29, 2024
Building bench binary. Signed-off-by: Ekaterina Pavlova <[email protected]>
With `--disable-stats` flag the statistics from docker container won't be collected. Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
force-pushed
the
network
branch
from
May 29, 2024 12:26
8c553f0
to
309f397
Compare
AnnaShaleva
reviewed
May 30, 2024
With --external flag bench will be run locally without docker container. The `-a` flag should be used with the `-e` flag for specifying the external RPC address. Close #160 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
force-pushed
the
network
branch
from
May 30, 2024 08:36
309f397
to
007e28c
Compare
AnnaShaleva
approved these changes
May 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
./runner.sh -e -d "Go4x1" -m rate -q 1000 -z 5m -t 30s -a 192.168.1.100:20331 -a 192.168.1.101:20331
Close #160