Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -80,7 +80,7 @@
|
|
80 |
}
|
81 |
function update_infer_bench1(){
|
82 |
const avg = a.toFixedtotal_infer_time/count_infer
|
83 |
-
const text = `Infer Count ${count_infer} avg infer-time ${avg.toFixed(2)} ms
|
84 |
document.getElementById('result').innerText=text
|
85 |
}
|
86 |
function update_range(){
|
|
|
80 |
}
|
81 |
function update_infer_bench1(){
|
82 |
const avg = a.toFixedtotal_infer_time/count_infer
|
83 |
+
const text = `Infer Count ${count_infer} avg infer-time ${avg.toFixed(2)} ms`;
|
84 |
document.getElementById('result').innerText=text
|
85 |
}
|
86 |
function update_range(){
|