Skip to content
Snippets Groups Projects
Commit 02fe48f6 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] add throughput tests for zynqbuild too

parent 0c6afb06
No related branches found
No related tags found
No related merge requests found
......@@ -1939,7 +1939,7 @@
"from finn.core.throughput_test import throughput_test\n",
"\n",
"child_model = ModelWrapper(getCustomOp(sdp_node).get_nodeattr(\"model\"))\n",
"res = throughput_test(child_model)\n",
"res = throughput_test_remote(child_model)\n",
"print(\"Network metrics:\")\n",
"for key in res:\n",
" print(str(key) + \": \" + str(res[key]))"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment