Commit Graph

8689 Commits

Author SHA1 Message Date
Siarhei Fedartsou
cf5e0dc907 wip 2024-06-26 15:04:41 +02:00
Siarhei Fedartsou
065c1abad0 wip 2024-06-26 14:57:41 +02:00
Siarhei Fedartsou
1a7ea8cb87 wip 2024-06-26 14:47:37 +02:00
Siarhei Fedartsou
ef3ece9865 wip 2024-06-26 14:04:17 +02:00
Siarhei Fedartsou
23a7f9e9a0 wip 2024-06-26 13:52:58 +02:00
Siarhei Fedartsou
6742100c36 wip 2024-06-26 12:32:11 +02:00
Siarhei Fedartsou
e36dc52da3 wip 2024-06-26 12:10:44 +02:00
Siarhei Fedartsou
afcb84282d wip 2024-06-26 12:07:23 +02:00
Siarhei Fedartsou
f25d56a7ec wip 2024-06-26 12:01:58 +02:00
Siarhei Fedartsou
c428e8a8a0 wip 2024-06-26 11:59:07 +02:00
Siarhei Fedartsou
c00fc59c6b wip 2024-06-26 11:52:51 +02:00
Siarhei Fedartsou
2d76363237 wip 2024-06-26 11:40:14 +02:00
Siarhei Fedartsou
40039cd752 Try self-hosted runner 2024-06-26 10:12:49 +02:00
Siarhei Fedartsou
b42a7326be Try self-hosted runner 2024-06-26 09:45:28 +02:00
Siarhei Fedartsou
cf34a3e0bd Try self-hosted runner 2024-06-25 23:18:05 +02:00
Siarhei Fedartsou
3381aa8e21 Try self-hosted runner 2024-06-25 21:52:49 +02:00
Siarhei Fedartsou
3d5a279aea Try self-hosted runner 2024-06-25 21:49:55 +02:00
Siarhei Fedartsou
ccc5465286 Try self-hosted runner 2024-06-25 21:48:47 +02:00
Siarhei Fedartsou
4dd7846971 Try self-hosted runner 2024-06-25 21:19:29 +02:00
Siarhei Fedartsou
4da5804939 Try self-hosted runner 2024-06-25 20:56:59 +02:00
Siarhei Fedartsou
47edf679b5 Try self-hosted runner 2024-06-25 20:27:17 +02:00
Siarhei Fedartsou
b82f87df1f Try self-hosted runner 2024-06-25 20:14:49 +02:00
Siarhei Fedartsou
e217951aec Try self-hosted runner 2024-06-25 20:12:31 +02:00
Siarhei Fedartsou
f8e37907cb Try self-hosted runner 2024-06-25 20:11:41 +02:00
Siarhei Fedartsou
5a48ce85b3
Use tmpfs for running benchmarks (#6966) 2024-06-25 17:49:41 +02:00
Siarhei Fedartsou
7d72dfebf7
Optimise encodePolyline function (#6940) 2024-06-22 20:04:32 +02:00
Siarhei Fedartsou
3d01d96036
Avoid reallocations in base64 encoding (#6951) 2024-06-22 08:50:18 +02:00
Siarhei Fedartsou
e8da3d9231
Calculate confidence interval for benchmark measurements (#6950) 2024-06-21 21:43:27 +02:00
Siarhei Fedartsou
d9ce9cf780
Get rid of unused Boost dependencies (#6960) 2024-06-21 19:04:34 +02:00
Siarhei Fedartsou
3285ce3b2f
Configure stale bot (#6963) 2024-06-21 08:51:56 +02:00
Dennis Luxen
f1eabc3ecc
Replace boost::filesystem with std (#6432) 2024-06-20 21:44:28 +02:00
knowname
c3f2a6cdb9
Add CI job for building Alpine-based Docker image (#6959) 2024-06-20 09:08:57 +02:00
knowname
97f676d5a3
add alpine dockerfile (#6958) 2024-06-19 14:15:23 +02:00
Siarhei Fedartsou
7ffc08be28
Bump versions of TBB, Expat and Lua installed via Conan (#6957) 2024-06-19 07:46:56 +02:00
Siarhei Fedartsou
feb9389436
Apply micro-optimisation for Table & Trip APIs (#6949) 2024-06-15 18:57:26 +02:00
Siarhei Fedartsou
a0eda3e7d7
Apply micro-optimisation for Route API (#6948) 2024-06-15 18:56:40 +02:00
Siarhei Fedartsou
7652f6ca6b
Apply micro-optimisation for Match API (#6945) 2024-06-14 16:04:19 +02:00
Siarhei Fedartsou
aa4e6b1cf3
Apply micro-optimisation for Nearest API (#6944) 2024-06-13 18:18:36 +02:00
Siarhei Fedartsou
de2f392960
Avoid copy of intersection in totalTurnAngle (#6938) 2024-06-10 22:40:37 +02:00
Siarhei Fedartsou
0188d2bccd
Use std::unordered_map::emplace instead of operator[] when producing JSONs (#6936) 2024-06-10 21:29:31 +02:00
Siarhei Fedartsou
054161fc7e
Avoid copy of vectors in MakeRoute function (#6939) 2024-06-10 20:06:43 +02:00
Siarhei Fedartsou
89435aa87f
Add new randomized benchmarks (#6929) 2024-06-09 17:03:24 +02:00
Siarhei Fedartsou
0cbb23abe1
Fix Windows CI: update conan.cmake and disable unit tests as temporary workaround for OOM issues (#6930) 2024-06-09 09:24:02 +02:00
Siarhei Fedartsou
a2915f78c5
Make e2e benchmarks more stable (#6927) 2024-06-08 22:27:12 +02:00
Siarhei Fedartsou
99cb17aed3
Fix bugprone-unused-return-value clang-tidy warning (#6934) 2024-06-08 14:33:24 +02:00
Siarhei Fedartsou
8fd8d0c24a
Fix performance-noexcept-move-constructor clang-tidy warning (#6933) 2024-06-08 08:33:54 +02:00
Siarhei Fedartsou
c57b0d28b0
Fix performance-noexcept-swap clang-tidy warning (#6931) 2024-06-07 16:18:10 +02:00
Siarhei Fedartsou
523ee762f0
Upgrade to clang-tidy 18 (#6919) 2024-06-06 22:20:38 +02:00
Siarhei Fedartsou
feeed75cf1
Add simple benchmarks for osrm-* tools (#6925) 2024-06-06 21:01:34 +02:00
Siarhei Fedartsou
c7ee1a59eb
Implement end to end benchmark (#6910) 2024-06-05 21:39:10 +02:00