Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/basho_bench_driver_cs.erl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ new(ID) ->
erlang:put(disconnect_freq, Disconnect),

%% Get our measurement units: ops/sec, Byte/sec, KB/sec, KiB/sec, MB/sec, MiB/sec.
%% Throw a run-time exception if the config file has cs_measurement_units set
%% Throw a run-time exception if the config file has cs_measurement_units set
%% to an unrecognized value.
{RF_name, ReportFun} =
%% Use standard IEC units for KB/s, KiB/s, MB/s, MiB/s.
Expand Down Expand Up @@ -100,7 +100,7 @@ new(ID) ->
length(OpsList) > 1 of
true ->
lager:log(
warn, self(),
warning, self(),
"Mixing delete and non-delete operations together with "
"~p measurements unit can yield nonsense results!\n\n",
[RF_name]);
Expand Down