File tree Expand file tree Collapse file tree 5 files changed +108
-6579
lines changed
PerfTest/runtimes/python/DynamoDbEncryption Expand file tree Collapse file tree 5 files changed +108
-6579
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ python run_benchmarks.py --no-save
7575
7676# Save to custom directory
7777python 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"
8683poetry 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
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ python_classes = Test*
55python_functions = test_*
66addopts =
77 -v
8+ -s
89 --strict-markers
910 --tb =short
1011 --benchmark-only
You can’t perform that action at this time.
0 commit comments