Skip to content

Commit

Permalink
decreate the thread pool size in regression when running in github du…
Browse files Browse the repository at this point in the history
…e to limited resources
  • Loading branch information
usr3-1415 committed Feb 24, 2024
1 parent aed6d51 commit 0b7c15c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions github-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ dotnet build Antlr/
dotnet build parseStg2/
dotnet build "asn1scc.sln"
cd v4Tests || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 4 -s false -p 48 || exit 1
../regression/bin/Debug/net7.0/regression -l Ada -ws 4 -s false -p 48 || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 8 -s true -p 48 -ig || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 8 -s true -p 48 || exit 1
../regression/bin/Debug/net7.0/regression -l Ada -ws 8 -s true -p 48 || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 4 -s false -p 12 || exit 1
../regression/bin/Debug/net7.0/regression -l Ada -ws 4 -s false -p 12 || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 8 -s true -p 12 -ig || exit 1
../regression/bin/Debug/net7.0/regression -l c -ws 8 -s true -p 12 || exit 1
../regression/bin/Debug/net7.0/regression -l Ada -ws 8 -s true -p 12 || exit 1


0 comments on commit 0b7c15c

Please sign in to comment.