Skip to content

Commit 1f6d848

Browse files
author
Alvaro Videla
committed
updates old code
1 parent e03d8da commit 1f6d848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/examples/perf/RateVsLatencyScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void run() throws Exception {
4141
rates[i] = (int) (factors[i] * maxRate);
4242
}
4343
impl = new VaryingScenario("untitled", factory, params,
44-
new MulticastVariable("rateLimit", (Object[]) rates));
44+
new MulticastVariable("producerRateLimit", (Object[]) rates));
4545
impl.run();
4646
}
4747

0 commit comments

Comments
 (0)