Skip to content

heemskerkerik/WcfVsBenchmark

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

WcfVsBenchmark

A benchmark between WCF and other .NET web frameworks

Comparisons

This benchmark compares the response times of WCF, ASP.NET Web API and ASP.NET Core under various workloads.

It spins up a number of web servers, and measures the duration of a round-trip where a number of items of varying complexity are sent to and received from the web server.

The items are serialized and deserialized using different frameworks, namely Newtonsoft.Json, MessagePack, XmlSerializer, and Utf8Json.

Running

To run this benchmark, you might have to start it running as Administrator, because the WCF bits use HTTP.sys.

About

A benchmark between WCF and other .NET web frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages