Changeset 56934
- Timestamp:
- 10/13/2023 08:03:07 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/performance/compare-results.js
r56930 r56934 145 145 146 146 const delta = value - prevValue; 147 const percentage = Math.round( ( delta / value ) * 100 );147 const percentage = ( delta / value ) * 100; 148 148 rows.push( { 149 149 Metric: metric,
Note: See TracChangeset
for help on using the changeset viewer.