File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,5 +49,7 @@ $ java -jar target/quickfixj-perf-test.jar -h
4949#### Guideline for future performance enhancements
5050
51511 . Check if there is already benchmark available for the code you are planning to optimize.
52- 2 . If there is no benchmark code, first create a benchmark and make pull request.
53- 3 . Your performance improvement can use the benchmark code as the baseline for comparison.
52+ 2 . If there is no benchmark code, first create a benchmark (Example ` a-missing-perf-regression ` branch) and make pull request to ` master ` branch.
53+ 3 . Make your performance improvement in a new branch (Example ` a-perf-improvement ` branch).
54+ 4 . When you make pull request provide comparison between current benchmark (` master ` ) and new benchmark values (` a-perf-improvement ` )
55+ 5 . This means providing output of the benchmark execution in two branches in a PR comment
You can’t perform that action at this time.
0 commit comments