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