Skip to content

Commit 19f4ea9

Browse files
auto commit
1 parent 6450326 commit 19f4ea9

File tree

10 files changed

+2
-3
lines changed

10 files changed

+2
-3
lines changed
File renamed without changes.

db-esdk-performance-testing/benchmark/go/benchmark_tests.go renamed to db-esdk-performance-testing/benchmarks/go/benchmark_tests.go

File renamed without changes.
File renamed without changes.

db-esdk-performance-testing/benchmark/go/config/test-scenarios.yaml renamed to db-esdk-performance-testing/benchmarks/go/config/test-scenarios.yaml

File renamed without changes.

db-esdk-performance-testing/benchmark/go/dbesdk_benchmark.go renamed to db-esdk-performance-testing/benchmarks/go/dbesdk_benchmark.go

File renamed without changes.

db-esdk-performance-testing/benchmark/go/go.mod renamed to db-esdk-performance-testing/benchmarks/go/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
module github.com/aws/aws-encryption-sdk/esdk-performance-testing/benchmarks/go
1+
module github.com/aws/aws-database-encryption-sdk-dynamodb/db-esdk-performance-testing/benchmarks/go
22

33
go 1.23.2
44

55
toolchain go1.24.4
66

7-
replace github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk => ../../DynamoDbEncryption/runtimes/go/ImplementationFromDafny-go/
7+
replace github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk => ../../../DynamoDbEncryption/runtimes/go/ImplementationFromDafny-go/
88

99
require (
1010
github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl v0.2.2
1111
github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk v0.0.0
12-
github.com/aws/aws-encryption-sdk/releases/go/encryption-sdk v0.2.0
1312
github.com/aws/aws-sdk-go-v2/config v1.31.2
1413
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.49.1
1514
github.com/schollz/progressbar/v3 v3.14.1
File renamed without changes.

db-esdk-performance-testing/benchmark/go/keyringsetup.go renamed to db-esdk-performance-testing/benchmarks/go/keyringsetup.go

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)