mxm edited a comment on pull request #11558:
URL: https://github.com/apache/beam/pull/11558#issuecomment-622125124
The benchmark and checkpoint data is now published to BigQuery:
```
[
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "97.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "99.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "10.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "116.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "14.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "4402.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "2214.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525035 UTC",
"metric":
"checkpointing_41loadgenerator/reshuffle2/removerandomkeys.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "2392.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_count_checkpoint_duration",
"value": "120.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.524947 UTC",
"metric":
"checkpointing_21loadgenerator/impulse.none/beam:env:docker:v1:0_max_checkpoint_duration",
"value": "1015.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_sum_checkpoint_duration",
"value": "2098.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525003 UTC",
"metric":
"checkpointing_19measure_time:_start.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "9.0"
},
{
"test_id": "7c8aa91a0fb449218f3c1d5fe836300b",
"timestamp": "2020-04-30 20:55:21.525020 UTC",
"metric":
"checkpointing_40loadgenerator/reshuffle/removerandomkeys.none/beam:env:docker:v1:0_min_checkpoint_duration",
"value": "12.0"
}
]
```
We can visualize the data using Beam's dashboard:
https://apache-beam-testing.appspot.com/
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]