ruby-changes:74339
From: Takashi <ko1@a...>
Date: Fri, 4 Nov 2022 09:28:14 +0900 (JST)
Subject: [ruby-changes:74339] 1956fb9b78 (master): Bump benchmark-driver version
https://git.ruby-lang.org/ruby.git/commit/?id=1956fb9b78 From 1956fb9b78c1f78649df48282c716b4f74d45ed7 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Thu, 3 Nov 2022 17:26:50 -0700 Subject: Bump benchmark-driver version https://github.com/benchmark-driver/benchmark-driver/pull/75 is useful for quickly benchmarking a single method in CRuby. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 1a20e005d2..ed06e22431 100644 --- a/common.mk +++ b/common.mk @@ -50,7 +50,7 @@ GEM_PATH = https://github.com/ruby/ruby/blob/trunk/common.mk#L50 GEM_VENDOR = BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver -BENCHMARK_DRIVER_GIT_REF = v0.15.18 +BENCHMARK_DRIVER_GIT_REF = v0.16.0 SIMPLECOV_GIT_URL = https://github.com/colszowka/simplecov.git SIMPLECOV_GIT_REF = v0.17.0 SIMPLECOV_HTML_GIT_URL = https://github.com/colszowka/simplecov-html.git -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/