Skip to content

Commit

Permalink
fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Mar 22, 2024
1 parent a865dd0 commit 586b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run Benchmarks
run: |
docker run -it --privileged -v ${{ github.workspace }}/tlsn/benches/:/benches tlsn-bench
docker run --privileged -v ${{ github.workspace }}/tlsn/benches/:/benches tlsn-bench
- name: Upload runtime_vs_latency.html
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 586b095

Please sign in to comment.