From 29fb64e557e40afc8d58ae34c65650da9ea3c511 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Tue, 15 May 2018 23:19:31 +0200 Subject: Moved perf intermediary files to target folder --- src/bin/perf-test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/perf-test.rs') 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"; -- cgit v1.2.3