Skip to content

Commit 4cae306

Browse files
committed
updated test profile to use --release optimizations
1 parent a00262c commit 4cae306

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ log = "0.4"
4444
assert_approx_eq = "1.1.0"
4545
tempfile = "3.5"
4646

47+
[profile.test]
48+
inherits = "release"

core/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ fn test_rbpf_closed_loop_on_real_data() {
891891
// Initialize RBPF with 100 particles (fewer than standard PF)
892892
let mut rbpf = initialize_rbpf(
893893
initial.clone(),
894-
1000,
894+
100,
895895
VerticalChannelMode::Simplified,
896896
None,
897897
None,

0 commit comments

Comments
 (0)