summaryrefslogtreecommitdiff
path: root/scripts/media-bench.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/media-bench.pl')
-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 ea0e0ed8..a5a5b84e 100755
--- a/scripts/media-bench.pl
+++ b/scripts/media-bench.pl
@@ -383,7 +383,7 @@ foreach my $wrk (@workloads) {
if ($realtime_target > 0 || $wps_target > 0) {
$mwps{$bid} = $w * $c;
} else {
- $mwps{$bid} = $w * $w / $s + $s;
+ $mwps{$bid} = $w + $s;
}
say "$c clients ($w wps, $s wps single client, score=$mwps{$bid}).";