From 84a98b3b71d5524baf7b5e9038909ad501203115 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 15 Oct 2025 13:56:54 -0300 Subject: toReversed, toSorted miscellany --- src/data/composite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data/composite.js') diff --git a/src/data/composite.js b/src/data/composite.js index f31c4069..e5873cf5 100644 --- a/src/data/composite.js +++ b/src/data/composite.js @@ -1416,7 +1416,7 @@ export function compositeFrom(description) { export function displayCompositeCacheAnalysis() { const showTimes = (cache, key) => { - const times = cache.times[key].slice().sort(); + const times = cache.times[key].toSorted(); const all = times; const worst10pc = times.slice(-times.length / 10); -- cgit 1.3.0-6-gf8a5