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

Formatter option tuples introduction #242

Merged
merged 9 commits into from Aug 10, 2018
Merged

Commits on Aug 6, 2018

  1. First sketch of formatter - option tuples

    * high level integration tests (benchee_test) pass
    * still needs to fix existing unit tests and add new ones for what
    I added
    * also probably move some code around
    PragTob committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    51d636f View commit details
    Browse the repository at this point in the history
  2. Move formatting logic/handling of formatters into formatter module

    The Benchee module should be a rather thin module so this logic is
    better contained here. As we want the behaviour to be documented
    it can't be "library private" so we might have to move it again.
    PragTob committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    ee5e56a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    944209e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ed4fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a84e4 View commit details
    Browse the repository at this point in the history
  6. Cleanup Benchee.Formatter

    PragTob committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    8f6acf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    791bfd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. @impl all the things

    PragTob committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    290d8d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

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