aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-03-10 22:18:35 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-03-10 22:18:59 +0900
commit21039d9c73d3c6f735d5178c9dd89950945002c3 (patch)
tree79740470155d29beae3f0fca65e24e12617a8256 /doc
parent2fd779fcd99fbbd7c6622d266116f6fc21ce14c7 (diff)
downloadruby-21039d9c73d3c6f735d5178c9dd89950945002c3.tar.gz
Add link to ../benchmark/README.md from make_cheatsheet [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/make_cheatsheet.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index c511b293c1..376e617a54 100644
--- a/doc/make_cheatsheet.md
+++ b/doc/make_cheatsheet.md
@@ -94,3 +94,7 @@ Note that `test-coverage.dat` accumulates all runs of `make test-all`.
Make sure that you remove the file if you want to measure one test run.
You can see the coverage result of CI: https://rubyci.org/coverage
+
+## How to benchmark
+
+see <../benchmark/README.md>