Skip to content

Commit 504db3c

Browse files
committed
fix
1 parent f73bfc6 commit 504db3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/fireci/fireciplugins/macrobenchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def _process_config_yaml():
109109
async def _prepare_test_directory():
110110
test_dir = tempfile.mkdtemp(prefix='benchmark-test-')
111111

112-
# Required as the dir is not defined in the root settings.gradle
112+
# Required for creating gradle wrapper, as the dir is not defined in the root settings.gradle
113113
open(os.path.join(test_dir, 'settings.gradle'), 'w').close()
114114

115115
command = ['./gradlew', 'wrapper', '--gradle-version', '7.5.1', '--project-dir', test_dir]

health-metrics/benchmark/template/macrobenchmark/src/main/java/com/google/firebase/macrobenchmark/BenchmarkTest.kt.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)