Files
osrm-backend/features/testbot
Michael Bell 522d0f066e Add 'load directly' mode to default Cucumber test suite (#6664)
Currently `npm test` runs the Cucumber suite with a matrix
configuration for selecting the algorithm (CH, MLD) and data loading
(shared-memory, mmap) options.

However, there is a third data loading option, 'load directly',
which is to directly load the datasets into the osrm-routed process memory.

The code paths for each data loading option are distinct:

Storage::Run + SharedMemoryAllocator
MMapMemoryAllocator
ProcessMemoryAllocator

This commit adds direct data loading as part of the Cucumber
configuration matrix.

This will ensure optional dataset support can be added without any
regressions.
2023-08-01 09:24:51 +01:00
..
2017-02-25 12:17:22 +00:00
2016-04-05 22:59:14 +02:00
2017-03-17 12:27:47 +01:00
2020-11-23 17:07:10 -07:00
2017-08-04 11:19:32 +02:00
2017-02-25 12:17:22 +00:00
2017-07-18 10:09:22 +00:00
2017-02-25 12:17:22 +00:00