Skip to content

Commit e52d3d3

Browse files
update
1 parent 6123715 commit e52d3d3

File tree

1 file changed

+0
-5
lines changed
  • tools/compile_time_benchmark/src

1 file changed

+0
-5
lines changed

tools/compile_time_benchmark/src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,10 @@ async fn drop_batch_resources(client: aws_sdk_batch::Client) -> Result<(), JoinE
7575
}
7676

7777
async fn submit_job(client: aws_sdk_batch::Client) {
78-
<<<<<<< HEAD
7978
if let Ok(job) = client.submit_job().send().await {
8079
client.submit_job().depends_on({
8180
JobDependency::builder().job_id(job.job_id().unwrap()).build()
8281
}).send().await;
8382
}
8483
let res = client.submit_job().send().await;
85-
=======
86-
let job = client.submit_job().send().await;
87-
client.submit_job().send().await;
88-
>>>>>>> e88a79656c182a597de0e4ba3d9f590a5012d1da
8984
}

0 commit comments

Comments
 (0)