📄 readme
字号:
There are four different types of test to run, which are controlled bythe value of the QUICK macro in the makefile.1) To run a comprehensive test of all algorithms and all datatypes make test QUICK=This will probably take about 12 hours to complete2) To run a test comprehensive in data types but on only onealgorithm, make test QUICK=-Q3) To run a test comprehensive in algorithms but on only onedata type make test QUICK=-q4) To run a sanity test that checks only one algorithm and one datatype make test QUICK=-qQ5) To combine tests 2 and 3 in one test make test QUICK=-pTest number 4 is the defaultThe output of the tests will be left in the file./make_and_test_results.txt. You can post-process the output file byissuing the command make summary
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -