avocado-framework-tests / avocado-misc-tests

Community maintained Avocado tests repository
Other
22 stars 123 forks source link

Added support for ebizzy benchmark to dump stats data in to speical file. #2890

Closed SamirMulani closed 2 months ago

SamirMulani commented 2 months ago

We have implemented support to store the ebizzy benchmark data in the job directory by creating a dedicated ebizzy_workload folder. Additionally, we are capturing the .json data for each iteration and saving it in the same ebizzy_workload folder for further analysis.

Run logs: avocado run ebizzy.py -m ebizzy.py.data/ebizzy.yaml --max-parallel-tasks=1 Fetching asset from ebizzy.py:Ebizzy.test JOB ID : 41af3e8d54c5684efcf26b80318bf827ab457053 JOB LOG : /root/Work/fvt/avocado-fvt-wrapper-1/results/job-2024-09-09T22.51-41af3e8/job.log (1/2) ebizzy.py:Ebizzy.test;run-duration-default-perf-pin-size-threads-workers-22d2: STARTED (1/2) ebizzy.py:Ebizzy.test;run-duration-default-perf-pin-size-threads-workers-22d2: PASS (201.60 s) (2/2) ebizzy.py:Ebizzy.test;run-duration-quick-perf-default-pin-size-threads-workers-2165: STARTED (2/2) ebizzy.py:Ebizzy.test;run-duration-quick-perf-default-pin-size-threads-workers-2165: PASS (121.61 s) RESULTS : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0 JOB HTML : /root/Work/fvt/avocado-fvt-wrapper-1/results/job-2024-09-09T22.51-41af3e8/results.html JOB TIME : 372.47 s