Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.15 #1110

Merged
merged 8 commits into from
Oct 9, 2023
Merged

v1.15 #1110

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
# strategy:
# matrix:
# bench: [dep_graph_benchmark, emitter_benchmark, pipeline_benchmark]
# bench: [emitter_benchmark, pipeline_benchmark]
# fail-fast: false
steps:
- run: echo ${{ github.event.pull_request.head.sha }}
Expand All @@ -37,8 +37,8 @@ jobs:
- name: Run benchmarks
# args: --workspace --bench ${{ matrix.bench }} -- --save-baseline base-sha
run:
cargo bench --workspace --bench dep_graph_benchmark --bench emitter_benchmark --bench
pipeline_benchmark --bench tar_benchmark -- --save-baseline head-sha
cargo bench --workspace --bench emitter_benchmark --bench pipeline_benchmark --bench
tar_benchmark -- --save-baseline head-sha

# Run on base branch to get a baseline
- name: Checkout base branch
Expand All @@ -49,8 +49,8 @@ jobs:
- name: Run benchmarks
# args: --workspace --bench ${{ matrix.bench }} -- --save-baseline base-sha
run:
cargo bench --workspace --bench dep_graph_benchmark --bench emitter_benchmark --bench
pipeline_benchmark --bench tar_benchmark -- --save-baseline base-sha
cargo bench --workspace --bench emitter_benchmark --bench pipeline_benchmark --bench
tar_benchmark -- --save-baseline base-sha

# Compare diffs
- name: Install critcmp
Expand Down
2 changes: 1 addition & 1 deletion .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: '../website/static/schemas/toolchain.json'

rust:
version: '1.72.1'
version: '1.73.0'
bins:
- 'cargo-make'
- 'cargo-nextest'
Expand Down
16 changes: 16 additions & 0 deletions .yarn/versions/22a0caa2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
releases:
'@moonrepo/cli': minor
'@moonrepo/core-linux-arm64-gnu': minor
'@moonrepo/core-linux-arm64-musl': minor
'@moonrepo/core-linux-x64-gnu': minor
'@moonrepo/core-linux-x64-musl': minor
'@moonrepo/core-macos-arm64': minor
'@moonrepo/core-macos-x64': minor
'@moonrepo/core-windows-x64-msvc': minor
'@moonrepo/visualizer': minor
'@moonrepo/types': minor
'@moonrepo/report': minor

declined:
- '@moonrepo/runtime'
- website
Loading
Loading