Skip to content

Commit

Permalink
bench: remove the old harness
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
BurntSushi committed Apr 30, 2023
1 parent ab2bedb commit 374b329
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 152,484 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ jobs:
- name: Run subset of regex-automata tests
if: matrix.build != 'win-gnu' # Just horrifically slow.
run: ${{ env.CARGO }} test --verbose --manifest-path regex-automata/Cargo.toml $TARGET
- if: matrix.build == 'nightly'
name: Run benchmarks as tests
run: |
cd bench
./run rust --no-run --verbose

# This job runs a stripped down version of CI to test the MSRV. The specific
# reason for doing this is that the regex crate's dev-dependencies tend to
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ rust-version = "1.60.0"

[workspace]
members = [
"bench",
"regex-automata",
"regex-capi",
"regex-cli",
Expand Down
1 change: 0 additions & 1 deletion bench/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions bench/Cargo.toml

This file was deleted.

20 changes: 0 additions & 20 deletions bench/build.rs

This file was deleted.

6 changes: 0 additions & 6 deletions bench/compile

This file was deleted.

39 changes: 0 additions & 39 deletions bench/run

This file was deleted.

Loading

0 comments on commit 374b329

Please sign in to comment.