Skip to content

Commit 397cf20

Browse files
authored
Performance-test changes (#1089)
1 parent c47bf76 commit 397cf20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

perf_test/perfTestInput_febrl120K.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"propertyFile": "./config/zingg.conf",
55
"reportFile" : "./perf_test/perf_test_report/testReport_febrl120K.json",
66
"directory": ".",
7-
"snowflakeSetup": null,
8-
"snowflakeTeardown": null,
7+
"setup": null,
8+
"teardown": null,
99
"tests": {
1010
"train": "{zinggScript} --phase train --conf ./examples/febrl120k/config120k.json --properties-file {propertyFile}",
1111
"match": "{zinggScript} --phase match --conf ./examples/febrl120k/config120k.json --properties-file {propertyFile}"

perf_test/perfTestInput_ncVoters5M.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"propertyFile": "./config/zingg.conf",
55
"reportFile" : "./perf_test/perf_test_report/testReport_ncVoters5M.json",
66
"directory": ".",
7-
"snowflakeSetup": null,
8-
"snowflakeTeardown": null,
7+
"setup": null,
8+
"teardown": null,
99
"tests": {
1010
"train": "{zinggScript} --phase train --conf ./examples/ncVoters5M/config.json --properties-file {propertyFile}",
1111
"match": "{zinggScript} --phase match --conf ./examples/ncVoters5M/config.json --properties-file {propertyFile}"

0 commit comments

Comments
 (0)