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

M9 patch files #14

Open
wants to merge 8 commits into
base: m9-performance-test-report-view
Choose a base branch
from

Commits on May 3, 2024

  1. oe-build-perf-report: Add apache echarts to make report interactive

    - Add Apache echarts (https://echarts.apache.org/en/index.html) library to create build performance charts.
    - Restructure data to time and value array format so that it can be used by echarts.
    - This commit also converts test duration to minutes to map against the values axis.
    - Zoom is added to the line charts.
    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e990558 View commit details
    Browse the repository at this point in the history
  2. oe-build-perf-report: Display more than 300 commits and date instead …

    …of commit number
    
    - This commit updates measurement statistics data to include start_time so that time can be displayed instead of commit numbers on the chart.
    - It also updates default commit history length to 300.
    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c642747 View commit details
    Browse the repository at this point in the history
  3. oe-build-perf-report: Improve report styling and add descriptions

    Styling updates are added including page margin, labels for x and y axis, tooltip, and section descriptions.
    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2f11e6d View commit details
    Browse the repository at this point in the history
  4. oe-build-perf-report: Update chart tooltip and chart type

    - Update chart tooltip format to show value as size in MB for 'rootfs size'
    and timestamp for 'tmpdir size'
    - Add commit number to tooltip
    - Update chart type to 'step chart' instead of 'line chart'
    
    Signed-off-by: Ninette Adhikari <[email protected]>
    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9d154af View commit details
    Browse the repository at this point in the history
  5. oe-build-perf-report: Add dark mode

    Update css to add dark mode when window prefers-color-scheme is dark.
    
    Signed-off-by: Ninette Adhikari <[email protected]>
    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5c0c415 View commit details
    Browse the repository at this point in the history
  6. add m9 patch files

    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b75cd78 View commit details
    Browse the repository at this point in the history
  7. add v2 fix patches

    ninetteadhikari committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a21122c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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