cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support integration test targets

iamrecursion opened this issue · comments

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?