You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ensure the expected 'pcollection' parameter is passed to your builder. This parameter could be obtained from GCP Dataflow Jobs -> Your Job Page.
132
+
- Inherit from DataflowCostBenchmark class.
133
+
- Ensure the 'pcollection' parameter is passed to the `DataflowCostBenchmark` constructor. This is the name of the PCollection for which to measure throughput, and you can find this name in the Dataflow UI job graph.
134
134
- Keep naming consistent with other benchmarks.
135
135
136
136
3. Add an options txt file
@@ -150,7 +150,6 @@ Full pipeline implementation is available [here](https://github.com/apache/beam/
150
150
--publish_to_big_query=true
151
151
--metrics_dataset=beam_run_inference
152
152
--metrics_table=your_table
153
-
--input_options={}
154
153
--influx_measurement=your-measurement
155
154
--device=CPU
156
155
--runner=DataflowRunner
@@ -160,7 +159,7 @@ Full pipeline implementation is available [here](https://github.com/apache/beam/
- Update: website/www/site/data/performance.yaml — add your pipeline and five chart entries with:
179
-
-- looker_folder_id
180
-
-- public_slug_id (from Looker, see below)
178
+
- looker_folder_id
179
+
- public_slug_id (from Looker, see below)
181
180
182
181
8. Create Looker content (5 charts)
183
182
@@ -187,10 +186,12 @@ Full pipeline implementation is available [here](https://github.com/apache/beam/
187
186
- Save changes → Publish to production.
188
187
- From Explore, open each, set fields/filters for your pipeline, Run, then Save as Look (in your folder).
189
188
- Open each Look:
190
-
-- Copy Look ID
191
-
-- Add Look IDs to .test-infra/tools/refresh_looker_metrics.py.
192
-
-- Exit Development mode → Edit Settings → Allow public access.
193
-
-- Copy public_slug_id and paste into website/performance.yml.
194
-
-- Run .test-infra/tools/refresh_looker_metrics.py script or manually download as PNG via the public slug and upload to GCS: gs://public_looker_explores_us_a3853f40/FOLDER_ID/<look_slug>.png
189
+
- Copy Look ID
190
+
- Add Look IDs to .test-infra/tools/refresh_looker_metrics.py.
191
+
- Exit Development mode → Edit Settings → Allow public access.
192
+
- Copy public_slug_id and paste into website/performance.yml.
193
+
- Run .test-infra/tools/refresh_looker_metrics.py script or manually download as PNG via the public slug and upload to GCS: gs://public_looker_explores_us_a3853f40/FOLDER_ID/<look_slug>.png
0 commit comments