Skip to content

Commit

Permalink
removes benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq committed Dec 14, 2021
1 parent 6275707 commit dba37aa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ commands:
python3 ./tools/dependency_summary.py --all-ios-targets --package ios_rust --check megazords/ios-rust/DEPENDENCIES.md
python3 ./tools/dependency_summary.py --all-android-targets --package megazord --check megazords/full/DEPENDENCIES.md
python3 ./tools/dependency_summary.py --all-android-targets --package megazord --format pom --check megazords/full/android/dependency-licenses.xml
bench-all:
steps:
- test-setup
- run:
name: Build and Run Benchmarks
command: cargo bench -p places-bench
restore-sccache-cache:
steps:
- restore_cache:
Expand Down Expand Up @@ -341,13 +335,6 @@ jobs:
- run: rustup override set beta
- run-tests
- save-sccache-cache
Rust benchmarks:
executor: docker
resource_class: large
steps:
- restore-sccache-cache
- bench-all
- save-sccache-cache
iOS build and test:
executor: macos
steps:
Expand Down Expand Up @@ -546,7 +533,6 @@ workflows:
run-tests:
jobs:
- Rust tests
- Rust benchmarks
run-tests-min-supported-version:
jobs:
- Rust tests - min supported rust version
Expand Down

0 comments on commit dba37aa

Please sign in to comment.