File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,14 @@ Job=InProcess Toolchain=InProcessEmitToolchain
2424
2525### AsyncQueue
2626
27- | Method | Mean | Error | StdDev | Ratio | RatioSD | Gen 0 | Gen 1 | Gen 2 | Allocated |
28- | ---------------------- | ---------:| ---------:| ---------:| ------:| --------:| -------:| -------:| ------:| ----------:|
29- | AsyncQueueEnqueueTest | 41.31 us | 0.784 us | 0.733 us | 0.87 | 0.02 | 8.1177 | - | - | 33.22 KB |
30- | ChannelWriteAsyncTest | 47.50 us | 0.508 us | 0.450 us | 1.00 | 0.00 | 4.1504 | 0.0610 | - | 17.01 KB |
27+ | Method | Mean | Error | StdDev | Ratio | RatioSD | Gen 0 | Gen 1 | Gen 2 | Allocated |
28+ | ----------------------------------------------- | -----------:| ---------:| ---------:| ------:| --------:| --------:| -------:| ------:| ----------:|
29+ | DoubleBufferTaskReadAndWrite | 2,995.9 us | 55.31 us | 54.32 us | 22.89 | 0.82 | 15.6250 | - | - | 70.68 KB |
30+ | DoubleBufferTaskWithCapacityReadAndWrite | 3,005.9 us | 59.24 us | 74.92 us | 22.96 | 0.72 | 19.5313 | - | - | 86.29 KB |
31+ | AsyncQueueEnqueueAndDequeueTest | 141.6 us | 2.76 us | 3.68 us | 1.08 | 0.03 | 25.1465 | 2.4414 | - | 103.53 KB |
32+ | AsyncQueueEnqueueAndDequeueTestWithMultiThread | 284.4 us | 5.63 us | 7.52 us | 2.17 | 0.07 | 26.3672 | 2.4414 | - | 104.55 KB |
33+ | ChannelReadAndWriteTest | 130.9 us | 2.55 us | 3.41 us | 1.00 | 0.00 | 4.1504 | - | - | 17.15 KB |
34+ | ChannelReadAndWriteTestWithMultiThread | 273.9 us | 4.98 us | 4.66 us | 2.10 | 0.07 | 3.9063 | - | - | 17.83 KB |
3135
3236
3337### DoubleBufferTask
You can’t perform that action at this time.
0 commit comments