Skip to content

Commit

Permalink
Close the client socket at the end of each benchmark run
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@7785 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
vp-of-awesome committed Sep 26, 2008
1 parent db3c2d1 commit a072752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/bench_io_tcpserver.rb
Expand Up @@ -25,6 +25,7 @@
iter.times { sock.write buf }
sock.close_write
sock.read(1)
sock.close
end
end
end
Expand Down

0 comments on commit a072752

Please sign in to comment.