Skip to content

Commit e1c7470

Browse files
comment not needed code
1 parent aee7ec1 commit e1c7470

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ func (b *DBESDKBenchmark) setupDBESDK(useItemEncryptor bool) error {
118118
return err
119119
}
120120

121-
err = b.SetupDDB(partitionKey, sortKeyName, allowedUnsignedAttributePrefix, algorithmSuiteID, attributeActions)
122-
if err != nil {
123-
return err
124-
}
121+
// err = b.SetupDDB(partitionKey, sortKeyName, allowedUnsignedAttributePrefix, algorithmSuiteID, attributeActions)
122+
// if err != nil {
123+
// return err
124+
// }
125125

126126
log.Println("ESDK client initialized successfully")
127127
return nil

db-esdk-performance-testing/benchmarks/go/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929
}
3030

3131
// create dynamodb table
32-
CreateTable(bench.DbesdkClient, bench.Config.TableName)
32+
// CreateTable(bench.DbesdkClient, bench.Config.TableName)
3333

3434
// Adjust config for quick test
3535
if *quick {

0 commit comments

Comments
 (0)