Skip to content

Commit 4ac4883

Browse files
Parallelize ready eval DAG stages
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
1 parent 91e9141 commit 4ac4883

File tree

7 files changed

+604
-187
lines changed

7 files changed

+604
-187
lines changed

src/commands/eval/runner/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub(in super::super) async fn run_eval_fixture(
4040
EvalFixtureDagConfig {
4141
repro_validate,
4242
repro_max_comments,
43-
artifact_context,
43+
artifact_context: artifact_context.cloned(),
4444
},
4545
)
4646
.await?;

0 commit comments

Comments
 (0)