summaryrefslogtreecommitdiffstats
path: root/libraries/googlebenchmark/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/googlebenchmark/README')
-rw-r--r--libraries/googlebenchmark/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/googlebenchmark/README b/libraries/googlebenchmark/README
new file mode 100644
index 0000000000..b39143dc76
--- /dev/null
+++ b/libraries/googlebenchmark/README
@@ -0,0 +1,5 @@
+Google microbenchmarking library.
+
+Define a function that executes the code to measure, register it as
+a benchmark function using the BENCHMARK macro, and ensure an
+appropriate main function is available.