Skip to content

Commit

Permalink
change merge_temp path
Browse files Browse the repository at this point in the history
  • Loading branch information
MeouSker77 committed Jun 7, 2024
1 parent 3998538 commit 06db1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ jobs:
cd ../../dev/benchmark/all-in-one/test_batch1
for file in *.csv; do
if [[ $file != *test* ]]; then
cp "$file" ./merged_temp
cp "$file" ../../../../test/benchmark/merged_temp
fi
done
cd ../test_batch2
for file in *.csv; do
if [[ $file != *test* ]]; then
cp "$file" ./merged_temp
cp "$file" ../../../../test/benchmark/merged_temp
fi
done
cd ../../../../test/benchmark
Expand Down

0 comments on commit 06db1dd

Please sign in to comment.