Skip to content

Commit

Permalink
💬 refact(target): Update results target values (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Nov 18, 2022
1 parent f4d8565 commit 4996216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/widgets/result-details-score.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 id="score-details">{{ i18n `ScoreDetails` }}</h2>
"rangeValue" "<span data-int='size'></span>"
"rangeValueMin" "0"
"rangeValueMax" "4.82"
"rangeValueTarget" "0.9"
"rangeValueTarget" "1.024"
"units" "Mo"
"unitsLegend" "mégaoctet (Mo)"
"dataValueKey" "size"
Expand All @@ -43,7 +43,7 @@ <h2 id="score-details">{{ i18n `ScoreDetails` }}</h2>
"rangeValue" "<span data-int='nodes'></span>"
"rangeValueMin" "0"
"rangeValueMax" "1386"
"rangeValueTarget" "500"
"rangeValueTarget" "600"
"units" "éléments"
"unitsLegend" "Nombre d’éléments du DOM"
"dataValueKey" "nodes"
Expand All @@ -57,7 +57,7 @@ <h2 id="score-details">{{ i18n `ScoreDetails` }}</h2>
"rangeValue" "<span data-int='requests'></span>"
"rangeValueMin" "0"
"rangeValueMax" "156"
"rangeValueTarget" "27"
"rangeValueTarget" "40"
"units" "requêtes"
"unitsLegend" "Nombre de requêtes serveur"
"dataValueKey" "requests"
Expand Down

0 comments on commit 4996216

Please sign in to comment.