Skip to content

Commit

Permalink
[benchmarks] Fix incorrect name of service in output file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcopik committed Oct 12, 2024
1 parent 5412c91 commit 764a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/latex-service/benchmarker_editing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ int main(int argc, char** argv)
}
if (i > 0) {
measurements.emplace_back(
"update-file", file, i, data.length(), invoc.payload_len,
"get-file", file, i, data.length(), invoc.payload_len,
std::chrono::duration_cast<std::chrono::nanoseconds>(end - begin).count()
);
}
Expand Down

0 comments on commit 764a945

Please sign in to comment.