diff --git a/docs/.vitepress/theme/components/Benchmark.vue b/docs/.vitepress/theme/components/Benchmark.vue index 591060b..49fa2fd 100644 --- a/docs/.vitepress/theme/components/Benchmark.vue +++ b/docs/.vitepress/theme/components/Benchmark.vue @@ -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);