Commit Graph

8672 Commits

Author SHA1 Message Date
Siarhei Fedartsou 3215cabf76 Calculate confidence interval for benchmark measurements 2024-06-16 11:06:26 +02:00
Siarhei Fedartsou 91459df87e Calculate confidence interval for benchmark measurements 2024-06-16 11:03:36 +02:00
Siarhei Fedartsou 685f4cca3c Calculate confidence interval for benchmark measurements 2024-06-16 09:26:41 +02:00
Siarhei Fedartsou 02fbdd65df Update e2e_benchmark.py 2024-06-16 09:11:01 +02:00
Siarhei Fedartsou 179c44f2a1 Update e2e_benchmark.py 2024-06-16 09:00:22 +02:00
Siarhei Fedartsou ceae528546 Update e2e_benchmark.py 2024-06-16 08:33:44 +02:00
Siarhei Fedartsou 93ce87835a Update e2e_benchmark.py 2024-06-16 00:01:17 +02:00
Siarhei Fedartsou 38e8d3c267 Update run_benchmarks.sh 2024-06-15 23:37:29 +02:00
Siarhei Fedartsou 944a3e44f5 Calculate confidence interval for benchmark measurements 2024-06-15 23:03:36 +02:00
Siarhei Fedartsou 2eb620bb33 Calculate confidence interval for benchmark measurements 2024-06-15 23:00:30 +02:00
Siarhei Fedartsou 19662450b1 Calculate confidence interval for benchmark measurements 2024-06-15 22:09:07 +02:00
Siarhei Fedartsou ad523756ab Calculate confidence interval for benchmark measurements 2024-06-15 21:43:16 +02:00
Siarhei Fedartsou 2d0baa739c Calculate confidence interval for benchmark measurements 2024-06-15 21:20:40 +02:00
Siarhei Fedartsou 5585ccc224 Calculate confidence interval for benchmark measurements 2024-06-15 20:54:47 +02:00
Siarhei Fedartsou 3a5f879749 Calculate confidence interval for benchmark measurements 2024-06-15 20:16:33 +02:00
Siarhei Fedartsou 941be83e9e Calculate confidence interval for benchmark measurements 2024-06-15 19:32:11 +02:00
Siarhei Fedartsou 5fb9e65fbb Calculate confidence interval for benchmark measurements 2024-06-15 19:31:22 +02:00
Siarhei Fedartsou a119287878 Calculate confidence interval for benchmark measurements 2024-06-15 18:56:10 +02:00
Siarhei Fedartsou 5539a0ea30 Calculate confidence interval for benchmark measurements 2024-06-15 18:36:37 +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
Dennis Luxen 2725202771 Use Lemire's fast check whether to escape a JSON string (#6923) 2024-05-31 19:58:57 +02:00
Siarhei Fedartsou 42fafdcdfe Use custom struct instead of std::pair in QueryHeap (#6921) 2024-05-31 07:06:58 +02:00
Siarhei Fedartsou c8de759cd6 Use std::string_view::starts_with instead of boost::starts_with (#6918) 2024-05-30 21:55:25 +02:00
Siarhei Fedartsou fb9d1cefcc Get rid of boost::math::constants::* and M_PI in favor of std::numbers (#6916) 2024-05-30 19:40:56 +02:00
Dennis Luxen a9b1bd88d3 Remove all core-CH left-overs (#6920)
* Remove all core-CH left-overs

* Fix formatting

* Update CHANGELOG.md
2024-05-30 17:13:44 +02:00
Siarhei Fedartsou 1ff096ac5c Make constants in PackedVector constexpr (#6917) 2024-05-30 15:12:42 +02:00
Dennis Luxen 0ea757ed02 Remove unused header file (#6913) 2024-05-29 09:13:13 +02:00
Dennis Luxen 42cbca0ff0 Move Sol2 to canonical path (#6912) 2024-05-28 21:23:51 +02:00
Siarhei Fedartsou c1ed73126d Use std::variant instead of mapbox::util::variant (#6903) 2024-05-28 18:52:49 +02:00
Siarhei Fedartsou 01b1673c8a Fix CCache usage in GitHub Actions (#6911) 2024-05-28 08:43:23 +02:00
Siarhei Fedartsou d4dc297f75 Add CI job with GCC 14 (#6905) 2024-05-27 09:31:13 +02:00
Siarhei Fedartsou 9aaab7a53f Enable readability-container-contains clang-tidy check (#6909) 2024-05-27 08:33:26 +02:00
Siarhei Fedartsou 1a6f4c44e7 Fix performance-type-promotion-in-math-fn clang-tidy warning (#6908) 2024-05-27 08:33:05 +02:00
Siarhei Fedartsou 163a2cfe3c Bump rapidjson version (#6906) 2024-05-27 08:31:59 +02:00
Siarhei Fedartsou 667fd198ac Use the latest Debian version in Dockerfile (#6904) 2024-05-27 08:30:44 +02:00
Siarhei Fedartsou b7a990d0b5 Use C++20 (#6877) 2024-05-25 18:25:13 +02:00
Dennis Luxen 8306ed8ae3 Remove superflous iostreams include from header files (#6901) 2024-05-25 09:17:45 +02:00