commit | 612dcd881185d34f352c12caf634e9a5ffb5e2e1 | [log] [tgz] |
---|---|---|
author | Rahul Ravikumar <[email protected]> | Thu Jan 04 16:49:17 2024 -0800 |
committer | Rahul Ravikumar <[email protected]> | Thu Jan 04 16:58:39 2024 -0800 |
tree | 7b6ebf31d95029fabd5a725a34168a82b97f76c6 | |
parent | 2c1b40c84ed9abf06532038a0ed53002a546e398 [diff] [blame] |
Fixes the chrome extension such that the right test links are populated as the test selections are updated. Test: Tested locally using the following Skia query ``` https://androidx-perf.skia.org/e/?queries=device_name%3Dsargo%26sdk_release_name%3DAPI_31_S%26sub_result%3Dtime_nanos_min%26test%3Dandroidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark_scrollProgrammatically_newItemComposed_LazyRow_%26test%3Dandroidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark_scrollProgrammatically_newItemComposed_LazyColumn_&selected=commit%3D5814021%26name%3D%252Cbranch%253Daosp-androidx-main%252Cbuild_flavor%253Dandroidx_device_tests%252Cconfig%253Ddefault%252Cdevice_name%253Dsargo%252Csdk_release_name%253DAPI_31_S%252Csub_result%253Dtime_nanos_min%252Ctest%253Dandroidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark_scrollProgrammatically_newItemComposed_LazyColumn_%252C ``` Change-Id: Ibf0a6955b9fd46d3906ad5dc10e781f60f6c102f
diff --git a/development/benchmarks-chrome-extension/manifest.json b/development/benchmarks-chrome-extension/manifest.json index 45ab2da..12fb0fd 100644 --- a/development/benchmarks-chrome-extension/manifest.json +++ b/development/benchmarks-chrome-extension/manifest.json
@@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "0.1", + "version": "0.2", "name": "AndroidX Benchmarks Extension", "icons": { "48": "dist/assets/icons/benchmark_48.png",