ce51982bb0
* 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 |
||
---|---|---|
.. | ||
BaselinesAsyncSocket.cpp | ||
BaselinesTcp.cpp | ||
Benchmarks.cpp | ||
CMakeLists.txt | ||
FireForgetThroughputTcp.cpp | ||
Fixture.cpp | ||
Fixture.h | ||
Latch.h | ||
README.md | ||
RequestResponseThroughputTcp.cpp | ||
StreamThroughputMemory.cpp | ||
StreamThroughputTcp.cpp | ||
Throughput.h |
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.