azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

[Perf Fw] Add noCleanup

Open vhvb1989 opened this issue 4 years ago • 3 comments

vhvb1989 avatar Feb 02 '21 00:02 vhvb1989

@vhvb1989 what was this about ?

gearama avatar Aug 29 '22 22:08 gearama

Adding an input argument to skip running the cleanup functions at the end of the test. It's been low priority. The only use case might be if you want to run some debugging after running the perf test and you don't want to clean whatever the test might be created.

vhvb1989 avatar Aug 29 '22 23:08 vhvb1989

You can ask @mikeharder if this input argument is still part of NET or other languages Perf framework. If not, you can close this issue. If the other languages still support this input argument, then it needs to be added.

vhvb1989 avatar Aug 29 '22 23:08 vhvb1989

The nocleanup flag is in the framework , it is used similar to the .Net framework .

gearama avatar Oct 24 '22 21:10 gearama