Sébastien Ros

Results 144 issues of Sébastien Ros

New pool, same benchmarks.

![image](https://github.com/aspnet/Benchmarks/assets/1165805/7d9b82d4-e742-4888-acb8-8b65d10855fa)

Investigate which change moved the time spent in first response to startup. ![image](https://github.com/aspnet/Benchmarks/assets/1165805/3c5c24c5-1442-4aeb-9b63-c0ad9b6429a5)

There is no base image for `scheme-http-http-https-http2` defined here: https://github.com/aspnet/Benchmarks/blob/37be8e1a1b3cbafbbdd1c8c9c267e63bff5488ce/build/proxies-scenarios.yml#L117 The docker file should either have a new entry or Envoy should not be benchmarked for this combination: https://github.com/aspnet/Benchmarks/blob/main/docker/envoy/envoy.dockerfile#L30 ```...

I'd like to create a LUA script which would invoke different addresses (not paths) each assigned to a thread. It would be similar to the [addr.lua](https://github.com/wg/wrk/blob/master/scripts/addr.lua) script that is provided...

Like the Lucene index background task https://github.com/OrchardCMS/OrchardCore/blob/17868cc902a41250347605bfe1e89808624a8ade/src/OrchardCore.Modules/OrchardCore.Lucene/Services/LuceneIndexingService.cs#L55 but to Load and Save the content items, in order to recreate the indexes for instance if a part is removed from a...

enhancement

Once we have the Jobs Queue feature, when rebuilding/resetting and index, use a job. This will prevent to potentially process a long running task on the request thread. In case...

enhancement

c.f. the discussion during this meeting: https://youtu.be/dyFNRnd8dMo?t=3034 The idea is that sharing the same APIs for front-end users and back-end ones might be an issue. The best example is an...

enhancement
needs author feedback

When a user has an auth cookie created in https, a new session using http won't be able to authenticate. This is due to the fact that the server sends...

enhancement
needs author feedback