cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files
MIT License
672 stars 34 forks source link

Support integration test targets #93

Open iamrecursion opened 1 year ago

iamrecursion commented 1 year ago

I would love to be able to run some basic profiling on my integration test targets using this tool, but for now it only supports --bin and --bench. Would it be viable to add support for --test?