Skip to content

Commit

Permalink
truffle: enable 200 optimizer runs on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Dec 12, 2017
1 parent 8e65988 commit f11fc25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@ module.exports = {
port: 8545,
network_id: "*" // Match any network id
}
},
solc: {
optimizer: {
enabled: true,
// set to same number of runs as openst-platform
// so that integration tests on openst-protocol
// give accurate gas measurements
runs: 200
}
}
};

0 comments on commit f11fc25

Please sign in to comment.