docs: fix broken telemetry

This commit is contained in:
Tiago
2025-05-12 19:40:24 +01:00
parent d579c07458
commit 545492c8d8
@@ -125,7 +125,14 @@ async function runBenchmark() {
try {
plausible("benchmark", {
props: { difficulty, challenges, challengeSize, workers, benchmarks, averageTime },
props: {
difficulty: difficulty.value,
challenges: challenges.value,
challengeSize: challengeSize.value,
workers: workers.value,
benchmarks: benchmarks.value,
averageTime,
},
});
} catch (e) {
console.log("[plausible] error on benchmark log", e);