fix: benchmark issues

This commit is contained in:
jialin
2026-02-06 14:27:05 +08:00
parent 4ff5b3e05a
commit da985871cc
20 changed files with 197 additions and 419 deletions
@@ -56,6 +56,7 @@ export default function useQueryProfiles() {
}
}
];
console.log('options===', options);
setProfilesOptions(options);
return options;
};