Skip to content

Commit

Permalink
increase nexmark parse batch size and revert cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jun 7, 2024
1 parent c7409a0 commit 0520dbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ redundant_explicit_links = "allow"
[profile.dev]
lto = 'off'

[profile.bench]
lto = 'off'

[profile.release]
debug = "full"
split-debuginfo = "packed"
Expand Down
2 changes: 1 addition & 1 deletion src/connector/benches/nexmark_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn make_batch() -> Vec<SourceMessage> {

generator
.by_ref()
.take(1024)
.take(16384)
.map(|(i, e)| {
let payload = serde_json::to_vec(&e).unwrap();
SourceMessage {
Expand Down

0 comments on commit 0520dbe

Please sign in to comment.