We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48da2b commit def9231Copy full SHA for def9231
.github/scripts/extract_benchmark_results.py
@@ -23,9 +23,7 @@
23
24
BENCHMARK_RESULTS_FILENAME = "benchmark_results.json"
25
ARTIFACTS_FILENAME_REGEX = re.compile(r"(android|ios)-artifacts-(?P<job_id>\d+).json")
26
-BENCHMARK_CONFIG_REGEX = re.compile(
27
- r"The benchmark config is (?P<benchmark_config>.+)"
28
-)
+BENCHMARK_CONFIG_REGEX = re.compile(r"The benchmark config is (?P<benchmark_config>.+)")
29
30
# iOS-related regexes and variables
31
IOS_TEST_SPEC_REGEX = re.compile(
0 commit comments