Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 13, 2025
1 parent b35c61a commit 58f6b5b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/bitinject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ mod bitinject_test {
assert!(!error);
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn test_bitinject() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/extract_msb_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ mod extract_msb_mod_test {
assert!(!error);
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn test_extract_msb_mod() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/lift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ mod lift_test {
assert!(!error);
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn test_lift() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/or_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ mod or_tree_test {
}
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn main() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/threshold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ mod threshold_test {
assert!(!error);
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn test_threshold() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-gpu/tests/threshold_and_or_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ mod test_threshold_and_or_tree_test {
assert!(!error);
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn test_threshold_and_or_tree() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
Expand Down

0 comments on commit 58f6b5b

Please sign in to comment.