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

Add export manager and CSV export capability #41

Merged
merged 5 commits into from Mar 19, 2018

Commits on Mar 17, 2018

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

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    243db09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    717fa46 View commit details
    Browse the repository at this point in the history
  3. Change the structure of everything to remove Manager trait.

    Manager is now a simple struct, that no longer stores the results,
    but instead takes in a Vec<ExportEntry> and has all exporters
    write from this collection.
    
    Benchmark and run both return their results, no more mut manager.
    
    Change f64 in ExportEntry to hyperfine::internal::Second.
    
    Remove multiple export files for a single type.
    stevepentland committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    11cb1d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    919a46f View commit details
    Browse the repository at this point in the history