HomeSort by relevance Sort by last modified time
    Searched refs:new_write_units (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer1.py 102 new_write_units = 5
104 'WriteCapacityUnits': new_write_units}
115 assert result_thruput['WriteCapacityUnits'] == new_write_units
test_layer2.py 107 new_write_units = 5
108 table.update_throughput(new_read_units, new_write_units)
113 assert table.write_units == new_write_units

Completed in 409 milliseconds