From 56840956f600d30d08d7255f058aa9b64e45474e Mon Sep 17 00:00:00 2001 From: lumtis Date: Thu, 7 Mar 2024 13:40:37 +0100 Subject: [PATCH] add performance test back --- cmd/zetae2e/local/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/zetae2e/local/local.go b/cmd/zetae2e/local/local.go index 0d77d89939..eefbcc9657 100644 --- a/cmd/zetae2e/local/local.go +++ b/cmd/zetae2e/local/local.go @@ -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 {