Skip to content

Commit

Permalink
Install aikido firewall in benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Sep 3, 2024
1 parent d84f77f commit c60308b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: |
python -m pip install --upgrade pip
make install
- name: Install aikido_firewall
run: |
make build
mv ./dist/aikido_firewall-*.tar.gz ./dist/aikido_firewall.tar.gz
pip install ./dist/aikido_firewall.tar.gz
- name: run sql benchmarks
run: |
python ./benchmarks/sql_benchmark/sql_benchmark_fw.py
Expand Down

0 comments on commit c60308b

Please sign in to comment.