Sébastien Ros

Results 1051 comments of Sébastien Ros

I have already opened the discussion internally to allow other frameworks to be benchmarked and displayed on custom dashboards. Think about ImageSharp, Dapper, JSON.NET ... any library that is used...

We can, yes. I changed the source for the sdk to https://aka.ms/dotnet/6.0/daily/productCommit-win-x64.txt currently at 6.0.100-rc.1.21417.19

Thanks for teaching me there is a "revert" button on GH, just tried it ;)

`https:\raw.githubusercontent.com\aspnet\Benchmarks\main\src\WrkClient\wrk.yml` this is not even a thing. I will delete the yml you used, must be an old one. Please check the https://github.com/aspnet/Benchmarks/tree/main/scenarios README for the valid ones.

Can you update the Platform Benchmarks with Dapper and EF implementations? The idea would be to clone the class `RawDb`, with `DapperDb` and `EFDb`, then with a conditional compilation flag...

I already have a branch with it ready for when rc1 ships. I don't have the inlining optimizations though.

Submitted to TE https://github.com/TechEmpower/FrameworkBenchmarks/pull/6830

We are actually already running the benchmarks with different PGO modes, there is a dedicated page in the PowerBI that lets us compare the result without PGO. Maybe the only...

Can you use https://github.com/dotnet/crank to run them? The configuration of the Benchmarks app is defined in this file: https://github.com/aspnet/Benchmarks/blob/master/scenarios/database.benchmarks.yml#L20-L22 With crank you can run the scenario directly, example: https://github.com/aspnet/Benchmarks/tree/master/scenarios#available-scenarios-3

I just added the configuration to run the scenario you are asking for with crank: https://github.com/aspnet/Benchmarks/tree/master/scenarios#available-scenarios-2 It means this command line would work, as long as you define your own...