Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions benchmarks/RequestResponseLatency.cpp
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,8 @@
#include <condition_variable>
#include <iostream>
#include <thread>
#include <gflags/gflags.h>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nit: order of the include files.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be fixed on the next round of running clang-format


#include "src/RSocket.h"
#include "src/transports/tcp/TcpConnectionFactory.h"
#include "yarpl/Flowable.h"
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/RequestResponseThroughput.cpp
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,8 @@
#include <condition_variable>
#include <iostream>
#include <thread>
#include <gflags/gflags.h>

#include "src/RSocket.h"
#include "src/transports/tcp/TcpConnectionFactory.h"
#include "yarpl/Flowable.h"
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/StreamThroughput.cpp
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,8 @@
#include <condition_variable>
#include <iostream>
#include <thread>
#include <gflags/gflags.h>

#include "src/RSocket.h"
#include "src/temporary_home/OldNewBridge.h"
#include "src/transports/tcp/TcpConnectionFactory.h"
Expand Down