Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update run_bench_documentation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 25, 2022
1 parent d4b0c86 commit 2c25c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
python -m mlprodict benchmark_doc --verbose=1 --out_raw=bench_onnxruntime1.xlsx --out_summary=bench_sum_onnxruntime1.xlsx --dump_dir=./bench_onnxruntime1 --runtime=onnxruntime1

0 comments on commit 2c25c01

Please sign in to comment.