Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gas stats should take inheritance into account #90

Closed
cag opened this issue Feb 26, 2018 · 1 comment
Closed

Gas stats should take inheritance into account #90

cag opened this issue Feb 26, 2018 · 1 comment

Comments

@cag
Copy link
Contributor

cag commented Feb 26, 2018

The gas stats have this going on:

Contract: Event
  buyAllOutcomes:
    min: 90982
    max: 135662
    avg: 126726
    med: 135662

...

Contract: CategoricalEvent
  buyAllOutcomes:
    min: 91046
    max: 91046
    avg: 91046
    med: 91046
@cag
Copy link
Contributor Author

cag commented Mar 2, 2018

See #91 and #92 for how this has been handled. Basically, the test suite measures stats for child contracts and merges those stats for the parent contracts.

@cag cag closed this as completed Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant