We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98e1f1 commit df627feCopy full SHA for df627fe
1 file changed
screens/TestRunScreen/model.ts
@@ -30,7 +30,7 @@ export const initialTestPageTableHeaderCols: MyTableHeaderColumn[] = [
30
},
31
{
32
id: "respondTime",
33
- label: "Respond Time",
+ label: "Respond Time(ms)",
34
width: 40,
35
sort: "default",
36
// @ts-ignore
@@ -54,7 +54,7 @@ export const initialTestPageTableHeaderCols: MyTableHeaderColumn[] = [
54
55
56
id: "downloadSpeed",
57
- label: "Download Speed",
+ label: "Download Speed(MB/S)",
58
59
60
0 commit comments