Skip to content

Commit 145e93d

Browse files
kuarorafacebook-github-bot
authored andcommitted
Fix bench_fw_codec
Summary: It was not training even. So, changing default to run training. Reviewed By: mengdilin Differential Revision: D61884150 fbshipit-source-id: 182fbff69f223dbf8efb8fbd056279901c311d3a
1 parent 4283e5b commit 145e93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchs/bench_fw_codecs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def run_local(rp):
119119
distance_metric=distance_metric,
120120
)
121121
benchmark.set_io(bio)
122-
benchmark.benchmark(result_file="result.json", train=False, reconstruct=False, knn=False, range=False)
122+
benchmark.benchmark(result_file="result.json", train=True, reconstruct=False, knn=False, range=False)
123123

124124
def run(bio, d, tablename, distance_metric):
125125
bio.launch_jobs(run_local, [(bio, d, tablename, distance_metric)], local=True)

0 commit comments

Comments
 (0)