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
| Message enqueue | Benchmarks the performance of enqueuing a message. |
111
110
| Message enqueue and dequeue | Benchmarks the performance of sending a message to a client and receiving that message. It is inclusive of the duration to enqueue and dequeue a message. |
112
111
| Message enqueue and dequeue - no message buffer | Benchmarks the performance of sending a message to a client and receiving that message. It is inclusive of the duration to enqueue and dequeue a message and memory allocation for the received message. |
113
112
@@ -117,12 +116,6 @@ You can replicate the results by running the following command:
117
116
dotnet run Interprocess.Benchmark.csproj -c Release
118
117
```
119
118
120
-
You can also be explicit about the .NET SDK and Runtime(s) versions:
121
-
122
-
```sh
123
-
dotnet run Interprocess.Benchmark.csproj -c Release -f net9.0 --runtimes net9.0
0 commit comments