diff --git a/site/frontend/src/pages/compare/compile/benchmarks.vue b/site/frontend/src/pages/compare/compile/benchmarks.vue index fdc4e6dab..975b4e56a 100644 --- a/site/frontend/src/pages/compare/compile/benchmarks.vue +++ b/site/frontend/src/pages/compare/compile/benchmarks.vue @@ -16,6 +16,7 @@ export interface BenchmarkProps { benchmarkMap: CompileBenchmarkMap; filter: CompileBenchmarkFilter; stat: string; + showBackend: boolean; } const props = defineProps(); @@ -77,6 +78,7 @@ const secondaryHasNonRelevant = computed( :commit-b="data.b" :stat="stat" :benchmark-map="benchmarkMap" + :show-backend="showBackend" >