Skip to content

Commit 401a991

Browse files
committed
item encryptor
1 parent ae1d06f commit 401a991

File tree

5 files changed

+108
-6579
lines changed

5 files changed

+108
-6579
lines changed

PerfTest/runtimes/python/DynamoDbEncryption/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ python run_benchmarks.py --no-save
7575

7676
# Save to custom directory
7777
python run_benchmarks.py --output-dir my_results
78-
79-
# Pass additional pytest arguments
80-
python run_benchmarks.py --pytest-args "--benchmark-rounds=10"
8178
```
8279

8380
### Direct pytest Usage
@@ -86,10 +83,10 @@ python run_benchmarks.py --pytest-args "--benchmark-rounds=10"
8683
poetry run pytest src/ --benchmark-only -v
8784

8885
# Run specific test file
89-
poetry run pytest src/v3/aes_key_provider_test.py --benchmark-only -v
86+
poetry run pytest 'src/v3/aes_key_provider_test.py' --benchmark-only -v
9087

9188
# Run single test function
92-
poetry run pytest src/v4/raw_aes_keyring_test.py::test_encrypt_performance[single_attribute] --benchmark-only -v
89+
poetry run pytest 'src/v4/raw_aes_keyring_test.py::test_encrypt_performance[single_attribute]' --benchmark-only -v
9390
```
9491

9592
## Output

PerfTest/runtimes/python/DynamoDbEncryption/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python_classes = Test*
55
python_functions = test_*
66
addopts =
77
-v
8+
-s
89
--strict-markers
910
--tb=short
1011
--benchmark-only

0 commit comments

Comments
 (0)