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

Benchmarks: Add Benchmark - Add IB Loopback performance benchmark. #112

Merged
merged 19 commits into from
Jul 23, 2021

Commits on Jul 16, 2021

  1. add ib loopback benchmark

    yukirora committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    363d365 View commit details
    Browse the repository at this point in the history
  2. lint

    yukirora committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f8830a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

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

Commits on Jul 20, 2021

  1. add multi size result support

    yukirora committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b9291fb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. update according to comments

    yukirora committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4c66dba View commit details
    Browse the repository at this point in the history
  2. fix missing line in config

    yukirora committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2f3c067 View commit details
    Browse the repository at this point in the history
  3. remove real test

    yukirora committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    66b4d70 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. split test

    yukirora committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9304238 View commit details
    Browse the repository at this point in the history
  2. fix , e.g.,

    yukirora committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f8b3969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e80748 View commit details
    Browse the repository at this point in the history
  4. revise _process_raw_result to remove re.match

    yukirora committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    81a8a87 View commit details
    Browse the repository at this point in the history
  5. add test for benchmark.commands in test

    yukirora committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fdc625b View commit details
    Browse the repository at this point in the history
  6. update according comments

    yukirora committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fc279b0 View commit details
    Browse the repository at this point in the history
  7. add try-catch for get_arguments_from_env

    yukirora committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    0760376 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. test for get_free_port and get_numa_cores

    yukirora committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    cdb6a29 View commit details
    Browse the repository at this point in the history
  2. revitest and allow at least 2 numa core

    yukirora committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    0c31ae3 View commit details
    Browse the repository at this point in the history
  3. resolve conflict

    yukirora committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    088057f View commit details
    Browse the repository at this point in the history
  4. add test for get_args_from_env

    yukirora committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    acd3c02 View commit details
    Browse the repository at this point in the history
  5. add test for no ib_device and no numa_core

    yukirora committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d81dd29 View commit details
    Browse the repository at this point in the history