File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SimpleBench is a quick benchmarking tool I wrote to evaluate the performance of
66
77It supports the following options:
88```
9- SimpleBench - a quick benchmark to evaluate the core system performance
109--show-gui [on/off]: enable/disable the text feedback during the tests
1110--st-test [on/off]: enable/disable the singlethread test
1211--mt-test [on/off]: enable/disable the multithread test
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ String get_string(MsgCode msgcode) {
6565 " * there is some overhead in RAM requirement, you should have at least the amount required plus 5% FREE\n"
6666 "--version: shows the benchmark version (not the program version)\n"
6767 "--build: shows the program version, changes here have no effect on the score system\n"
68- "--help: shows this screen"
68+ "--help: shows this screen\n"
69+ "\n"
70+ "You can check some of my benchmark results on https://github.com/1deterministic/SimpleBench for comparison\n"
6971 ;
7072 };
7173
You can’t perform that action at this time.
0 commit comments