benchmark_thrift.thrift 95 B

123456
  1. service BenchmarkThrift
  2. {
  3. void echo_thrift(1:string msg);
  4. void slow_thrift(1:string msg);
  5. }