Skip to content

Commit

Permalink
bumps chain id counter
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Aug 9, 2024
1 parent b2ecf87 commit de68c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/benchmark/throughput.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ func LargeNetworkBigBlock8MBLatency(logger *log.Logger) error {
manifest.EnableLatency = true
manifest.LatencyParams = LatencyParams{70, 0}
manifest.TestDuration = 10 * time.Minute
manifest.ChainID = "35-" + manifest.summary()
manifest.ChainID = "36-" + manifest.summary()
return runBenchmarkTest(logger, "LargeNetworkBigBlock8MBLatency", manifest)
}

0 comments on commit de68c0a

Please sign in to comment.