Skip to content

Commit

Permalink
ci: bump seaport and uniswap benchmark samples
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed Jan 28, 2025
1 parent 4ffb4f6 commit 06daf8b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions crates/tools/js/benchmark/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,12 @@ function numIterations(scenarioName: string): number {
return 15;
} else if (
scenarioName.includes("seaport") ||
scenarioName.includes("openzeppelin") ||
scenarioName.includes("rocketpool") ||
scenarioName.includes("uniswap")
) {
return 11;
} else if (
scenarioName.includes("openzeppelin") ||
scenarioName.includes("rocketpool")
) {
return 7;
} else if (scenarioName.includes("neptune-mutual")) {
Expand Down

0 comments on commit 06daf8b

Please sign in to comment.