Abacn commented on code in PR #27540:
URL: https://github.com/apache/beam/pull/27540#discussion_r1268311434
##########
website/www/site/layouts/partials/header.html:
##########
@@ -81,6 +81,15 @@
<li>
<a class="navbar-link" href={{ "/case-studies/" | relLangURL }}>{{ T
"nav-case-studies" }}</a>
</li>
+ <li>
+ <span class="navbar-link">Performance</span>
Review Comment:
we may put the dashboards under documentation/io/connectors at this moment;
we may or may not need this as an extra top level tab on Tab when this is
polished
##########
website/www/site/data/performance.yaml:
##########
@@ -0,0 +1,298 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+host: https://28cd0c7f-7a84-428c-bfa7-6e8316f6931b.looker.app
+path: looks
+looks:
+ bigquery:
+ read:
+ test_name:
+ - id: nwQxvsnQFdBPTk27pZYxjcGNm2rRfNJk
Review Comment:
it appears only a few graphs render successfully, e.g.
http://apache-beam-website-pull-requests.storage.googleapis.com/27540/performance/bigquery/index.html
may just show "Runtime and Estimated Cost",
"AvgIn/OutputThroughputBytesPerSec", "AvgIn/OutputThroughputElementsPerSec"
plots that's all we need
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]