Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86f86 commit dbc071bCopy full SHA for dbc071b
README
@@ -0,0 +1,15 @@
1
+WELCOME
2
+-------
3
+
4
+Disruptor-net is a port of LMAX Disruptor
5
6
7
+HOW TO BUILD AND RUN THE TESTS
8
+------------------------------
9
10
+To build the solution:
11
+ - you need Visual Studio 2010
12
+ - run build.bat, it will compile, run the tests and output binaries and results into Target folder
13
14
+You can then run the performance tests.
15
+Launch the following executable: Source\Target\Bin\Disruptor.PerfTestRunner.exe
0 commit comments