piotrmurach/benchmark-perf

View on GitHub
lib/benchmark/perf/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Benchmark
  module Perf
    VERSION = "0.6.0"
  end # Perf
end # Benchmark