1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>RadarComponents</key> 6 <dict> 7 <key>Name</key> 8 <string>xnu</string> 9 <key>Version</key> 10 <string>performance</string> 11 </dict> 12 <key>Tests</key> 13 <array> 14 <dict> 15 <key>AsRoot</key> 16 <true/> 17 <key>Command</key> 18 <array> 19 <string>recon</string> 20 <string>/AppleInternal/Tests/xnu/darwintests/vm/perf_madvise.lua</string> 21 <string>/AppleInternal/Tests/xnu/darwintests/vm/perf_madvise</string> 22 <string>--tmp</string> 23 <string>--no-subdir</string> 24 </array> 25 <key>Tags</key> 26 <array> 27 <string>perf</string> 28 </array> 29 <key>TestName</key> 30 <string>xnu.vm.perf_madvise</string> 31 </dict> 32 </array> 33 <key>Timeout</key> 34 <integer>1800</integer> 35</dict> 36</plist> 37 38