citusdata / citusdata/test-automation

Generate a more readable output

Open
#100 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
15
Forks
3
PR merge metrics
No merged PRs in 30d

Description

When we generate output for two different citus versions, we first generate the first citus version's outputs and then the second one's. It could be better to generate them one by one, meaning instead of

```csv
Test, PG Version, Citus Version, Shard Count, Replication Factor, Latency Average, TPS Including Connections, TPS Excluding Connections
single_insert, PG=11.5, Citus=EE-release-9.0, 32, 1, 4.587, 27898.864357, 27899.825654
muti_row_insert, PG=11.5, Citus=EE-release-9.0, 32, 1, 8.555, 3740.018060, 3740.081552
single_insert, PG=11.5, Citus=EE-release-8.3, 32, 1, 4.531, 28240.904358, 28241.756684
muti_row_insert, PG=11.5, Citus=EE-release-8.3, 32, 1, 9.040, 3539.634056, 3539.692599
```
We can have:

```csv
Test, PG Version, Citus Version, Shard Count, Replication Factor, Latency Average, TPS Including Connections, TPS Excluding Connections
single_insert, PG=11.5, Citus=EE-release-9.0, 32, 1, 4.587, 27898.864357, 27899.825654
single_insert, PG=11.5, Citus=EE-release-8.3, 32, 1, 4.531, 28240.904358, 28241.756684
muti_row_insert, PG=11.5, Citus=EE-release-9.0, 32, 1, 8.555, 3740.018060, 3740.081552
muti_row_insert, PG=11.5, Citus=EE-release-8.3, 32, 1, 9.040, 3539.634056, 3539.692599
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.