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

Feature benchmarking #5

Merged
merged 48 commits into from Jun 12, 2019
Merged

Feature benchmarking #5

merged 48 commits into from Jun 12, 2019

Commits on Mar 21, 2019

  1. Copy the full SHA
    075070c View commit details
    Browse the repository at this point in the history
  2. Add helper module.

    mansenfranzen committed Mar 21, 2019
    Copy the full SHA
    4471020 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c8ec9b8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8997f91 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    dc4c599 View commit details
    Browse the repository at this point in the history
  6. Add exceptions module.

    mansenfranzen committed Mar 21, 2019
    Copy the full SHA
    f064839 View commit details
    Browse the repository at this point in the history
  7. Add benchmark module.

    mansenfranzen committed Mar 21, 2019
    Copy the full SHA
    82929d1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    24ae1c1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    132ad48 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Copy the full SHA
    f800ec6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ebfb04e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Copy the full SHA
    e8a8a29 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Improve doc strings. Simplify attributes of PandasMemoryProfiler. Add

    `timings` property to `TimeProfiler.`
    mansenfranzen committed Apr 3, 2019
    Copy the full SHA
    8d6c495 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1ba767f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dea81bd View commit details
    Browse the repository at this point in the history
  4. Fix typo.

    mansenfranzen committed Apr 3, 2019
    Copy the full SHA
    533685e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    15d0952 View commit details
    Browse the repository at this point in the history
  6. Add DaskTimeProfiler.

    mansenfranzen committed Apr 3, 2019
    Copy the full SHA
    9576941 View commit details
    Browse the repository at this point in the history
  7. Add dask setup to tox.

    mansenfranzen committed Apr 3, 2019
    Copy the full SHA
    4c1bb91 View commit details
    Browse the repository at this point in the history
  8. Add dask for TravisCI.

    mansenfranzen committed Apr 3, 2019
    Copy the full SHA
    ff96663 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Copy the full SHA
    a725f58 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Copy the full SHA
    a838161 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e6b6ee View commit details
    Browse the repository at this point in the history
  3. Refactor BaseProfiler, MemoryProfiler and TimeProfiler to use

    common interface for measurements. Remove wrangler specific benchmark
    functions.
    mansenfranzen committed Apr 26, 2019
    Copy the full SHA
    63723e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    07b4d10 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c8da336 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cdfb47e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1703927 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fbcd573 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a05738f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Copy the full SHA
    bb0a7a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e8b311 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a2b4dfc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4bf9faa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Copy the full SHA
    d14a5ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0927a2a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b28f6db View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Copy the full SHA
    01aa643 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81a1aea View commit details
    Browse the repository at this point in the history
  3. Add SparkBaseProfiler. Add cache_input parameter. Add

    SparkMemoryProfiler template without current implementation.
    mansenfranzen committed Jun 5, 2019
    Copy the full SHA
    347cb6a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    358163d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1c910fb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cd1ac61 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e9b803d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a838114 View commit details
    Browse the repository at this point in the history
  9. Update changelog.

    mansenfranzen committed Jun 5, 2019
    Copy the full SHA
    e94fab2 View commit details
    Browse the repository at this point in the history
  10. Add args and kwargs to fit, transform and fit_transform to allow

    subclasses to implement varying positional and keyword arguments
    (linters).
    mansenfranzen committed Jun 5, 2019
    Copy the full SHA
    9d0d363 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    559fb46 View commit details
    Browse the repository at this point in the history