Skip to content

Commit 267f947

Browse files
committed
loadtest: add asset type field on sample conf
Our loadtest config supports defining the asset type to use across the loadtests. In this commit we just add it to the sample file to raise awareness of this field for the user.
1 parent 964f42c commit 267f947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

itest/loadtest/loadtest-sample.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ send-test-num-sends=5
2222
# Number of assets to send in each send operation for send test
2323
send-test-num-assets=1
2424

25+
# Type of asset to use in the test case. For V2 test cases, a 0 type is
26+
# required.
27+
send-test-send-type=0
28+
2529
# Timeout for the entire test suite
2630
test-suite-timeout=120m
2731

0 commit comments

Comments
 (0)