Skip to content

Commit 3c1f093

Browse files
committed
remove configuration changes from process stream
1 parent a0ca6fe commit 3c1f093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/process_stream.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ int main(int argc, char **argv) {
8888
.gutter_sys(CACHETREE)
8989
.worker_threads(num_threads)
9090
.stream_threads(reader_threads);
91-
driver_config.gutter_conf().wq_batch_per_elm(2);
92-
auto cc_config = CCAlgConfiguration().batch_factor(1.2);
91+
driver_config.gutter_conf().wq_batch_per_elm(4);
92+
auto cc_config = CCAlgConfiguration().batch_factor(1);
9393
CCSketchAlg cc_alg{num_nodes, get_seed(), cc_config};
9494
GraphSketchDriver<CCSketchAlg> driver{&cc_alg, &stream, driver_config};
9595

0 commit comments

Comments
 (0)