From 96446f2f5a342b2f6a86984d7c8c7c1829ad3ad0 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Thu, 9 Jan 2014 10:48:18 -0800 Subject: [PATCH] Add discussion group to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9edee215..89cc5076 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ benchmark A library to support the benchmarking of functions, similar to unit-tests. +Discussion group: https://groups.google.com/d/forum/benchmark-discuss + Example usage: Define a function that executes the code to be measured a specified number of times: