Skip to content

Commit

Permalink
Added metrics to build, removed node and server configs for JSpec runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Royse committed Nov 26, 2010
1 parent 5e89ef1 commit 668519a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 39 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
dist
metrics
.externalToolBuilders
.project
8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@
<arg line="run --rhino" />
</exec>
</target>
<target name="metrics">
<exec executable="curl" osfamily="unix" failonerror="true" output="${basedir}/metrics/jsmeter.html">
<arg line=" http://jsmeter.info/jsmeter?mode=TABLE --silent -F File=@${basedir}/dist/proton.js" />
</exec>
<exec executable="curl" osfamily="unix" failonerror="true" output="${basedir}/metrics/jsmeter.json">
<arg line=" http://jsmeter.info/jsmeter?mode=JSON --silent -F File=@${basedir}/dist/proton.js > ${basedir}/metrics/jsmeter.json" />
</exec>
</target>
</project>

10 changes: 0 additions & 10 deletions spec/node.js

This file was deleted.

25 changes: 0 additions & 25 deletions spec/server.html

This file was deleted.

4 changes: 0 additions & 4 deletions spec/server.rb

This file was deleted.

0 comments on commit 668519a

Please sign in to comment.