()
| 272 | } |
| 273 | |
| 274 | export function hotDestinationTraffic() { |
| 275 | var source = "@" + uuidv4(); |
| 276 | var destination = bucketedName(HOT_DEST, DESTINATION_BUCKETS); |
| 277 | postTxn(source, destination); |
| 278 | } |
| 279 | |
| 280 | // Optional: saves detailed stats to stdout + JSON file |
| 281 | export function handleSummary(data) { |
nothing calls this directly
no test coverage detected