Skip to content

Commit 8650300

Browse files
committed
Better explanation with rategradient
1 parent 27ab65a commit 8650300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oltp/parameters.rwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ if show_changed_values then
331331
if rategradient is not null then
332332
double xeqpslo := threadcount * proccount * ratefactor * (1.0-rategradient) / 0.08;
333333
double xeqpshi := threadcount * proccount * ratefactor * (1.0+rategradient) / 0.08;
334-
printf "ratefactor=%.2f (gradual increase from %.f to %.f tps outside bursts)\n"
335-
, ratefactor, xeqpslo, xeqpshi;
334+
printf "ratefactor=%.2f (%d tps %.fs into run outside bursts)\nrategradient=%.2f (gradual increase from %.f to %.f tps outside bursts)\n"
335+
, ratefactor, xeqpsec, halfperiod, rategradient, xeqpslo, xeqpshi;
336336
else
337337
printline "ratefactor="||ratefactor " (" xeqpsec " tps outside bursts)";
338338
end if;

0 commit comments

Comments
 (0)