diff --git a/src/pages/benchmark/components/environment/index.tsx b/src/pages/benchmark/components/environment/index.tsx index 93968b89..c10886f8 100644 --- a/src/pages/benchmark/components/environment/index.tsx +++ b/src/pages/benchmark/components/environment/index.tsx @@ -232,16 +232,6 @@ const Environment: React.FC = () => { return ( - {/* - Main - {mainWorker?.workerData?.name} - - } - > */} { const { detailData } = useDetailContext(); @@ -46,7 +45,7 @@ const Benchmark: React.FC = () => { return (
- Parameters + Parameters ) => { return _.sum(_.values(vram)); @@ -159,7 +158,7 @@ const Instance: React.FC = () => { return (
- Instance + Instance { return (
- Metrics + Metrics { return (
- Percentile + Percentile = ({ children }) => { - // return ( - // - // - // {children} - // - // ); - return ; -}; - -export default Title; diff --git a/src/pages/benchmark/forms/dataset.tsx b/src/pages/benchmark/forms/dataset.tsx index 8b60fd93..11899b01 100644 --- a/src/pages/benchmark/forms/dataset.tsx +++ b/src/pages/benchmark/forms/dataset.tsx @@ -17,7 +17,6 @@ const DatasetForm: React.FC = () => { const form = Form.useFormInstance(); const { getRuleMessage } = useAppUtils(); const { action, open } = useFormContext(); - const profile = Form.useWatch('profile', form); const { datasetList, loading: datasetLoading, diff --git a/src/pages/benchmark/hooks/use-compare-conditions.ts b/src/pages/benchmark/hooks/use-compare-conditions.ts deleted file mode 100644 index da3e69be..00000000 --- a/src/pages/benchmark/hooks/use-compare-conditions.ts +++ /dev/null @@ -1,3 +0,0 @@ -const useCompareConditions = () => {}; - -export default useCompareConditions;