Skip to content

Commit a9c36e0

Browse files
authored
Add JSON vs. XML deserialization benchmark (Azure#3196)
1 parent 7e17930 commit a9c36e0

File tree

2 files changed

+739
-0
lines changed

2 files changed

+739
-0
lines changed

sdk/core/azure_core/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ features = [
9696
name = "benchmarks"
9797
harness = false
9898

99+
[[bench]]
100+
name = "deserialization"
101+
harness = false
102+
required-features = ["xml"]
103+
99104
[[bench]]
100105
name = "http_transport_benchmarks"
101106
harness = false

0 commit comments

Comments
 (0)