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

smoke: add benchmark test #1497

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Commits on Nov 29, 2023

  1. smoke: add benchmark test

    1. refactor performance_test, move clearContainer to tools.
    2. add benchmark test.
    benchmark test will test image container, and save metrics to json file.
    Fox example
    ```json
    {
    	e2e_time: 2747131
    	image_size: 2107412
    	read_amount: 121345
    	read_count: 121
    }
    ```
    
    Signed-off-by: Yadong Ding <[email protected]>
    Desiki-high committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a46b5ed View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. action: use smoke BenchmarkTest in Benchmark

    We should deprecate python version benchmark.
    
    Signed-off-by: Yadong Ding <[email protected]>
    Desiki-high committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ac1c961 View commit details
    Browse the repository at this point in the history
  2. misc: delete python version benchmark

    Signed-off-by: Yadong Ding <[email protected]>
    Desiki-high committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    764265b View commit details
    Browse the repository at this point in the history