actually stop benchmark server
This commit is contained in:
parent
384933582b
commit
b54f2ae5bb
|
|
@ -88,4 +88,7 @@ class BenchmarkServer
|
|||
def get_port
|
||||
@port
|
||||
end
|
||||
def stop
|
||||
@server.stop
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue