Skip to content

Commit

Permalink
reduce tps
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Jun 27, 2024
1 parent 33e1fce commit 53ddcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cloudwalk-contracts/integration/test/relayer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Relayer integration test", function () {
const parameters = [
{ name: "Few wallets, sufficient balance", wallets: 3, duration: 10, tps: 5, baseBalance: 2000 },
{ name: "Few wallets, insufficient balance", wallets: 2, duration: 10, tps: 1, baseBalance: 5 },
{ name: "Many wallets, sufficient balance", wallets: 20, duration: 10, tps: 5, baseBalance: 2000 },
{ name: "Many wallets, sufficient balance", wallets: 20, duration: 10, tps: 3, baseBalance: 2000 },
];
parameters.forEach((params, index) => {
const wallets: any[] = [];
Expand Down

0 comments on commit 53ddcaf

Please sign in to comment.