88991ED5-B954-422F-B610-BDC9A4AEC008.plist 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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>classNames</key>
  6. <dict>
  7. <key>SwiftyMarkdownPerformanceTests</key>
  8. <dict>
  9. <key>testThatFilesAreProcessedQuickly()</key>
  10. <dict>
  11. <key>com.apple.XCTPerformanceMetric_WallClockTime</key>
  12. <dict>
  13. <key>baselineAverage</key>
  14. <real>0.1</real>
  15. <key>baselineIntegrationDisplayName</key>
  16. <string>Local Baseline</string>
  17. </dict>
  18. </dict>
  19. <key>testThatStringsAreProcessedQuickly()</key>
  20. <dict>
  21. <key>com.apple.XCTPerformanceMetric_WallClockTime</key>
  22. <dict>
  23. <key>baselineAverage</key>
  24. <real>0.1</real>
  25. <key>baselineIntegrationDisplayName</key>
  26. <string>Local Baseline</string>
  27. </dict>
  28. </dict>
  29. <key>testThatVeryLongStringsAreProcessedQuickly()</key>
  30. <dict>
  31. <key>com.apple.XCTPerformanceMetric_WallClockTime</key>
  32. <dict>
  33. <key>baselineAverage</key>
  34. <real>0.1</real>
  35. <key>baselineIntegrationDisplayName</key>
  36. <string>Local Baseline</string>
  37. </dict>
  38. </dict>
  39. </dict>
  40. </dict>
  41. </dict>
  42. </plist>