Skip to content

Commit

Permalink
Change test iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
bili2002 committed Jan 17, 2024
1 parent 0f8769c commit 11ed66e
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 11ed66e

Please sign in to comment.