summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-07 00:43:26 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-07 00:43:38 +0900
commitbb53ddfe0e826bcb6a7ff823c20ac3e7599500b1 (patch)
treee2bd26f66ffbb7ea46be06a0edd9b148181a94b3
parentade1283ca276f7d589ffd3539fbc7b9817f682d5 (diff)
Upgrade benchmark-driver to v0.15.3
It got some nice features for better support of benchmark_driver-output-charty, Windows, ridk, and rbenv.
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 3074b0f277..505169c60e 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.22
+BENCHMARK_DRIVER_GIT_REF = v0.15.3
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