Skip to content

Commit e702a05

Browse files
committed
Fixing linathon benchmarks
1 parent aeb5ad6 commit e702a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scenarios-link-a-thon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ do
5050
for job in "${jobs[@]}"
5151
do
5252
echo "New job on '$s': $job"
53-
dotnet $ROOT/.build/BenchmarksDriver/BenchmarksDriver.dll -s $s -c $BENCHMARKS_CLIENT $job --session $SESSION -q "$BENCHMARKS_SQL" $BENCHMARKS_ARGS --sdk 3.0.100-rc2-014256 --collect-counters
53+
dotnet $ROOT/.build/BenchmarksDriver/BenchmarksDriver.dll -s $s -c $BENCHMARKS_CLIENT $job --session $SESSION -q "$BENCHMARKS_SQL" $BENCHMARKS_ARGS --sdk 3.0.100-rc2-014229 --collect-counters
5454
# error code in $?
5555
done
5656
done

0 commit comments

Comments
 (0)