Add debug UI action to send 1,000 messages so we can “load test” message view’s perf.
// FREEBIE
This commit is contained in:
parent
1ac487835a
commit
5bc5e00156
@ -48,6 +48,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
[DebugUITableViewController sendTextMessage:100
|
||||
thread:thread];
|
||||
}],
|
||||
[OWSTableItem itemWithTitle:@"Send 1,000 messages (1/sec.)"
|
||||
actionBlock:^{
|
||||
[DebugUITableViewController sendTextMessage:1000
|
||||
thread:thread];
|
||||
}],
|
||||
[OWSTableItem itemWithTitle:@"Send text/x-signal-plain"
|
||||
actionBlock:^{
|
||||
[DebugUITableViewController sendOversizeTextMessage:thread];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user