Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusgrass/lmax-test
https://github.com/marcusgrass/lmax-test
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcusgrass/lmax-test
- Owner: MarcusGrass
- Created: 2019-08-25T20:21:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T12:38:22.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:12:38.143Z (2 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A simple project to test the lmax disruptor.
To run, compile the project and start the test server.
Then run the main method of the testlmax-module. It runs in a while(true) so it'll keep running
until you shut it off and most likely eat 100% of your cpu. The spring boot web server will
give statistics on completed jobs through stdout every five seconds.