Skip to content

Commit

Permalink
Removing DATA_PATH flag from readme, as it won't work with Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr committed Jul 19, 2024
1 parent ca26bbb commit 072f80d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ docker run
-e HOST=api.traveltimeapp.com
-e LOCATION='GB/London' //optional
-e TRANSPORTATION='driving+ferry' //optional
-e DATA_PATH='../precomputed/origins.csv' // optional, this will read coordinates from a file instead of randomly generating them
-e TRAVEL_TIME=7200 //optional
-e RPM=60 // optional
-e TEST_DURATION=3 //optional, benchmark duration in minutes (not including warmup)
Expand All @@ -38,7 +37,6 @@ docker run
-e HOST=api.traveltimeapp.com
-e LOCATION='GB/London' //optional
-e TRANSPORTATION='driving+ferry' //optional
-e DATA_PATH='../precomputed/origins.csv' // optional, this will read coordinates from a file instead of randomly generating them
-e TRAVEL_TIME=7200 //optional
-e LEVEL_OF_DETAILS=2 // optional
-e RPM=60 // optional
Expand All @@ -57,7 +55,6 @@ docker run
-e HOST=api.traveltimeapp.com
-e LOCATION='GB/London' //optional
-e TRANSPORTATION='driving+ferry' //optional
-e DATA_PATH='../precomputed/origins.csv' // optional, this will read coordinates from a file instead of randomly generating them
-e TRAVEL_DISTANCE=2000 //optional
-e RPM=60 // optional
-e TEST_DURATION=3 //optional, benchmark duration in minutes (not including warmup)
Expand All @@ -74,7 +71,6 @@ docker run
-e HOST=api.traveltimeapp.com
-e LOCATION='GB/London' //optional
-e TRANSPORTATION='driving+ferry' //optional
-e DATA_PATH='../precomputed/origins.csv' // optional, this will read coordinates from a file instead of randomly generating them
-e TRAVEL_TIME=7200 //optional
-e DESTINATIONS=50 // optional
-e RANGE=600 //optional
Expand All @@ -93,7 +89,6 @@ docker run
-e HOST=api.traveltimeapp.com
-e LOCATION='GB/London' //optional
-e TRANSPORTATION='driving+ferry' //optional
-e DATA_PATH='../precomputed/routes.csv' // optional, this will read coordinates from a file instead of randomly generating them
-e RPM=60 // optional
-e USE_SHARC = true // optional
-e TEST_DURATION=3 //optional, benchmark duration in minutes (not including warmup)
Expand All @@ -111,7 +106,6 @@ docker run
-e MANY_TO_ONE // optional
-e HOST=proto.api.traveltimeapp.com
-e TRANSPORTATION=driving+ferry // optional
-e DATA_PATH='../precomputed/origins.csv' // optional, this will read coordinates from a file instead of randomly generating them
-e LOCATION='UK/London' // optional
-e RPM=60 // optional
-e TEST_DURATION=3 //optional, benchmark duration in minutes (not including warmup)
Expand Down

0 comments on commit 072f80d

Please sign in to comment.