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

Multicall to func #90

Merged
merged 5 commits into from
Oct 20, 2017
Merged

Commits on Sep 20, 2017

  1. Move legacy multicall components to callers module

    Tyler Goodlet committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    dee4fd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Convert _MultiCall into a function

    Avoids a class with a single method `execute()` at the expense of
    dropping the `__repr__()` support. This should make cython-izing that
    much simpler.
    
    Resolves pytest-dev#84
    Tyler Goodlet committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    fa9c5ae View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    Tyler Goodlet committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    1ec0408 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Update benchmark tests

    Tyler Goodlet committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    2f5109a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Use a smaller range of hooks when benchmarking

    Tyler Goodlet committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    7791b9c View commit details
    Browse the repository at this point in the history