Skip to content

Commit 43bb64b

Browse files
committed
bench: small tweaks
This adds object files (produced by D compilers) to gitignore, and adds RE2 to the benchmark compilation script by default.
1 parent b0113ec commit 43bb64b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: bench/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.o

Diff for: bench/compile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export RUSTFLAGS="-C target-cpu=native"
55

66
exec cargo build \
77
--release \
8-
--features 're-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl re-dphobos-dmd re-dphobos-ldc' \
8+
--features 're-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl re-dphobos-dmd re-dphobos-ldc' \
99
"$@"

0 commit comments

Comments
 (0)