Skip to content

Commit

Permalink
tweak aspnetcore metadata and configuration (TechEmpower#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathana1 authored and knewmanTE committed Aug 26, 2016
1 parent 1745760 commit b39a318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions frameworks/CSharp/aspnetcore/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plaintext_url": "/plaintext",
"port": 8080,
"approach": "Realistic",
"classification": "Fullstack",
"classification": "Micro",
"database": "None",
"framework": "aspnetcore",
"language": "C#",
Expand Down Expand Up @@ -45,7 +45,7 @@
"plaintext_url": "/plaintext",
"port": 8080,
"approach": "Realistic",
"classification": "Fullstack",
"classification": "Micro",
"database": "None",
"framework": "aspnetcore",
"language": "C#",
Expand Down Expand Up @@ -83,7 +83,7 @@
"plaintext_url": "/plaintext",
"port": 8080,
"approach": "Realistic",
"classification": "Fullstack",
"classification": "Micro",
"database": "None",
"framework": "aspnetcore",
"language": "C#",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/CSharp/aspnetcore/run-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sudo apt-get install unzip libunwind8 -y
cd Benchmarks
dotnet restore
dotnet build -c Release -f netcoreapp1.0
dotnet run -c Release server.urls=http://*:8080 scenarios=$1 server=kestrel threadCount=8 NonInteractive=true &
dotnet run -c Release server.urls=http://*:8080 scenarios=$1 server=kestrel threadCount=1 NonInteractive=true &
2 changes: 1 addition & 1 deletion frameworks/CSharp/aspnetcore/run-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ $scenarios = (-split $scenarios) -join ","
cd Benchmarks
dotnet restore
dotnet build -c Release -f netcoreapp1.0
Start-Process -NoNewWindow dotnet "run -c Release server.urls=http://*:8080 server=$server threadCount=8 NonInteractive=true scenarios=$scenarios"
Start-Process -NoNewWindow dotnet "run -c Release server.urls=http://*:8080 server=$server threadCount=1 NonInteractive=true scenarios=$scenarios"

0 comments on commit b39a318

Please sign in to comment.