Skip to content

Commit

Permalink
Remove C# framework from benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Apr 30, 2024
1 parent 63c0452 commit d2d238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/install_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function runCSharpBenchmark(){
cd ${BENCH_FOLDER}/csharp
dotnet clean
dotnet build --configuration Release /warnaserror
dotnet run --framework net6.0 --configuration Release --resultsFile=../$1 --dataSize $2 --concurrentTasks $concurrentTasks --clients $chosenClients --host $host --clientCount $clientCount $tlsFlag $portFlag $minimalFlag
dotnet run --configuration Release --resultsFile=../$1 --dataSize $2 --concurrentTasks $concurrentTasks --clients $chosenClients --host $host --clientCount $clientCount $tlsFlag $portFlag $minimalFlag
}

function runJavaBenchmark(){
Expand Down

0 comments on commit d2d238c

Please sign in to comment.