Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maronuu committed Jul 15, 2023
1 parent b98fa62 commit f220e4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
conda activate faiss
chmod +x ./run_300K.sh
./run_300K.sh
python3 eval/eval.py --dir result
python3 eval/eval.py
python3 eval/plot.py --size=300K res.csv
- uses: actions/upload-artifact@v3
with:
Expand All @@ -69,7 +69,7 @@ jobs:
# conda activate faiss
# chmod +x ./run_10M.sh
# ./run_10M.sh
# python3 eval/eval.py --dir result
# python3 eval/eval.py
# python3 eval/plot.py --size=10M res.csv
# - uses: actions/upload-artifact@v3
# with:
Expand All @@ -84,7 +84,7 @@ jobs:
# conda activate faiss
# chmod +x ./run_30M.sh
# ./run_30M.sh
# python3 eval/eval.py --dir result
# python3 eval/eval.py
# python3 eval/plot.py --size=30M res.csv
# - uses: actions/upload-artifact@v3
# with:
Expand All @@ -99,7 +99,7 @@ jobs:
# conda activate faiss
# chmod +x ./run_100M.sh
# ./run_100M.sh
# python3 eval/eval.py --dir result
# python3 eval/eval.py
# python3 eval/plot.py --size=100M res.csv
# - uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit f220e4e

Please sign in to comment.