Skip to content

Commit edf2a4e

Browse files
committed
update memory expectations
1 parent 90d5bd8 commit edf2a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ mod tests {
221221
#[cfg(feature = "debug-info")]
222222
{
223223
let debug_info = engine.get_debug_info();
224-
let expected_size = 8_527_344_f32;
224+
let expected_size = 8_963_552_f32;
225225
assert!(debug_info.flatbuffer_size >= (expected_size * 0.99) as usize);
226226
assert!(debug_info.flatbuffer_size <= (expected_size * 1.01) as usize);
227227
}

0 commit comments

Comments
 (0)