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 8a94d63 commit 799588dCopy full SHA for 799588d
benchmark/benchmark-parse.cpp
@@ -88,6 +88,27 @@ await/
88
()=>{{{{{{{await/
89
90
)"_sv);
91
+BENCHMARK_CAPTURE(benchmark_parse, pathological_await_arrow,
92
+ u8R"(
93
+await a =>
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
+a
111
+)"_sv);
112
} // namespace
113
} // namespace quick_lint_js
114
0 commit comments