You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage-shared-benchmarking/src/main/java/com/google/cloud/storage/benchmarking/StorageSharedBenchmarkingCli.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,12 @@ public void run() {
109
109
case"w1r3":
110
110
runWorkload1();
111
111
break;
112
-
case"bidi-w1r3":
112
+
case"bidi":
113
113
runWorkloadBidi();
114
114
break;
115
+
case"default-nobidi":
116
+
runWorkloadNoBidi();
117
+
break;
115
118
default:
116
119
thrownewIllegalStateException("Specify a workload to run");
0 commit comments