Skip to content

Commit

Permalink
Fix RTP benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed May 9, 2022
1 parent db07806 commit e0d3c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/rtp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ static void BM_InitRtp(benchmark::State& state) {
bool no_rtp_flag = false;
bool no_rtp_warning_flag = false;
for (auto _: state) {
FileFinder_RTP(no_rtp_flag, no_rtp_warning_flag);
FileFinder_RTP(no_rtp_flag, no_rtp_warning_flag, "");
}
}

Expand Down

0 comments on commit e0d3c9d

Please sign in to comment.