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

Commit ebbf2de

Browse files
committed
Move benchmark comparison table to compile directory
1 parent ee36023 commit ebbf2de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/frontend/src/pages/compare/benchmarks/benchmarks.vue renamed to site/frontend/src/pages/compare/compile/benchmarks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {computed, h} from "vue";
33
import TestCasesTable from "./test-cases-table.vue";
44
import {TestCaseComparison} from "../data";
55
import {CompareResponse} from "../types";
6-
import {CompileBenchmarkFilter, CompileTestCase} from "../compile/common";
6+
import {CompileBenchmarkFilter, CompileTestCase} from "./common";
77
88
export interface BenchmarkProps {
99
data: CompareResponse;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import QuickLinks from "./quick-links.vue";
33
import Filters from "./filters.vue";
44
import OverallSummary from "../summary/overall-summary.vue";
55
import Aggregations from "./aggregations.vue";
6-
import Benchmarks from "../benchmarks/benchmarks.vue";
6+
import Benchmarks from "./benchmarks.vue";
77
import {CompareResponse, CompareSelector} from "../types";
88
import {computed, ref} from "vue";
99
import {changeUrl, getUrlParams} from "../../../utils/navigation";

site/frontend/src/pages/compare/benchmarks/test-cases-table.vue renamed to site/frontend/src/pages/compare/compile/test-cases-table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {TestCaseComparison} from "../data";
33
import Tooltip from "../tooltip.vue";
44
import {ArtifactDescription} from "../types";
55
import {percentClass} from "../shared";
6-
import {CompileTestCase} from "../compile/common";
6+
import {CompileTestCase} from "./common";
77
88
const props = defineProps<{
99
id: string;

0 commit comments

Comments
 (0)