We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ae369 commit c49ffe2Copy full SHA for c49ffe2
db-esdk-performance-testing/benchmarks/config/test-scenarios.yaml
@@ -9,7 +9,12 @@ data_sizes:
9
- 10240 # 10KB
10
medium:
11
- 102400 # 100KB
12
- - 50000000 # 50MB
+ - 512000 # 500KB
13
+ - 1048576 # 1MB
14
+ large:
15
+ - 10485760 # 10MB
16
+ - 52428800 # 50MB
17
+ - 104857600 # 100MB
18
19
# Quick test configuration (reduced test set for faster execution)
20
quick_config:
0 commit comments