chore: export action for benchmark item

This commit is contained in:
jialin
2026-02-02 15:58:01 +08:00
parent 4a71387098
commit b7dfb0af0b
6 changed files with 68 additions and 53 deletions
+2
View File
@@ -146,6 +146,8 @@ const Benchmark: React.FC = () => {
openViewLogsModal(row);
} else if (val === 'stop') {
handleStopBenchmark(row.id);
} else if (val === 'export') {
exportData([row.id]);
}
});