Skip to content

Commit 984ad11

Browse files
committed
switch batch factor back to 1
1 parent fd3c971 commit 984ad11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/process_stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ int main(int argc, char **argv) {
9393
std::cout << std::endl;
9494

9595
auto driver_config = DriverConfiguration().gutter_sys(CACHETREE).worker_threads(num_threads);
96-
auto cc_config = CCAlgConfiguration().batch_factor(1.0/5);
96+
auto cc_config = CCAlgConfiguration().batch_factor(1.0);
9797
CCSketchAlg cc_alg{num_nodes, get_seed(), cc_config};
9898
GraphSketchDriver<CCSketchAlg> driver{&cc_alg, &stream, driver_config, reader_threads};
9999

0 commit comments

Comments
 (0)