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

bench against libb2 #458

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add libb2 to benchmark_pull_request action setup
  • Loading branch information
R1kM committed Jun 18, 2024
commit 6ad5e43d3b251cdcc3c16a2162966a8960b1bb30
1 change: 1 addition & 0 deletions .github/workflows/benchmark_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get install clang
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
sudo apt-get install libb2-1

- name: Checkout hacl-packages (${{ github.ref }})
uses: actions/checkout@v3
Expand Down
Loading