piyushghai commented on a change in pull request #13095: [MXNET-1041] Add Java
benchmark
URL: https://github.com/apache/incubator-mxnet/pull/13095#discussion_r231619146
##########
File path:
scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/benchmark/JavaBenchmark.java
##########
@@ -106,7 +106,7 @@ public static void main(String[] args) {
model.runBatchInference();
result[i] = System.nanoTime() - currTime;
}
- printStatistics(result, modelName +"Batch");
+ printStatistics(result, modelName +"batch_inference");
Review comment:
You can remove the modelName from the second parameter as well here.
The Model Name will be aptly captured when reporting the results of the
benchmark run as we'd know which script we are running it with :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services