Skip to content

Commit

Permalink
ws-slot-perf: init (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Feb 29, 2024
1 parent 9cf8951 commit 0de0ab3
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 155 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,21 @@ jobs:
${{ matrix.os }}-whirligig-client
- name: Build binaries
run: cargo build --bin ws-client --bin ws-stress-test --release
run: cargo build --bin ws-client --release

- name: rename binaries for ubuntu22 release
if: matrix.os == 'ubuntu-22.04'
run: |
mv target/release/ws-client target/release/ws-client22
mv target/release/ws-stress-test target/release/ws-stress-test22
- name: Deleteing directories to avoid upload conflict
run: |
rm -rf \
target/release/ws-client.d \
target/release/ws-stress-test.d
target/release/ws-client.d
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: |
target/release/ws-client*
target/release/ws-stress-test*
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The minor version will be incremented upon a breaking change and the patch versi

### Features

- ws-slot-perf: init ([#4](https://github.com/rpcpool/yellowstone-whirligig-client/pull/4))

### Fixes

### Breaking
Expand Down
Loading

0 comments on commit 0de0ab3

Please sign in to comment.