Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 901 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 901 Bytes

Java Virtual Threads

Test License

Code for articles about Java virtual threads. See more on the Fillmore Labs Blog.

To build these examples, you will need to install Bazel.

Run the sample by:

> bazel run //:try1

Create a flame graph with:

> bazel run //:bench1 -- -prof "async:output=flamegraph;direction=forward"
> open "$(bazel info bazel-bin)/bench"1".runfiles/_main/"*"/flame-cpu-forward.html"