summaryrefslogtreecommitdiff
path: root/src/bin/perf-test.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-05-15 23:19:31 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-05-15 23:19:31 +0200
commit29fb64e557e40afc8d58ae34c65650da9ea3c511 (patch)
treeade124c68963604b12b01d6324c025def9b7ebea /src/bin/perf-test.rs
parent27499d0f466e0405dba10f8f5b98533beead1c9e (diff)
Moved perf intermediary files to target folder
Diffstat (limited to 'src/bin/perf-test.rs')
-rw-r--r--src/bin/perf-test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/perf-test.rs b/src/bin/perf-test.rs
index 62c323c..835267e 100644
--- a/src/bin/perf-test.rs
+++ b/src/bin/perf-test.rs
@@ -7,7 +7,7 @@ use zombot::engine::command::Command;
use std::error::Error;
-const STATE_PATH: &str = "init_state.json";
+const STATE_PATH: &str = "tests/state0.json";
const COMMAND_PATH: &str = "command.txt";