From 2c25c015edc9bad22712f6b9d6e764db37bbe997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Fri, 25 Feb 2022 13:41:22 +0100 Subject: [PATCH] Update run_bench_documentation.sh --- bin/run_bench_documentation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run_bench_documentation.sh b/bin/run_bench_documentation.sh index 4191bff76..15364e61d 100644 --- a/bin/run_bench_documentation.sh +++ b/bin/run_bench_documentation.sh @@ -1,7 +1,7 @@ echo --PYTHON-- mkdir bench_python_compiled -python -m mlprodict benchmark_doc --verbose=1 --out_raw=bench_python_compiled.xslx --out_summary=bench_sum_python_compiled.xlsx --dump_dir=./bench_python_compiled --runtime=python_compiled +python -m mlprodict benchmark_doc --verbose=1 --out_raw=bench_python_compiled.xlsx --out_summary=bench_sum_python_compiled.xlsx --dump_dir=./bench_python_compiled --runtime=python_compiled echo --ONNXRUNTIME-- mkdir bench_onnxruntime1 -python -m mlprodict benchmark_doc --verbose=1 --out_raw=bench_onnxruntime1.xslx --out_summary=bench_sum_onnxruntime1.xlsx --dump_dir=./bench_onnxruntime1 --runtime=onnxruntime1 \ No newline at end of file +python -m mlprodict benchmark_doc --verbose=1 --out_raw=bench_onnxruntime1.xlsx --out_summary=bench_sum_onnxruntime1.xlsx --dump_dir=./bench_onnxruntime1 --runtime=onnxruntime1 \ No newline at end of file