Skip to content

Commit

Permalink
Merge pull request #122 from soramitsu/update/genesis
Browse files Browse the repository at this point in the history
added mvp genesis
  • Loading branch information
timofeevmd authored Jul 11, 2024
2 parents e000f45 + c8fb57a commit 4e4832a
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 47,478 deletions.
2 changes: 1 addition & 1 deletion src/test/java/simulation/PerformanceSimulation.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

public class PerformanceSimulation extends Simulation {
{
setUp(transferAsset.injectOpen(LoadProfile.getMaxPerformance()).protocols(httpProtocol)).maxDuration(Long.parseLong(System.getProperty("maxDuration")));
setUp(transferAsset.injectOpen(LoadProfile.getMaxPerformanceOpenProfile()).protocols(httpProtocol)).maxDuration(Long.parseLong(System.getProperty("maxDuration")));
}
}
Loading

0 comments on commit 4e4832a

Please sign in to comment.