Skip to content

Commit

Permalink
add performance test back
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 7, 2024
1 parent d69550e commit 5684095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
eg.Go(adminTestRoutine(conf, deployerRunner, verbose))
}
if testPerformance {
//eg.Go(ethereumDepositPerformanceRoutine(conf, deployerRunner, verbose))
eg.Go(ethereumDepositPerformanceRoutine(conf, deployerRunner, verbose))
eg.Go(ethereumWithdrawPerformanceRoutine(conf, deployerRunner, verbose))
}
if testCustom {
Expand Down

0 comments on commit 5684095

Please sign in to comment.