Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 18, 2023
1 parent 7b8719f commit 1f9da63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ where
),
(
"status",
format!("{:?}", ee.execution_result.0),
format!("{:?}", ee.result_with_timings.0),
String
),
("duration", ee.execution_us, i64),
Expand Down

0 comments on commit 1f9da63

Please sign in to comment.