We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422244e commit e350557Copy full SHA for e350557
profile/benchmarking/simple.rb
@@ -45,8 +45,8 @@ def ping(opts = {})
45
46
warmup_repetitions.times { client.ping }
47
48
+ start = Process.clock_gettime(Process::CLOCK_MONOTONIC)
49
results = measured_repetitions.times.collect do
- start = Process.clock_gettime(Process::CLOCK_MONOTONIC)
50
Benchmark.realtime do
51
action_iterations.times do
52
client.ping
0 commit comments