@@ -137,7 +137,7 @@ test -f results/eprintln-Test-helloworld-Check-Full
137
137
test ! -s results/eprintln-Test-helloworld-Check-Full
138
138
139
139
# llvm-lines. `Debug` not `Check` because it doesn't support `Check` profiles.
140
- # Including both `helloworld` and `regex-1.5.5 ` benchmarks, as they exercise the
140
+ # Including both `helloworld` and `regex-automata-0.4.8 ` benchmarks, as they exercise the
141
141
# zero dependency and the greater than zero dependency cases, respectively, the
142
142
# latter of which has broken before.
143
143
RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
@@ -146,12 +146,12 @@ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=
146
146
--id Test \
147
147
--profiles Debug \
148
148
--cargo $bindir /cargo \
149
- --include helloworld,regex-1.5.5 \
149
+ --include helloworld,regex-automata-0.4.8 \
150
150
--scenarios Full
151
151
test -f results/ll-Test-helloworld-Debug-Full
152
152
grep -q " Lines.*Copies.*Function name" results/ll-Test-helloworld-Debug-Full
153
- test -f results/ll-Test-regex-1.5.5 -Debug-Full
154
- grep -q " Lines.*Copies.*Function name" results/ll-Test-regex-1.5.5 -Debug-Full
153
+ test -f results/ll-Test-regex-automata-0.4.8 -Debug-Full
154
+ grep -q " Lines.*Copies.*Function name" results/ll-Test-regex-automata-0.4.8 -Debug-Full
155
155
156
156
# llvm-ir. `Debug` not `Check` because it works better that way.
157
157
RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
0 commit comments