summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-07 22:11:52 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-07 22:11:53 +0900
commit0d2aa6fec952e78739e7f379df5a3f7547ce4f27 (patch)
tree7110eadb7dc909017dc40538fedd3b11ef9f56b9 /common.mk
parent330e3f19c32dc6b0c287b7845c796e7e4a3ed575 (diff)
Upgrade benchmark-driver version
as I already started to use --runner=block introduced in v0.14.20 like: https://github.com/ruby/ruby/pull/2321#issuecomment-518638663
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index fcefff8342..6b4a0b00f1 100644
--- a/common.mk
+++ b/common.mk
@@ -47,7 +47,7 @@ GEM_PATH =
GEM_VENDOR =
BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver
-BENCHMARK_DRIVER_GIT_REF = v0.14.19
+BENCHMARK_DRIVER_GIT_REF = v0.14.20
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