Skip to content

Commit

Permalink
change at max on benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Almeida committed Oct 19, 2023
1 parent fb89e22 commit 18b739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
for f in beir_datasets/*
do
for at in 10 100 1000 10000 100000
for at in 10 100 1000 10000
do
echo $f $at
python benchmark_pyserini.py $f $at
Expand Down

0 comments on commit 18b739c

Please sign in to comment.