Skip to content

Commit 5ce307e

Browse files
Link to the Github readme added to the help screen
1 parent a027f54 commit 5ce307e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ SimpleBench is a quick benchmarking tool I wrote to evaluate the performance of
66

77
It 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

strings.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)