From 12573e7158f61695bfe2316b08787c0bd0b0d0b8 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 3 Sep 2018 16:55:52 +0200 Subject: [PATCH] Update README.md Add info about CLI usage. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e992caa..d77bfe7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Run benchmarks, collect data! +## CLI usage + +* Ensure python3 is installed +* Copy the `config/farm.cfg.example` to `config/farm.cfg` and edit if needed. If device_type is CPU, device_name will be ignored. +* Run `benchmark/farm.py` +* The results will be stored in the output_dir specified in `config/farm.cfg` + + ## Build for release ### macOS