From 553bb7d218ffa2b7214423388f3b33c72b469418 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 23 Sep 2022 10:38:13 +0200 Subject: explore-and-model-static: add usage hints --- examples/explore-and-model-static | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/explore-and-model-static b/examples/explore-and-model-static index 264d14f..3dccc3a 100755 --- a/examples/explore-and-model-static +++ b/examples/explore-and-model-static @@ -1,5 +1,11 @@ #!/bin/sh +# Run this file from a directory that may be filled with benchmark output, like so: +# > cd .../dfatool +# > mkdir -p kconfig-static-data models +# > cd kconfig-static-data +# > ../examples/explore-and-model-static + set -ex # Benchmark 10 random configurations and their neighbourhood -- cgit v1.2.3