lib/benchmark/http/statistics.rb in benchmark-http-0.16.1 vs lib/benchmark/http/statistics.rb in benchmark-http-0.18.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2018-2022, by Samuel Williams. +# Copyright, 2018-2024, by Samuel Williams. -require 'async/clock' +require "async/clock" module Benchmark module HTTP class Stopwatch def initialize(concurrency = 0)