artipie / benchmarks

Benchmarks for Artipie repositories
MIT License
6 stars 9 forks source link

Recording jfr #67

Closed ChGen closed 1 year ago

ChGen commented 1 year ago

Basic JFR recording support for performance testing CI pipeline. Part of https://github.com/artipie/benchmarks/issues/64

ChGen commented 1 year ago

@dgarus , please review.

andpopov commented 1 year ago

@ChGen Please consider to add jfr flag 'dumponexit' to have ability see jfrs in case of crach java process.

ChGen commented 1 year ago

@andpopov , thanks, I'll try that flag and will provide it it the next PR.