patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -0,0 +1,12 @@
0\find a place to run benchmark, copy benchmaster_xxx.py, storage_perf.conf and storage_perf_cost there
1\ensure 10GB free disk space
2\run benchmaster_storage_scan.py;benchmaster_storage_get.py, sstable data will be generated by scan test, get test just use the data
3\collect scan.XXX.res and get.XXX.res to the dir where fit_XXX_master.py lies and run fit_XXX_master.py, model params in xxx.model, fit results in xxx.fit
4\use plot_xxx.py to check result
5\modify as you will
### STRONGLY ADVISE THAT YOU FULLY UNDERSTAND THE PROCESS BEFORE DOINT IT !!!!!!!!!! ###