summaryrefslogtreecommitdiff
path: root/test/StressTest.thrift
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2006-09-01 22:19:06 +0000
committerMark Slee <mcslee@apache.org>2006-09-01 22:19:06 +0000
commitd3d733a06100cbbb15b86c38b0702dd04a25e107 (patch)
tree750c9decd1d240cb56e584a802cc06731c4c4c7c /test/StressTest.thrift
parentcfc0193d466df7b18a0995b300a8586a462b92a1 (diff)
downloadthrift-d3d733a06100cbbb15b86c38b0702dd04a25e107.tar.gz
Thrift test improvements, tests for both inline and normal PHP code gen
Summary: So you can A/B test and see 6ms vs. 4ms response time :) git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/StressTest.thrift')
-rw-r--r--test/StressTest.thrift8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/StressTest.thrift b/test/StressTest.thrift
index a1f909c2b..3cce4ebd0 100644
--- a/test/StressTest.thrift
+++ b/test/StressTest.thrift
@@ -4,10 +4,10 @@ service Service {
void echoVoid(),
byte echoByte(byte arg),
- u16 echoU16(u16 arg),
- u32 echoU32(u32 arg),
- u64 echoU64(u64 arg),
- i16 echoI16(i16 arg),
+// u16 echoU16(u16 arg),
+// u32 echoU32(u32 arg),
+// u64 echoU64(u64 arg),
+// i16 echoI16(i16 arg),
i32 echoI32(i32 arg),
i64 echoI64(i64 arg),
string echoString(string arg),