public
Description: demo of starling, in scala
Clone URL: git://github.com/robey/scarling.git
Search Repo:
unlikely test.
robey (author)
Sun Jul 20 11:33:30 -0700 2008
commit  92446a5a5d5de5acb1c24951cf222d5ed6a0cdf3
tree    3dab4a7285e7cdfabf9a54e6697029441341539d
parent  ae562c1a7c5316e3c36571f463233950eb5878b0
...
72
73
74
 
 
 
 
 
 
 
 
 
 
 
 
75
76
...
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
0
@@ -72,5 +72,17 @@
0
             <arg value="1000" />
0
         </java>
0
     </target>
0
+
0
+ <target name="put-many-2000">
0
+ <java classname="com.twitter.scarling.load.PutMany" fork="true" failonerror="true">
0
+ <classpath>
0
+ <path refid="scala.classpath" />
0
+ <path refid="deps" />
0
+ <pathelement location="${build.dir}" />
0
+ <pathelement location="${test.dir}" />
0
+ </classpath>
0
+ <arg value="2000" />
0
+ </java>
0
+ </target>
0
     
0
 </project>

Comments

    No one has commented yet.