From ee081ca70322cd01d0642fdb1860e6bfbfb48e85 Mon Sep 17 00:00:00 2001 From: steven-vd Date: Sun, 16 Aug 2026 15:00:32 +0200 Subject: Initial commit --- benchmarks/quick-xml/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 benchmarks/quick-xml/Cargo.toml (limited to 'benchmarks/quick-xml/Cargo.toml') 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" + -- cgit v1.2.3