Skip to content

Commit

Permalink
Change test number
Browse files Browse the repository at this point in the history
  • Loading branch information
bili2002 committed Jan 12, 2024
1 parent c93dd0a commit d667af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/framework/inference_session_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3019,7 +3019,7 @@ TEST(InferenceSessionTests, BenchSameMode) {
// Configure RunOptions
RunOptions run_options;

const int MAX_ITER = 1;
const int MAX_ITER = 10;
std::vector<float> times = {};

for(size_t ITER = 0; ITER < MAX_ITER; ITER ++) {
Expand Down

0 comments on commit d667af6

Please sign in to comment.