Git Product home page Git Product logo

Comments (7)

TheAngryByrd avatar TheAngryByrd commented on May 11, 2024 2

I did add AspNetCore.Lambda to https://github.com/TheAngryByrd/dotnet-web-benchmarks/ . AspNetCore.Lambda was right behind Kestrel Plain!

Disclaimer: These are super simple benchmarks with simple routing and plain text responses.

CPU - Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
Operating System - Unix 15.6.0.0 (OSX)
Processor Count - 8
Dotnet Version - 1.0.0-preview2-1-003177
  1. Kestrel Plain at 2,260,301 requests over 30 seconds
  2. AspNetCore.Lambda on Kestrel 2,241,695 requests over 30 seconds
  3. MVC on Kestrel 2,027,391 requests over 30 seconds

Nice!

from giraffe.

TheAngryByrd avatar TheAngryByrd commented on May 11, 2024 1

Sure ill make a listing soon.

from giraffe.

dustinmoris avatar dustinmoris commented on May 11, 2024 1

These results look really great. I am glad that Giraffe (formerly known as ASP.NET Core Lambda :)) ranks so high. I would have been surprised if it wouldn't to be honest though, because the additional layer on top of plain kestrel is very thin and especially the app you tested (plain text on a GET request) is doing very little more than plain kestrel...

I wasn't sure how the conversion between C# Tasks and F# Async workflows will be, but from those tests looks like the impact is close to nothing which is great.

Many thanks for running those, I will edit the README in a bit to link to your project and the results.

from giraffe.

dustinmoris avatar dustinmoris commented on May 11, 2024 1

I have linked it here. Let me know if you would like to change or add something to it.

from giraffe.

dustinmoris avatar dustinmoris commented on May 11, 2024

Nice, thanks for running those!

from giraffe.

dustinmoris avatar dustinmoris commented on May 11, 2024

I had a look at the repo and looks like you have a nice collection of different frameworks there. Did you document the test run and results somewhere publicly so I can reference to it?

from giraffe.

TheAngryByrd avatar TheAngryByrd commented on May 11, 2024

https://github.com/TheAngryByrd/dotnet-web-benchmarks/blob/master/README.md#results

from giraffe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.