Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Aug 8, 2024
1 parent 6ee3f03 commit 3ba99a9
Show file tree
Hide file tree
Showing 11 changed files with 675 additions and 1,963 deletions.
3 changes: 3 additions & 0 deletions integration-tests/src/tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ fn funds_raised() {
excel_bidders(),
excel_contributions(),
excel_remainders(),
true,
);

inst.execute(|| {
Expand Down Expand Up @@ -430,6 +431,7 @@ fn ct_minted() {
excel_bidders(),
excel_contributions(),
excel_remainders(),
true,
);

for (contributor, expected_amount_fixed, project_id) in excel_ct_amounts() {
Expand All @@ -456,6 +458,7 @@ fn ct_migrated() {
excel_bidders(),
excel_contributions(),
excel_remainders(),
true,
);

for (contributor, expected_amount_fixed, project_id) in excel_ct_amounts() {
Expand Down
Loading

0 comments on commit 3ba99a9

Please sign in to comment.