Skip to content

Commit fb2d7f8

Browse files
feat: further reduce the chunking for mod files
1 parent c6b3f44 commit fb2d7f8

File tree

1 file changed

+1
-1
lines changed
  • crates/intrinsic-test/src/common

1 file changed

+1
-1
lines changed

crates/intrinsic-test/src/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ where
5252
fn cpp_compilation(&self) -> Option<CppCompilation>;
5353

5454
fn build_c_file(&self) -> bool {
55-
let (chunk_size, chunk_count) = manual_chunk(self.intrinsics().len(), 270);
55+
let (chunk_size, chunk_count) = manual_chunk(self.intrinsics().len(), 50);
5656

5757
let cpp_compiler_wrapped = self.cpp_compilation();
5858

0 commit comments

Comments
 (0)