diff options
Diffstat (limited to 'analysis')
-rw-r--r-- | analysis/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/analysis/README.md b/analysis/README.md index c2311e5..d883113 100644 --- a/analysis/README.md +++ b/analysis/README.md @@ -10,7 +10,7 @@ To use new data, first generate some new data locally. In `../src/`: ``` $ just cost-models # approx 10m -$ just comparisons 2>&1 | tee ../analysis/current/log # approx 1hr 30m +$ just selections --compare 2>&1 | tee ../analysis/current/log # approx 1hr 30m ``` We need to also write the log output when comparing since we use this during analysis. To put this data in the right place, in `../analysis`: |