Skip to content

Commit 78b865e

Browse files
committed
bench: remove the old harness
As stated in a previous commit, we'll be moving to rebar. (rebar isn't actually published at time of writing, but it's essentially ready to go.)
1 parent 0328ba2 commit 78b865e

27 files changed

+0
-152484
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ jobs:
122122
- name: Run subset of regex-automata tests
123123
if: matrix.build != 'win-gnu' # Just horrifically slow.
124124
run: ${{ env.CARGO }} test --verbose --manifest-path regex-automata/Cargo.toml $TARGET
125-
- if: matrix.build == 'nightly'
126-
name: Run benchmarks as tests
127-
run: |
128-
cd bench
129-
./run rust --no-run --verbose
130125

131126
# This job runs a stripped down version of CI to test the MSRV. The specific
132127
# reason for doing this is that the regex crate's dev-dependencies tend to

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ rust-version = "1.60.0"
1919

2020
[workspace]
2121
members = [
22-
"bench",
2322
"regex-automata",
2423
"regex-capi",
2524
"regex-cli",

bench/.gitignore

-1
This file was deleted.

bench/Cargo.toml

-59
This file was deleted.

bench/build.rs

-20
This file was deleted.

bench/compile

-6
This file was deleted.

bench/run

-39
This file was deleted.

0 commit comments

Comments
 (0)