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 a benchmark testcase for measuring the time of creating pod and a container #419

Merged
merged 3 commits into from
Jan 24, 2019

Commits on Dec 21, 2018

  1. benchmark: fix the issue of empty container ids

    Init a slice with length 0, otherwise it will init
    it with capability as length and the following append
    operation will append the value and there will be
    "length" zero value in front.
    
    Signed-off-by: Fupan Li <lifupan@gmail.com>
    lifupan committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3a36858 View commit details
    Browse the repository at this point in the history
  2. benchmark: expand the timeout from 2 to 5 for creating a pod

    For some hypervisor based containers, it would take much longer
    time to create a pod, thus it's better expand the tiemout value
    from 2 to 5 to avoid timeout errors.
    
    Signed-off-by: Fupan Li <lifupan@gmail.com>
    lifupan committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    5f10256 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. benchmark: add a testcase for creating a pod and a container

    Add a testcase for measuring the time of creating a pod
    and container.
    
    Signed-off-by: Fupan Li <lifupan@gmail.com>
    lifupan committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    42cb1cf View commit details
    Browse the repository at this point in the history