diff options
Diffstat (limited to 'benchmarks/quick-xml/Cargo.toml')
| -rw-r--r-- | benchmarks/quick-xml/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/quick-xml/Cargo.toml b/benchmarks/quick-xml/Cargo.toml new file mode 100644 index 0000000..fb1a66b --- /dev/null +++ b/benchmarks/quick-xml/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "quick-xml-bench" +version = "0.1.0" +edition = "2024" + +[dependencies] +quick-xml = "0.41.0" + +[profile.release] +opt-level = 3 +lto = true +codegen-units = 1 +panic = "abort" + |
