Skip to content

Commit 7a96d7e

Browse files
Pere Urbon-Bayesjordansissel
authored andcommitted
typo fix
Fixes elastic#7
1 parent 8dd8b8e commit 7a96d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/lsit/run.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ def run(required_events_count, required_run_time, input_lines)
3838
reader = stats.detach_output_reader(o, /#{LAST_MESSAGE}/)
3939
puts("starting feeding input") if @debug
4040

41-
elaspsed = Benchmark.realtime do
41+
elapsed = Benchmark.realtime do
4242
real_events_count = feed_input_with(required_events_count, required_run_time, input_lines, i)
4343
puts("waiting for output reader to complete") if @debug
4444
reader.join
4545
end
4646
p = percentile(stats.stats, 0.80)
47-
[p, elaspsed, real_events_count, start_time]
47+
[p, elapsed, real_events_count, start_time]
4848
end
4949
end
5050

0 commit comments

Comments
 (0)