wip
This commit is contained in:
parent
4cc834d0b3
commit
0eb95c960f
@ -93,17 +93,17 @@ function run_benchmarks_for_folder {
|
|||||||
$BINARIES_FOLDER/osrm-routed --algorithm $ALGORITHM $FOLDER/data.osrm &
|
$BINARIES_FOLDER/osrm-routed --algorithm $ALGORITHM $FOLDER/data.osrm &
|
||||||
OSRM_ROUTED_PID=$!
|
OSRM_ROUTED_PID=$!
|
||||||
|
|
||||||
# wait for osrm-routed to start
|
# # wait for osrm-routed to start
|
||||||
if ! curl --retry-delay 3 --retry 10 --retry-all-errors "http://127.0.0.1:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true" > /dev/null 2>&1; then
|
# if ! curl --retry-delay 3 --retry 10 --retry-all-errors "http://127.0.0.1:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true" > /dev/null 2>&1; then
|
||||||
echo "osrm-routed failed to start for algorithm $ALGORITHM"
|
# echo "osrm-routed failed to start for algorithm $ALGORITHM"
|
||||||
kill -9 $OSRM_ROUTED_PID
|
# kill -9 $OSRM_ROUTED_PID
|
||||||
continue
|
# continue
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
for METHOD in route nearest trip table match; do
|
# for METHOD in route nearest trip table match; do
|
||||||
echo "Running e2e benchmark for $METHOD $ALGORITHM"
|
# echo "Running e2e benchmark for $METHOD $ALGORITHM"
|
||||||
# python3 $SCRIPTS_FOLDER/scripts/ci/e2e_benchmark.py --host http://localhost:5000 --method $METHOD --iterations 5 --num_requests 1000 --gps_traces_file_path $GPS_TRACES > $RESULTS_FOLDER/e2e_${METHOD}_${ALGORITHM}.bench
|
# # python3 $SCRIPTS_FOLDER/scripts/ci/e2e_benchmark.py --host http://localhost:5000 --method $METHOD --iterations 5 --num_requests 1000 --gps_traces_file_path $GPS_TRACES > $RESULTS_FOLDER/e2e_${METHOD}_${ALGORITHM}.bench
|
||||||
done
|
# done
|
||||||
|
|
||||||
kill -9 $OSRM_ROUTED_PID
|
kill -9 $OSRM_ROUTED_PID
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user