actually stop benchmark server

This commit is contained in:
Jan Tattermusch 2016-04-18 18:08:23 -07:00
parent 384933582b
commit b54f2ae5bb
1 changed files with 3 additions and 0 deletions

View File

@ -88,4 +88,7 @@ class BenchmarkServer
def get_port
@port
end
def stop
@server.stop
end
end