remove level-cache flags
This commit is contained in:
parent
031ce72db1
commit
7cf7c46939
@ -12,7 +12,6 @@ Feature: osrm-contract command line options: help
|
|||||||
And stdout should contain "Configuration:"
|
And stdout should contain "Configuration:"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--core"
|
And stdout should contain "--core"
|
||||||
And stdout should contain "--level-cache"
|
|
||||||
And stdout should contain "--segment-speed-file"
|
And stdout should contain "--segment-speed-file"
|
||||||
And it should exit with an error
|
And it should exit with an error
|
||||||
|
|
||||||
@ -27,7 +26,6 @@ Feature: osrm-contract command line options: help
|
|||||||
And stdout should contain "Configuration:"
|
And stdout should contain "Configuration:"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--core"
|
And stdout should contain "--core"
|
||||||
And stdout should contain "--level-cache"
|
|
||||||
And stdout should contain "--segment-speed-file"
|
And stdout should contain "--segment-speed-file"
|
||||||
And it should exit successfully
|
And it should exit successfully
|
||||||
|
|
||||||
@ -42,6 +40,5 @@ Feature: osrm-contract command line options: help
|
|||||||
And stdout should contain "Configuration:"
|
And stdout should contain "Configuration:"
|
||||||
And stdout should contain "--threads"
|
And stdout should contain "--threads"
|
||||||
And stdout should contain "--core"
|
And stdout should contain "--core"
|
||||||
And stdout should contain "--level-cache"
|
|
||||||
And stdout should contain "--segment-speed-file"
|
And stdout should contain "--segment-speed-file"
|
||||||
And it should exit successfully
|
And it should exit successfully
|
||||||
|
@ -60,10 +60,6 @@ return_code parseArguments(int argc,
|
|||||||
&contractor_config.updater_config.turn_penalty_lookup_paths)
|
&contractor_config.updater_config.turn_penalty_lookup_paths)
|
||||||
->composing(),
|
->composing(),
|
||||||
"Lookup files containing from_, to_, via_nodes, and turn penalties to adjust turn weights")(
|
"Lookup files containing from_, to_, via_nodes, and turn penalties to adjust turn weights")(
|
||||||
"level-cache,o",
|
|
||||||
boost::program_options::value<bool>(&contractor_config.use_cached_priority)
|
|
||||||
->default_value(false),
|
|
||||||
"Use .level file to retain the contaction level for each node from the last run.")(
|
|
||||||
"edge-weight-updates-over-factor",
|
"edge-weight-updates-over-factor",
|
||||||
boost::program_options::value<double>(
|
boost::program_options::value<double>(
|
||||||
&contractor_config.updater_config.log_edge_updates_factor)
|
&contractor_config.updater_config.log_edge_updates_factor)
|
||||||
|
Loading…
Reference in New Issue
Block a user