giraffe-fsharp / Giraffe

A native functional ASP.NET Core web framework for F# developers.
https://giraffe.wiki
Apache License 2.0
2.09k stars 266 forks source link

Web Frameworks Benchmark Performance #529

Open panesofglass opened 1 year ago

panesofglass commented 1 year ago

I must have done something wrong while setting up the Giraffe application for the Web Frameworks Benchmark. I would expect to see both giraffe and giraffe-endpoints closer to the top. The source code is here. I'd be interested to learn what I did wrong, as this looks to me like a pretty straightforward Giraffe setup, and it resembles what I use in production applications. If I'm doing something wrong, I'd love to know! Thanks!

SIRHAMY commented 1 year ago

Was curious about this as well.

Does it need to be Giraffe 6?

SIRHAMY commented 1 year ago

I believe this PR will get the giraffe benchmarks in functional parity with the other dotnet (fsharp, csharp) benchmarks so should get more accurate readings with it.

SIRHAMY commented 1 year ago

This should be resolved now image