wip
This commit is contained in:
		
							parent
							
								
									2e6e771029
								
							
						
					
					
						commit
						4296fef029
					
				
							
								
								
									
										18
									
								
								.github/workflows/osrm-backend.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/osrm-backend.yml
									
									
									
									
										vendored
									
									
								
							| @ -698,15 +698,6 @@ jobs: | |||||||
|           mkdir -p $HOME/.ccache |           mkdir -p $HOME/.ccache | ||||||
|           ccache --zero-stats |           ccache --zero-stats | ||||||
|           ccache --max-size=256M |           ccache --max-size=256M | ||||||
|       - name: Build PR Branch |  | ||||||
|         run: | |  | ||||||
|           mkdir -p pr/build |  | ||||||
|           cd pr/build |  | ||||||
|           cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release .. |  | ||||||
|           make -j$(nproc)  |  | ||||||
|           make -j$(nproc) benchmarks |  | ||||||
|           cd .. |  | ||||||
|           make -C test/data  |  | ||||||
|       - name: Checkout Base Branch |       - name: Checkout Base Branch | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
| @ -721,6 +712,15 @@ jobs: | |||||||
|           make -j$(nproc) benchmarks |           make -j$(nproc) benchmarks | ||||||
|           cd .. |           cd .. | ||||||
|           make -C test/data  |           make -C test/data  | ||||||
|  |       - name: Build PR Branch | ||||||
|  |         run: | | ||||||
|  |           mkdir -p pr/build | ||||||
|  |           cd pr/build | ||||||
|  |           cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release .. | ||||||
|  |           make -j$(nproc)  | ||||||
|  |           make -j$(nproc) benchmarks | ||||||
|  |           cd .. | ||||||
|  |           make -C test/data  | ||||||
|       - name: Run PR Benchmarks  |       - name: Run PR Benchmarks  | ||||||
|         run: | |         run: | | ||||||
|           ./pr/scripts/ci/run_benchmarks.sh -f $(pwd)/pr -r $(pwd)/pr_results -s $(pwd)/pr -b $(pwd)/pr/build -o ~/data.osm.pbf -g ~/gps_traces.csv |           ./pr/scripts/ci/run_benchmarks.sh -f $(pwd)/pr -r $(pwd)/pr_results -s $(pwd)/pr -b $(pwd)/pr/build -o ~/data.osm.pbf -g ~/gps_traces.csv | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user