Emit events in better batch sizes

This commit is contained in:
Dominik Werder
2021-09-16 20:44:07 +02:00
parent 7166e65277
commit ad7f25b4c6
24 changed files with 441 additions and 330 deletions

View File

@@ -63,6 +63,7 @@ async fn agg_x_dim_0_inner() {
file_io_buffer_size,
event_chunker_conf,
false,
true,
);
let _ = fut1;
// TODO add the binning and expectation and await the result.
@@ -114,6 +115,7 @@ async fn agg_x_dim_1_inner() {
file_io_buffer_size,
event_chunker_conf,
false,
true,
);
let _ = fut1;
// TODO add the binning and expectation and await the result.