Skip to content

Commit 5a4ed99

Browse files
committed
comment out failing benches
1 parent db03bac commit 5a4ed99

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

.github/workflows/base_benchmarks.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Base Benchmarks
22

3-
on:
4-
push:
5-
branches: [main, release-v*]
6-
paths:
7-
- "src/**"
8-
- "benches/**"
9-
- "Cargo.toml"
10-
- "Cargo.lock"
3+
# on:
4+
# push:
5+
# branches: [main, release-v*]
6+
# paths:
7+
# - "src/**"
8+
# - "benches/**"
9+
# - "Cargo.toml"
10+
# - "Cargo.lock"
11+
1112
# If new code is pushed to a PR branch, then cancel in progress workflows for
1213
# that PR. Ensures that we don't waste CI time, and returns results quicker.
1314
# https://github.com/jonhoo/rust-ci-conf/pull/5

.github/workflows/pr_benchmarks.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: PR Benchmarks
22

3-
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- "src/**"
8-
- "benches/**"
9-
- "Cargo.toml"
10-
- "Cargo.lock"
3+
# on:
4+
# pull_request:
5+
# types: [opened, reopened, edited, synchronize]
6+
# paths:
7+
# - "src/**"
8+
# - "benches/**"
9+
# - "Cargo.toml"
10+
# - "Cargo.lock"
11+
1112
# If new code is pushed to a PR branch, then cancel in progress workflows for
1213
# that PR. Ensures that we don't waste CI time, and returns results quicker.
1314
# https://github.com/jonhoo/rust-ci-conf/pull/5

0 commit comments

Comments
 (0)