Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 223 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 223 Bytes

agent-demo

The file PrimeMainMR.java counts all the prime numbers less than 1B.

To run the demo with Lightrun agent, download and compile the demo and run:

java -agentpath:<PATH_TO_LIGHTRUN_AGENT> PrimeMainMR