Skip to content

Commit

Permalink
run sequentiallyx
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Dec 12, 2024
1 parent d31a732 commit cd01cb1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,19 +411,20 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
verbose,
conf.AdditionalAccounts.UserSolana,
e2etests.TestStressSolanaWithdrawName,
),
)

eg.Go(
solanaWithdrawPerformanceRoutine(
conf,
"perf_spl_withdraw",
deployerRunner,
verbose,
conf.AdditionalAccounts.UserSPL,
e2etests.TestStressSPLWithdrawName,
),
)

// eg.Go(
// solanaWithdrawPerformanceRoutine(
// conf,
// "perf_spl_withdraw",
// deployerRunner,
// verbose,
// conf.AdditionalAccounts.UserSPL,
// e2etests.TestStressSPLWithdrawName,
// ),
// )
}

if testSolana {
Expand Down

0 comments on commit cd01cb1

Please sign in to comment.