Skip to content

Commit

Permalink
Update loader-benchmark.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 14, 2025
1 parent b32e07b commit a97c8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systest/loader-benchmark/loader-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ if [[ ${BENCHMARK_SIZE} != small && ${BENCHMARK_SIZE} != big ]]; then
fi

if [[ ${BENCHMARK_SIZE} == small ]]; then
DATA_URL="${BENCHMARKS_REPO}/blob/master/data/1million.rdf.gz?raw=true"
DATA_URL="${BENCHMARKS_REPO}/blob/main/data/1million.rdf.gz?raw=true"
else
DATA_URL="${BENCHMARKS_REPO}/blob/master/data/21million.rdf.gz?raw=true"
DATA_URL="${BENCHMARKS_REPO}/blob/main/data/21million.rdf.gz?raw=true"
fi

if [[ ${DGRAPH_LOADER} != bulk && ${DGRAPH_LOADER} != live ]]; then
Expand Down

0 comments on commit a97c8d1

Please sign in to comment.