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

Refactored to support dynamic/multiple benchmarks #43

Open
oytuntez opened this issue Nov 16, 2015 · 0 comments
Open

Refactored to support dynamic/multiple benchmarks #43

oytuntez opened this issue Nov 16, 2015 · 0 comments

Comments

@oytuntez
Copy link

Today I refactored some of this package to support:

  • multiple benchmarking classes, such as one for time and one for memory.
  • custom benchmarking classes. This lets you benchmark almost anything, from network latency to database IOPS.
  • show/hide specific columns from the result output.

This required the refactor of these files:

  • AthleticEvent
  • DefaultFormatter
  • MethodResults
  • A new directory: Benchmarkers
    • BenchmarkerInterface
    • TimeBenchmarker
    • MemoryBenchmarker

See my commits here: https://github.com/oytuntez/athletic/commits/master.

I didn't issue a PR as couldn't know how to organize the changes into tags/branches.

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