Skip to content

Commit

Permalink
fix: bench
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jul 16, 2024
1 parent 3e3d2a3 commit fe4e3a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y libavformat-dev libavfilter-dev libavdevice-dev ffmpeg libasound2-dev
- name: Run benchmark
- name: Run benchmarks
run: |
cargo bench --bench pcm_decode_benchmark stt_benchmark -- --output-format bencher | tee output.txt
cargo bench --bench pcm_decode_benchmark -- --output-format bencher | tee output.txt
echo "Benchmark output:"
cat output.txt
Expand Down
9 changes: 9 additions & 0 deletions Formula/screenpipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ def install
end
end

# push stuff
# git tag v0.1.34
# git push origin v0.1.34
# wait linux release
# then

# cargo build --release --features metal
# tar -czf screenpipe-0.1.34-x86_64-apple-darwin.tar.gz -C target/release screenpipe
# shasum -a 256 screenpipe-0.1.34-x86_64-apple-darwin.tar.gz
Expand All @@ -24,3 +30,6 @@ def install

# brew tap louis030195/screen-pipe https://github.com/louis030195/screen-pipe.git
# brew install screenpipe

# todo automate this in the future, not urgent for now ..

0 comments on commit fe4e3a6

Please sign in to comment.