From 5a3ad43103b238b9c8f2a2acceff250888be263e Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Tue, 4 Jul 2023 00:30:34 -0400 Subject: [PATCH] update config --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index cb391de81..d0a72bd85 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "workspace": "generated", - "func_path": "benchmarks.py", + "entry_path": "benchmarks.py", + "home_path": "", "cutoff": 60 }