summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/media-bench.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/media-bench.pl b/scripts/media-bench.pl
index 477b9464..926ca2ca 100755
--- a/scripts/media-bench.pl
+++ b/scripts/media-bench.pl
@@ -405,7 +405,7 @@ foreach my $wrk (@workloads) {
say " Finding saturation points for '$wrk'...";
BAL: foreach my $bal (@balancers) {
- GBAL: foreach my $G ('', '-G') {
+ GBAL: foreach my $G ('', '-G', '-d', '-G -d') {
foreach my $H ('', '-H') {
my @xargs;
my ($w, $c, $s);