binkley / modern-java-practices

Modern Java/JVM Build Practices
Other
933 stars 69 forks source link

Fix links for performance profiles #453

Closed binkley closed 2 months ago

binkley commented 4 months ago

Show internal HTML links for performance profiles as rendered (not to be confused with dynamic) HTML not as raw HTML.

Look at the file Monitor and reporting your build page. Note the SARIF examples. For these examples we just want to see the contents of the file.

how to run perf profiles and also the page to update the links on

jwlibby commented 3 months ago

Github wiki pages support some html tags but not all. There is an open issue for them to provide better support for html pages but no response from the github folks. So we may have to consider a different approach. A few possible solutions:

binkley commented 2 months ago

@jwlibby How did you translate to Markdown for the examples? Looks great!

binkley commented 2 months ago

Conversion to Markdown was by hand.

In future, there are some nice tools (pandoc, others).