Skip to content

Commit cd9f7da

Browse files
pquentinywangd
andauthored
Add register_operation_count to snapshot.repository_analyze rest-api-spec (#131082) (#131280)
* Add register_operation_count to snapshot.repository_analyze * Remove mention of realistic experiments for consistency --------- Co-authored-by: Yang Wang <[email protected]>
1 parent 19f621f commit cd9f7da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"type":"number",
3737
"description":"Number of operations to run concurrently during the test. Defaults to 10."
3838
},
39+
"register_operation_count":{
40+
"type":"number",
41+
"description":"The minimum number of linearizable register operations to perform in total. Defaults to 10."
42+
},
3943
"read_node_count":{
4044
"type":"number",
4145
"description":"Number of nodes on which to read a blob after writing. Defaults to 10."

0 commit comments

Comments
 (0)