You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .NET version to 10.0 for CSharp/aspnetcore (#10241)
* Update .NET version to 10.0 for CSharp/aspnetcore
* Update database drivers versions
* Fix updates
* Try older npgsql
* Only run "updates" and "queries"
* Ensure there are no updated ids duplicated
* Prevent collisions
* Update connection string
* Sync code
"ConnectionString": "Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;SSL Mode=Disable;Maximum Pool Size=512;NoResetOnClose=true;Enlist=false;Max Auto Prepare=4",
2
+
"ConnectionString": "Server=tfb-database;Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;SSL Mode=Disable;Maximum Pool Size=18;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Buffer Threshold Bytes=1000;",
0 commit comments