Rocket.Chat.ReactNative/ios/Pods/Flipper-RSocket/rsocket/benchmarks
Diego Mello ce51982bb0
Update all dependencies (#2008)
* Android RN 62

* First steps iOS

* Second step iOS

* iOS compiling

* "New" build system

* Finish iOS

* Flipper

* Update to RN 0.62.1

* expo libs

* Hermes working

* Fix lint

* Fix android build

* Patches

* Dev patches

* Patch WatermelonDB: https://github.com/Nozbe/WatermelonDB/pull/660

* Fix jitsi

* Update several minors

* Update dev minors and lint

* react-native-keyboard-input

* Few updates

* device info

* react-native-fast-image

* Navigation bar color

* react-native-picker-select

* webview

* reactotron-react-native

* Watermelondb

* RN 0.62.2

* Few updates

* Fix selection

* update gems

* remove lib

* finishing

* tests

* Use node 10

* Re-enable app bundle

* iOS build

* Update jitsi ios
2020-05-08 13:37:49 -03:00
..
BaselinesAsyncSocket.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
BaselinesTcp.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
Benchmarks.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
CMakeLists.txt Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
FireForgetThroughputTcp.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
Fixture.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
Fixture.h Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
Latch.h Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
README.md Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
RequestResponseThroughputTcp.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
StreamThroughputMemory.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
StreamThroughputTcp.cpp Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00
Throughput.h Update all dependencies (#2008) 2020-05-08 13:37:49 -03:00

README.md

Benchmarks

Various benchmarks.

  • Baselines: TCP loopback baseline throughput and latency.
  • StreamThroughput: Single stream throughput measured for various message lengths and messages/second.
  • RequestResponseLatency: Latency of a single request/response measured in latency and requests/second.
  • RequestResponseThroughput: Throughput of number of request/responses per second for various max number of outstanding requests as a time.