Skip to content

Commit f2cfd3f

Browse files
committed
test: cicd testing to debug
1 parent 374d2ce commit f2cfd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/high_concurrency.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async fn test_high_concurrency_no_batching() {
115115
};
116116
let encoded = bincode_next::encode_to_vec(&payload, config::standard()).unwrap();
117117

118-
let concurrency = 5_000_000;
118+
let concurrency = 500_000;
119119
println!(
120120
"Spawning {} concurrent parsing tasks (no batching)...",
121121
concurrency

0 commit comments

Comments
 (0)