/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/python/routing/etc/heap_comparison_benchmark.ini.example
52 строки
2 KB
gmoryes
[routing] add python tools for routing for easy heap and cpu profiling
06 мар 2020, 17:39
06 мар 2020, 17:39
a41381f
Код
Авторство
О чём код?
# List of old versions # Format: # { # "name": <just human readable name> # "branch": <branch of version> # "hash": <hash of branch> (not required, by default: hash from local repo will be taken) # "mwm_path": <path to mwms for this version> # } [OLD_VERSION] Params = [ { "name": "release-94 version", "branch": "release-94", "hash": "bba92911d0347347d704e1e4b1215a2844bedd09", "mwm_path": "/mwm/path/for/this/version" }] # List of new versions, the same syntax as for old versions. [NEW_VERSION] Params = [ { "name": "Less operator new first version", "branch": "less_operator_new", "hash": "1111111111111111111111111111111111111111", "mwm_path": "/mwm/path/for/this/version" }, { "name": "Less operator new second version", "branch": "less_operator_new", "hash": "2222222222222222222222222222222222222222", "mwm_path": "/mwm/path/for/this/version" }, { "name": "Less cache miss", "branch": "less_cache_miss", "mwm_path": "/mwm/path/for/this/version" }] [PATHS] # Path where all results will be placed. ResultsSaveDir = /results # Path to file with routes in format: # start_lat_1 start_lon_1 finish_lat_1 finish_lon_1 # start_lat_2 start_lon_2 finish_lat_2 finish_lon_2 # ... RoutesFile = /start_finish_latlon_file.routes [TOOL] # Timeout for building each route, with heap profiler everything works long, so prefer using big timeout. Timeout = 7200 # car, pedestrian, bicycle, transit VehicleType = car