Skip to content

Commit 875921d

Browse files
authored
perf: new txgen schema + usability improvements (#866)
1 parent cd1ec38 commit 875921d

7 files changed

Lines changed: 1517 additions & 416 deletions

File tree

apps/perf/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ NODE_ENV="development"
22
CLICKHOUSE_HOST=""
33
CLICKHOUSE_USER=""
44
CLICKHOUSE_PASSWORD=""
5+
CLICKHOUSE_DATABASE=""

apps/perf/env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ declare namespace Cloudflare {
1717
CLICKHOUSE_HOST: string
1818
CLICKHOUSE_USER: string
1919
CLICKHOUSE_PASSWORD: string
20+
CLICKHOUSE_DATABASE: string
2021
}
2122
}

0 commit comments

Comments
 (0)