This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ def static getOSGroup(def os) {
109109 batchFile(" tests\\ scripts\\ run-xunit-perf.cmd -arch ${ arch} -configuration ${ configuration} -testBinLoc bin\\ tests\\ ${ os} .${ architecture} .${ configuration} \\ Jit\\ Performance\\ CodeQuality -generateBenchviewData \" %WORKSPACE%\\ Microsoft.Benchview.JSONFormat\\ tools\" ${ uploadString} -runtype ${ runType} " )
110110
111111 // Run with the full set of counters enabled
112- batchFile(" tests\\ scripts\\ run-xunit-perf.cmd -arch ${ arch} -configuration ${ configuration} -testBinLoc bin\\ tests\\ ${ os} .${ architecture} .${ configuration} \\ performance\\ perflab\\ Perflab -library -generateBenchviewData \" %WORKSPACE%\\ Microsoft.Benchview.JSONFormat\\ tools\" ${ uploadString} -runtype ${ runType} -collectionFlags deafult +BranchMispredictions+CacheMisses+InstructionRetired+gcapi" )
113- batchFile(" tests\\ scripts\\ run-xunit-perf.cmd -arch ${ arch} -configuration ${ configuration} -testBinLoc bin\\ tests\\ ${ os} .${ architecture} .${ configuration} \\ Jit\\ Performance\\ CodeQuality -generateBenchviewData \" %WORKSPACE%\\ Microsoft.Benchview.JSONFormat\\ tools\" ${ uploadString} -runtype ${ runType} -collectionFlags deafult +BranchMispredictions+CacheMisses+InstructionRetired+gcapi" )
112+ batchFile(" tests\\ scripts\\ run-xunit-perf.cmd -arch ${ arch} -configuration ${ configuration} -testBinLoc bin\\ tests\\ ${ os} .${ architecture} .${ configuration} \\ performance\\ perflab\\ Perflab -library -generateBenchviewData \" %WORKSPACE%\\ Microsoft.Benchview.JSONFormat\\ tools\" ${ uploadString} -runtype ${ runType} -collectionFlags default +BranchMispredictions+CacheMisses+InstructionRetired+gcapi" )
113+ batchFile(" tests\\ scripts\\ run-xunit-perf.cmd -arch ${ arch} -configuration ${ configuration} -testBinLoc bin\\ tests\\ ${ os} .${ architecture} .${ configuration} \\ Jit\\ Performance\\ CodeQuality -generateBenchviewData \" %WORKSPACE%\\ Microsoft.Benchview.JSONFormat\\ tools\" ${ uploadString} -runtype ${ runType} -collectionFlags default +BranchMispredictions+CacheMisses+InstructionRetired+gcapi" )
114114 }
115115 }
116116
You can’t perform that action at this time.
0 commit comments