From 584c21c13cfa7b41a7cda51e563519847cf19563 Mon Sep 17 00:00:00 2001 From: Jason Antwi-Appah Date: Mon, 24 Aug 2026 15:38:07 -0700 Subject: [PATCH] Update link to baseline profile generation code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a4b889b..b943b811 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This sample shows how to use the Macrobenchmark library for testing application performance cases, such as scrolling a `RecyclerView` or `LazyColumn` to measure jank. **Baseline Profiles** can be generated with the Macrobenchmark library. This sample contains -[code to generate a baseline profile](MacrobenchmarkSample/macrobenchmark/src/main/java/com/example/macrobenchmark/baselineprofile/). +[code to generate a baseline profile](MacrobenchmarkSample/macrobenchmark/src/main/kotlin/com/example/macrobenchmark/baselineprofile/). The sample also includes a [GitHub workflow](.github/workflows/firebase_test_lab.yml) to run Macrobenchmarks on Firebase Test Lab. For more information refer to the [README.md](MacrobenchmarkSample/ftl/README.md).