Skip to content

Commit

Permalink
XXX CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Apr 26, 2023
1 parent 9bd7dc2 commit b881a6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
# Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
branchName: ${{ github.base_ref }}
# Optional. Default is `${{ github.token }}`.
benchName: "bench_archive"
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build & test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
#pull_request:
# branches: [ master ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions mla/benches/bench_archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ criterion_group!(
benches,
writer_multiple_layers_multiple_block_size,
reader_multiple_layers_multiple_block_size,
reader_multiple_layers_multiple_block_size_multifiles_random,
reader_multiple_layers_multiple_block_size_multifiles_linear,
// reader_multiple_layers_multiple_block_size_multifiles_random,
// reader_multiple_layers_multiple_block_size_multifiles_linear,
// Was used to determine the best default compression quality ratio
//
// multiple_compression_quality,
Expand Down

0 comments on commit b881a6f

Please sign in to comment.