Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-k-cameron committed Mar 5, 2023
1 parent 6123715 commit e52d3d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/compile_time_benchmark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,10 @@ async fn drop_batch_resources(client: aws_sdk_batch::Client) -> Result<(), JoinE
}

async fn submit_job(client: aws_sdk_batch::Client) {
<<<<<<< HEAD
if let Ok(job) = client.submit_job().send().await {
client.submit_job().depends_on({
JobDependency::builder().job_id(job.job_id().unwrap()).build()
}).send().await;
}
let res = client.submit_job().send().await;
=======
let job = client.submit_job().send().await;
client.submit_job().send().await;
>>>>>>> e88a79656c182a597de0e4ba3d9f590a5012d1da
}

0 comments on commit e52d3d3

Please sign in to comment.