Skip to content

Commit 0f58f44

Browse files
committed
Fix
1 parent cfcd0e2 commit 0f58f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272
run: |
7373
echo "forks=15" > scoredirector-benchmark.properties
74-
echo "warmup_iterations=5 >> scoredirector-benchmark.properties
74+
echo "warmup_iterations=5" >> scoredirector-benchmark.properties
7575
echo "measurement_iterations=15" >> scoredirector-benchmark.properties
7676
echo "score_director_type=cs" >> scoredirector-benchmark.properties
7777
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties

0 commit comments

Comments
 (0)