4 To
report a bug, [open an issue at GitHub](https:
5 You can also [email us](https:
6 GitHub issues are preferred because we won
't forget about them.
8 If you write code to fix a bug, [reference the issue number in the commit message](https://help.github.com/articles/closing-issues-via-commit-messages/).
9 This makes it a lot easier to look back at old issues and figure out how they
10 were resolved. (If the code you write does not fix the bug but only relates
11 to it, for example if you write a test case that demonstrates the problem,
12 then you should also link it to the issue, using "relates" rather than "closes"
13 in your commit message.)
void report(std::string benchmark, std::string algorithm, double time, double check)