diff options
| author | steven-vd <steven@vandorp.lu> | 2026-08-16 15:00:32 +0200 |
|---|---|---|
| committer | steven-vd <steven@vandorp.lu> | 2026-08-17 09:31:42 +0200 |
| commit | ee081ca70322cd01d0642fdb1860e6bfbfb48e85 (patch) | |
| tree | 295fdba93b08b24562c6d49e971bbf3425eac50c /benchmarks/quick-xml/.env | |
Diffstat (limited to 'benchmarks/quick-xml/.env')
| -rw-r--r-- | benchmarks/quick-xml/.env/build.sh | 5 | ||||
| -rw-r--r-- | benchmarks/quick-xml/.env/debug.sh | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/quick-xml/.env/build.sh b/benchmarks/quick-xml/.env/build.sh new file mode 100644 index 0000000..09ce8e7 --- /dev/null +++ b/benchmarks/quick-xml/.env/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +#RUSTFLAGS="-C target-cpu=native" cargo build --release +cargo build --release + diff --git a/benchmarks/quick-xml/.env/debug.sh b/benchmarks/quick-xml/.env/debug.sh new file mode 100644 index 0000000..23f310e --- /dev/null +++ b/benchmarks/quick-xml/.env/debug.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -xe + +. .env/build.sh + +./target/release/quick-xml-bench + |
