From b468d7cbff70291200294732c3795c53b5c502f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 15 Jun 2019 09:23:00 +0200 Subject: [PATCH] Link benchmarking docs from the doc main page --- docs/Readme.md | 1 + docs/benchmarks.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/Readme.md b/docs/Readme.md index 721880ab..582540f4 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -14,6 +14,7 @@ Writing tests: * [Event Listeners](event-listeners.md#top) * [Data Generators](generators.md#top) * [Other macros](other-macros.md#top) +* [Micro benchmarking](benchmarks.md#top) Fine tuning: * [Supplying your own main()](own-main.md#top) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 3426b365..43bd2884 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -1,3 +1,4 @@ + # Authoring benchmarks Writing benchmarks is not easy. Catch simplifies certain aspects but you'll