Skip to content

Commit 153c080

Browse files
Merge pull request #873 from ClickHouse/cluster-size-int
Coerce cluster_size to integer
2 parents 45e7ddd + 8c1dbc9 commit 153c080

7,260 files changed

Lines changed: 7263 additions & 7263 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clickhouse-cloud/results/20250123/aws.1.12.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 12GiB",
5-
"cluster_size": "1",
5+
"cluster_size": 1,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.1.8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 8GiB",
5-
"cluster_size": "1",
5+
"cluster_size": 1,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.12.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 12GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.120.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 120GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.128.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 128GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"comment": "",
77
"tags": [
88
"C++",

clickhouse-cloud/results/20250123/aws.2.16.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 16GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.236.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 236GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.32.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 32GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 64GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

clickhouse-cloud/results/20250123/aws.2.8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"system": "ClickHouse ☁️ (aws)",
33
"date": "2025-01-23",
44
"machine": "ClickHouse ☁️: 8GiB",
5-
"cluster_size": "2",
5+
"cluster_size": 2,
66
"proprietary": "yes",
77
"hardware": "cpu",
88
"tuned": "no",

0 commit comments

Comments
 (0)