Skip to content

Commit ffc287b

Browse files
NRL-1666 Point the perftest environment at the baseline table to conduct baseline performance tests
1 parent f3706f6 commit ffc287b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/account-wide-infrastructure/test/dynamodb__pointers-table.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ module "ref-pointers-table" {
3333

3434
module "perftest-pointers-table" {
3535
source = "../modules/pointers-table"
36-
name_prefix = "nhsd-nrlf--perftest"
36+
name_prefix = "nhsd-nrlf--perftest-baseline"
3737
}

terraform/infrastructure/etc/perftest.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
account_name = "perftest"
22
aws_account_name = "test"
33

4-
dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest"
4+
dynamodb_pointers_table_prefix = "nhsd-nrlf--perftest-baseline"
55

66
domain = "perftest.record-locator.national.nhs.uk"
77
public_domain = "perftest.api.service.nhs.uk"

0 commit comments

Comments
 (0)