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

benchmark: add --format csv option #7961

Closed
wants to merge 3 commits into from
Closed

benchmark: add --format csv option #7961

wants to merge 3 commits into from

Commits on Aug 12, 2016

  1. benchmark: fix comment typos and code format

    I noticed some typos and the lack of {} following an if.
    
    Signed-off-by: Adrian Nitu <adrian.nitu@intel.com>
    adrian-nitu-92 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    032b872 View commit details
    Browse the repository at this point in the history
  2. benchmark: update compare.js exit method

    Node documentation recommends using process.exitCode = x and returning
    as a way to exit.
    
    Signed-off-by: Adrian Nitu <adrian.nitu@intel.com>
    adrian-nitu-92 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    5b64f9b View commit details
    Browse the repository at this point in the history
  3. benchmark: add --format csv option

    Added the option of using --format csv when outputting data.
    
    Signed-off-by: Adrian Nitu <adrian.nitu@intel.com>
    adrian-nitu-92 committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    fbcd137 View commit details
    Browse the repository at this point in the history