commit | 37f7257529877084c76e2e607c33a384640c5e50 | [log] [tgz] |
---|---|---|
author | vjpai <vpai@google.com> | Tue May 12 10:29:07 2015 -0700 |
committer | vjpai <vpai@google.com> | Tue May 12 10:29:07 2015 -0700 |
tree | e75fb5cb754afb07bbb7b02fd5f51d8a18fdc1b2 | |
parent | 0426ad0fcb3dbcd9f46621eedc226c424088e189 [diff] [blame] |
WIP
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index 45481a3..620103b 100644 --- a/test/cpp/qps/client.h +++ b/test/cpp/qps/client.h
@@ -83,6 +83,7 @@ protected: SimpleRequest request_; + bool closed_loop_; class ClientChannelInfo { public: @@ -222,7 +223,6 @@ std::vector<std::unique_ptr<Thread>> threads_; std::unique_ptr<Timer> timer_; - bool closed_loop_; InterarrivalTimer interarrival_timer_; std::vector<std::chrono::time_point <std::chrono::high_resolution_clock>> next_time_;