File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed
db-esdk-performance-testing/benchmarks/python Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,16 @@ pip install poetry
3333
3434### Install Dependencies
3535
36+ ### Compile DB-ESDK Python
37+
38+ ``` bash
39+ cd DynamoDbEncryption
40+ make setup_python && make transpile_python
41+ cd ../db-esdk-performance-testing/benchmarks/python/
42+ ```
43+ ### Install Benchmark framework
3644``` bash
37- # Install all dependencies including dev dependencies
45+ poetry lock
3846poetry install
3947```
4048
Original file line number Diff line number Diff line change @@ -31,12 +31,17 @@ pip install poetry
3131
3232### Install Dependencies
3333
34+ ### Compile DB-ESDK Python
35+
36+ ``` bash
37+ cd DynamoDbEncryption
38+ make setup_python && make transpile_python
39+ cd ../db-esdk-performance-testing/benchmarks/python/
40+ ```
41+ ### Install Benchmark framework
3442``` bash
35- # Install all dependencies including dev dependencies
43+ poetry lock
3644poetry install
37-
38- # Install only production dependencies
39- poetry install --no-dev
4045```
4146
4247## Running Benchmarks
You can’t perform that action at this time.
0 commit comments