Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Aug 13, 2024
1 parent aa77143 commit 098b767
Show file tree
Hide file tree
Showing 20 changed files with 1,236 additions and 4,278 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 098b767

Please sign in to comment.