From a61fd1f9afd0b7bd1920b22051869baa075394c6 Mon Sep 17 00:00:00 2001 From: NarawitC Date: Sun, 11 Jun 2023 22:12:33 +0700 Subject: [PATCH] chore(readme): usage instruction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8537659d..b074c854 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ benchmark [arguments (optional)] * `-h`: Help on how to use the tool. * `compare`: Get comparative data for your benchmarks. +* `bench`: Benchmark one, multiple or all modules. + +> Create benchmark before comparing; `benchmark bench` > You may also compare all test results, at once, in a single table; `benchmark compare -t`