Skip to content

Commit

Permalink
removes deleted tests from available tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Sep 11, 2024
1 parent e6598ee commit b9a138d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/benchmark/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ func main() {
tests := []Test{
{"TwoNodeSimple", TwoNodeSimple},
{"TwoNodeBigBlock8MB", TwoNodeBigBlock8MB},
{"TwoNodeBigBlock32MB", TwoNodeBigBlock32MB},
{"TwoNodeBigBlock8MBLatency", TwoNodeBigBlock8MBLatency},
{"TwoNodeBigBlock64MB", TwoNodeBigBlock64MB},
{"LargeNetworkBigBlock8MB", LargeNetworkBigBlock8MB},
{"LargeNetworkBigBlock32MB", LargeNetworkBigBlock32MB},
{"LargeNetworkBigBlock64MB", LargeNetworkBigBlock64MB},
}

// check the test name passed as an argument and run it
Expand Down

0 comments on commit b9a138d

Please sign in to comment.