Skip to content

Commit 68bce96

Browse files
added results benchmarks
1 parent d9a6694 commit 68bce96

File tree

1 file changed

+8
-1
lines changed
  • src/Ydb.Sdk/test/Ydb.Sdk.Ado.Benchmarks

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# YDB .NET SDK Session Pool Benchmarks
1+
# YDB .NET SDK Session Pool Benchmarks
2+
3+
| Method | Mean | Error | StdDev | Completed Work Items | Lock Contentions | Gen0 | Allocated |
4+
|--------------------------|-------------:|------------:|------------:|---------------------:|-----------------:|-------:|----------:|
5+
| SingleThreaded_OpenClose | 130.2 ns | 0.91 ns | 0.71 ns | 0.0000 | - | 0.0257 | 216 B |
6+
| MultiThreaded_OpenClose | 41,667.8 ns | 1,065.07 ns | 3,140.37 ns | 20.0018 | 0.3466 | 1.0376 | 8851 B |
7+
| HighContention_OpenClose | 130,331.1 ns | 2,569.39 ns | 6,106.44 ns | 100.0000 | 1.9094 | 5.1270 | 43421 B |
8+
| SessionReuse_Pattern | 204,351.2 ns | 4,038.25 ns | 7,485.16 ns | 20.0000 | 3.6716 | 5.6152 | 47762 B |

0 commit comments

Comments
 (0)