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 benchmark job and update benchmark results #713

Closed

Commits on Jul 6, 2023

  1. Add new workflow and separate dco check

    This commit adds a new job 'benchmark' to the build.yml wrokflow, the
    benchmark workflow will run the make benchmark target. The Dco check
    needs to run on every code change regardless of whether it is a
    documentation or code change hence seperating it out into a different
    workflow, this will run for all pull and merge requests
    
    Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
    coderbirju committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    db9d750 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Add additional stats to benchmark results

    This commit adds additional details like standard deviation,mean,p90
    etc.. for individual events - 'Pull','Run Task 1' and 'Run Task
    2(Running task without FUSE overhead)'
    
    Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
    coderbirju committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1a989dd View commit details
    Browse the repository at this point in the history