mozilla / perfcompare

Improved Performance Comparison Tool
Mozilla Public License 2.0
39 stars 93 forks source link

feat: added standard deviation columns to results table #779

Open jatinder14 opened 5 days ago

jatinder14 commented 5 days ago

Features: #771

Overview

This commit introduces new columns to the results table to display the standard deviations for both the base and new datasets. These additions enhance the table's ability to provide statistical insights for performance comparisons.

Changes Made

Dark Mode - Dark Mode

Impact

Testing

closes #771

netlify[bot] commented 5 days ago

Deploy Preview for mozilla-perfcompare ready!

Name Link
Latest commit d087ec95b2f94783c613e6b24d268edc89c01c1a
Latest deploy log https://app.netlify.com/sites/mozilla-perfcompare/deploys/670e1acb3c5510000881547b
Deploy Preview https://deploy-preview-779--mozilla-perfcompare.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.49%. Comparing base (3a555e3) to head (d087ec9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #779 +/- ## ========================================== + Coverage 91.46% 91.49% +0.02% ========================================== Files 88 88 Lines 2332 2340 +8 Branches 434 436 +2 ========================================== + Hits 2133 2141 +8 Misses 176 176 Partials 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jatinder14 commented 4 days ago

@syedbarimanjan @Carla-Moz Thanks for the feedback I fixed the test cases and added the required changes.