Skip to content

Commit

Permalink
renamed config names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitish1814 committed Nov 14, 2024
1 parent c81c3f5 commit 804c1e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions perf_test/perfTestInput.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
INCREMENTAL = "runIncrement"

#load file config to test on
config_65 = "./examples/febrl120k/config.json"
config_120k = "./examples/febrl120k/config120k.json"
config_5m = "./examples/ncVoters5M/config.json"
febrl = "./examples/febrl120k/config.json"
febrl_120k = "./examples/febrl120k/config120k.json"
ncVoter_5m = "./examples/ncVoters5M/config.json"


#bash script location
ZINGG = "./scripts/zingg.sh"


#add all the load to test
load_configs = {"65_samples" : config_65, "120k_samples" : config_120k, "5m_samples" : config_5m}
load_configs = {"65_samples" : febrl, "120k_samples" : febrl_120k, "5m_samples" : ncVoter_5m}
#add all the phases on which testing is required
phases = [FIND_TRAINING_DATA, MATCH]

0 comments on commit 804c1e4

Please sign in to comment.