Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e benchmark test): allows selection of only one test (#3618)
Closes #3617 Before this PR, you could run: ``` go run ./test/e2e/benchmark test-e2e-benchmark2024/06/24 13:02:13 No particular test specified. Running all tests. test-e2e-benchmark2024/06/24 13:02:13 go run ./test/e2e/benchmark <test_name> to run a specific test test-e2e-benchmark2024/06/24 13:02:13 Valid tests are: TwoNodeSimple ``` and it would start running all the benchmark tests. However, after this PR, it will require user to specify the test name: ``` go run ./test/e2e/benchmark test-e2e-benchmark2024/06/24 13:26:24 No test is specified. test-e2e-benchmark2024/06/24 13:26:24 Usage: go run ./test/e2e/benchmark <test_name> test-e2e-benchmark2024/06/24 13:26:24 Valid tests are: TwoNodeSimple ```
- Loading branch information