Skip to content

Commit

Permalink
Update ,yml file for WCFCorePerf (#4394)
Browse files Browse the repository at this point in the history
* update ,yml file for WCFCorePerf

* Remove hard code url in yml file

* Use the NuGet package, remove BenchmarksEventSource.cs file, and add readyStateText.

* Change the name prefix of the measurements, remove 'Server:/ ' and 'serverPort:8231' from scenarios.

* Add application scenario

Co-authored-by: Zhaodong Tian <v-zhtian@microsoft.com>
  • Loading branch information
Liuziyi1 and ZhaodongTian authored Jan 12, 2021
1 parent e04a4f8 commit 491d7ff
Show file tree
Hide file tree
Showing 9 changed files with 242 additions and 295 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30323.103
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCFCorePerf", "WCFCorePerf\WCFCorePerf.csproj", "{57DAD894-E349-43FD-9A55-0924F9F5D31A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WCFCorePerf", "WCFCorePerf\WCFCorePerf.csproj", "{57DAD894-E349-43FD-9A55-0924F9F5D31A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCFCorePerfService", "WCFCorePerfService\WCFCorePerfService.csproj", "{BEB8FF58-A77B-4F14-BB4F-A07C0BED0227}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,6 +17,10 @@ Global
{57DAD894-E349-43FD-9A55-0924F9F5D31A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57DAD894-E349-43FD-9A55-0924F9F5D31A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57DAD894-E349-43FD-9A55-0924F9F5D31A}.Release|Any CPU.Build.0 = Release|Any CPU
{BEB8FF58-A77B-4F14-BB4F-A07C0BED0227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB8FF58-A77B-4F14-BB4F-A07C0BED0227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB8FF58-A77B-4F14-BB4F-A07C0BED0227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB8FF58-A77B-4F14-BB4F-A07C0BED0227}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,5 @@ public interface ISayHello
{
[OperationContract]
Task<string> HelloAsync(string name);
}

[ServiceContract]
public interface IService1
{
[OperationContract]
string GetData(int value);

[OperationContract]
Task<string> GetDataAsync(int value);
}
}
}
Loading

0 comments on commit 491d7ff

Please sign in to comment.