script fix
This commit is contained in:
parent
81720e0155
commit
b9c604533d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function measure_latency(in_latency = 0.1, out_latency=0.1; is_warmup = false)
|
||||||
return trunc(Int, delay * 1000)# result in ms
|
return trunc(Int, delay * 1000)# result in ms
|
||||||
end
|
end
|
||||||
|
|
||||||
measure_latency(0.1, 0.1, 32; is_warmup = true) # warmup
|
measure_latency(0.1, 0.1; is_warmup = true) # warmup
|
||||||
|
|
||||||
latencies = [0.1, 0.01, 0.005]
|
latencies = [0.1, 0.01, 0.005]
|
||||||
for in_latency in latencies
|
for in_latency in latencies
|
||||||
|
|
Loading…
Reference in a new issue