Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8fb759b

Browse files
committed
Rename page.vue to distinguish compile and runtime pages
1 parent bfb4a9d commit 8fb759b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

site/frontend/src/pages/compare/page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ import Header from "./header/header.vue";
1717
import DataSelector, {SelectionParams} from "./header/data-selector.vue";
1818
import {computeSummary, filterNonRelevant, SummaryGroup} from "./data";
1919
import Tabs from "./tabs.vue";
20-
import CompileBenchmarksPage from "./compile/page.vue";
20+
import CompileBenchmarksPage from "./compile/compile-page.vue";
2121
import {
2222
computeCompileComparisonsWithNonRelevant,
2323
createCompileBenchmarkMap,
2424
defaultCompileFilter as defaultCompileFilter,
2525
} from "./compile/common";
26-
import RuntimeBenchmarksPage from "./runtime/page.vue";
26+
import RuntimeBenchmarksPage from "./runtime/runtime-page.vue";
2727
import {
2828
computeRuntimeComparisonsWithNonRelevant,
2929
defaultRuntimeFilter,

0 commit comments

Comments
 (0)