Skip to content

Commit 518c033

Browse files
committed
add optional async field to BenchmarkCase struct
1 parent 2118dea commit 518c033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/ser.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub struct BenchmarkCase {
1313
pub id: String,
1414
pub code: String,
1515
pub name: String,
16+
pub r#async: Option<bool>,
1617
pub dependencies: Option<Vec<Dependency>>,
1718
}
1819

0 commit comments

Comments
 (0)