Skip to content

Commit

Permalink
add optional async field to BenchmarkCase struct
Browse files Browse the repository at this point in the history
  • Loading branch information
pabueco committed May 20, 2024
1 parent 2118dea commit 518c033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub struct BenchmarkCase {
pub id: String,
pub code: String,
pub name: String,
pub r#async: Option<bool>,
pub dependencies: Option<Vec<Dependency>>,
}

Expand Down

0 comments on commit 518c033

Please sign in to comment.