1. 911285a Merge "Relax clock locking requirements, and start using scaling_setspeed when possible" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  2. 38398bc Relax clock locking requirements, and start using scaling_setspeed when possible by Chris Craik · 3 years, 8 months ago
  3. a5e7913 Uses explicit broadcasts to deliver intents to receivers. by Rahul Ravikumar · 3 years, 3 months ago
  4. 9390a5c6 Merge "Reduce perfetto stop sleep time" into androidx-main by Chris Craik · 3 years, 3 months ago
  5. 4e10e6b Switch to am start-activity for startActivityAndWait by Chris Craik · 3 years, 3 months ago
  6. 498a666 Reduce perfetto stop sleep time by Chris Craik · 3 years, 3 months ago
  7. 2a9767f Merge "Initial com.android.test module support in AndroidX plugin" into androidx-main by Chris Craik · 3 years, 3 months ago
  8. f7fc851 Initial com.android.test module support in AndroidX plugin by Chris Craik · 3 years, 3 months ago
  9. 9ee910e Merge "Avoid parens in filename output" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  10. 96eb88a Avoid parens in filename output by Chris Craik · 3 years, 3 months ago
  11. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  12. 62a2e14 Merge "Add @suppress to many @RestrictTo" into androidx-main by Owen Gray · 3 years, 3 months ago
  13. 1330ec9 Add @suppress to many @RestrictTo by Owen Gray · 3 years, 4 months ago
  14. fd8be7a Merge "Remove unnecessary NewApi suppressions." into androidx-main by Alexander Dorokhine · 3 years, 3 months ago
  15. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years, 3 months ago
  16. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  17. c44ad33 Make sample for suppressing errors in gradle compatible with .kts by Dustin Lam · 3 years, 3 months ago
  18. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 4 months ago
  19. e28b6609 Merge "Add CompilationMode.BaselineProfile to macro benchmark library" into androidx-main by Leland Richardson · 3 years, 3 months ago
  20. 66c1ebf Add CompilationMode.BaselineProfile to macro benchmark library by Leland Richardson · 3 years, 4 months ago
  21. 67c39e6 Mark ActivityScenarioRuleTest as @FlakyTest by Aurimas Liutikas · 3 years, 4 months ago
  22. 17acd9e Update public_plus_experimental to hide @RestrictTo items by Aurimas Liutikas · 3 years, 4 months ago
  23. 2c1a81e Migrate benchmark to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  24. 0418fb4 Merge "Update lint baselines" into androidx-main by Alan Viverette · 3 years, 4 months ago
  25. 6d4382e Remove benchmark docs that have migrated to d.android.com by Chris Craik · 3 years, 4 months ago
  26. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  27. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 3 years, 6 months ago
  28. 5dce758 Mark flaky tests as flaky by Alan Viverette · 3 years, 4 months ago
  29. 9528e87 Merge "Extract MacrobenchUtils.kt to a new testutils" into androidx-main by Sean McQuillan · 3 years, 4 months ago
  30. b6ccf4e Extract MacrobenchUtils.kt to a new testutils by Sean McQuillan · 3 years, 4 months ago
  31. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 4 months ago
  32. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 4 months ago
  33. 64efdb0 Merge "Use streaming proto APIs" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  34. 1cd7113 Use streaming proto APIs by Chris Craik · 3 years, 4 months ago
  35. 849f1c8 Merge "Start using Gradle dependencies" into androidx-main by Aurimas Liutikas · 3 years, 5 months ago
  36. af0fd79 Merge "Increase startActivityAndWait timeout, and add clear error/tests." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  37. 3c2bd02 Increase startActivityAndWait timeout, and add clear error/tests. by Chris Craik · 3 years, 5 months ago
  38. e1b8458 Start using Gradle dependencies by Aurimas Liutikas · 3 years, 5 months ago
  39. 7fd221c Fix output issue on API 21, suppress still-broken tests by Chris Craik · 3 years, 5 months ago
  40. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 5 months ago
  41. 2761cd6 Merge "Append UI state to macrobenchmark traces" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  42. f7ea263 Append UI state to macrobenchmark traces by Chris Craik · 3 years, 5 months ago
  43. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 3 years, 5 months ago
  44. 3a06f1e Add squareup wire support, and demo usage in macrobench by Chris Craik · 3 years, 5 months ago
  45. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  46. dd0e194 Explicitly add benchmark bOS dependency to anchor bOS task by Aurimas Liutikas · 3 years, 5 months ago
  47. ce3df5c Expand ABI support for `perfetto_trace_processor`. by Rahul Ravikumar · 3 years, 5 months ago
  48. 22fe26b Add unbundled perfetto support. by Rahul Ravikumar · 3 years, 5 months ago
  49. 6162704 Convert `PerfettoHelper` to Kotlin. by Rahul Ravikumar · 3 years, 5 months ago
  50. 7a10421 Move Macrobench to snapshot_and_release by Chris Craik · 3 years, 6 months ago
  51. b0926c4 Merge "Remove BenchmarkRule requirement to be used each test" into androidx-main by Chris Craik · 3 years, 6 months ago
  52. 3ff60eb Remove BenchmarkRule requirement to be used each test by Chris Craik · 3 years, 6 months ago
  53. ff1158d Add interpreted (jit-disabled) mode to Macrobenchmarks (2/2) by Chris Craik · 3 years, 6 months ago
  54. ea60d5a Add interpreted (jit-disabled) mode to Macrobenchmarks (1/2) by Chris Craik · 3 years, 6 months ago
  55. cae0414 Merge "Document upcoming studio macrobench integration" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  56. 9cabfe41 Document upcoming studio macrobench integration by Chris Craik · 3 years, 6 months ago
  57. ea2cac0 Add a unique suffix for trace names. by Rahul Ravikumar · 3 years, 6 months ago
  58. 2cd7a96 Merge "Add lazy scrolling jank benchmark." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  59. f3ba217 Add lazy scrolling jank benchmark. by Filip Pavlis · 3 years, 6 months ago
  60. aa02af7 Copy files over anytime `dirUsableByAppAndShell` != `outputDirectory`. by Rahul Ravikumar · 3 years, 6 months ago
  61. 51b40bb Fix for calculating relative paths. by Rahul Ravikumar · 3 years, 6 months ago
  62. f3a0d6df Merge "Changes some correctness compose:ui lint checks to be warnings, not errors" into androidx-main by Louis Pullen-Freilich · 3 years, 6 months ago
  63. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  64. 870f459 Add app audit runbook by Chris Craik · 3 years, 6 months ago
  65. e373faf Merge "Use external media directory on R." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  66. aba1b0e Additional macrobenchmark docs by Chris Craik · 3 years, 7 months ago
  67. 56428c0 Use external media directory on R. by Rahul Ravikumar · 3 years, 7 months ago
  68. 06e6c52 Merge "Output Studio v2display, with trace links" into androidx-main by Chris Craik · 3 years, 7 months ago
  69. 559b9d0 Output Studio v2display, with trace links by Chris Craik · 3 years, 7 months ago
  70. 5635ab4 Merge "Document need for exported=true, and detect exported=false" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  71. a749330 Document need for exported=true, and detect exported=false by Chris Craik · 3 years, 7 months ago
  72. 6cbfd01 Bump benchmark-junit4 to androidx.test 1.3.0 by Dustin Lam · 3 years, 7 months ago
  73. cde689f Merge "Set persist.traced.enable, and add clearer perfetto errors" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  74. d1ffd27 Set persist.traced.enable, and add clearer perfetto errors by Chris Craik · 3 years, 7 months ago
  75. 201fb2c Merge "Added additional notes about testing on non-Pixel hardware." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  76. 8feb843 Merge "Grant external storage permission in macrobenchmarks" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  77. ca61f76 Grant external storage permission in macrobenchmarks by Chris Craik · 3 years, 7 months ago
  78. 9099464 Merge "Remove need for <queries> tag in macrobenchmarks" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  79. 4a88920 Added additional notes about testing on non-Pixel hardware. by Rahul Ravikumar · 3 years, 7 months ago
  80. b5c3c20 Merge "Update signatures and baselines for metalava update" into androidx-main by Aurimas Liutikas · 3 years, 7 months ago
  81. 446d0d2 Remove need for <queries> tag in macrobenchmarks by Chris Craik · 3 years, 7 months ago
  82. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  83. 06707e3 Check API level for macrobenchmarks at runtime by Chris Craik · 3 years, 7 months ago
  84. 4c15772 Merge "Add clear errors for missing stats" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  85. a4aa9aa Add clear errors for missing stats by Chris Craik · 3 years, 7 months ago
  86. 5cb30e3 Merge "Add RequiresApi annotation to MacrobenchmarkRule" into androidx-main by Chris Craik · 3 years, 7 months ago
  87. ed76ae4 Add RequiresApi annotation to MacrobenchmarkRule by Chris Craik · 3 years, 7 months ago
  88. 3176ad0 Add clearer error messages for empty metrics/stats by Chris Craik · 3 years, 7 months ago
  89. 0f532cb Add notes about the `<queries>` tag in macrobenchmark docs. by Rahul Ravikumar · 3 years, 7 months ago
  90. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  91. 153a688 Support suppressing macrobenchmark errors by Chris Craik · 3 years, 7 months ago
  92. 9d6810d Reland macrobenchmark docs by Chris Craik · 3 years, 7 months ago
  93. d9a2794 Merge "Make non-profileable an error for macrobenchmarks" into androidx-main by Chris Craik · 3 years, 7 months ago
  94. 345202c Make non-profileable an error for macrobenchmarks by Chris Craik · 3 years, 7 months ago
  95. 0eab98a Extend trace enabled check timeouts by Chris Craik · 3 years, 7 months ago
  96. b9787d9 Merge "Workaround presubmit failure of trace processor" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  97. 99b70f1 Workaround presubmit failure of trace processor by Chris Craik · 3 years, 7 months ago
  98. 925b221 Rename launch*AndWait operations -> startActivityAndWait by Chris Craik · 3 years, 7 months ago
  99. 8509f5a Minor changes to better support user builds. by Rahul Ravikumar · 3 years, 7 months ago
  100. 5967100 Add runtime error detection to Macrobenchmark by Chris Craik · 3 years, 8 months ago