Commit Graph

51 Commits

Author SHA1 Message Date
Siarhei Fedartsou e073b79043 wip 2024-06-18 22:01:39 +02:00
Siarhei Fedartsou 7e1afad8bf wip 2024-06-18 21:56:29 +02:00
Siarhei Fedartsou 02343848f6 wip 2024-06-18 21:44:40 +02:00
Siarhei Fedartsou 407d01223e wip 2024-06-18 21:39:38 +02:00
Siarhei Fedartsou 4ca383ef7d wip 2024-06-18 21:38:48 +02:00
Siarhei Fedartsou 0eb95c960f wip 2024-06-18 21:11:04 +02:00
Siarhei Fedartsou 9bd91b40a7 wip 2024-06-18 20:34:45 +02:00
Siarhei Fedartsou 2d3782344d wip 2024-06-18 17:38:41 +02:00
Siarhei Fedartsou 930329b7aa wip 2024-06-16 21:42:29 +02:00
Siarhei Fedartsou c6193a9d79 wip 2024-06-16 14:34:00 +02:00
Siarhei Fedartsou 43bd257672 wip 2024-06-16 14:00:46 +02:00
Siarhei Fedartsou aa9b846206 wip 2024-06-16 14:00:17 +02:00
Siarhei Fedartsou d4aad4f53e wip 2024-06-16 13:34:17 +02:00
Siarhei Fedartsou bdddb8b353 wip 2024-06-16 13:03:37 +02:00
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 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 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 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 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 73fb53cf36 Add benchmark for route (#6890) 2024-05-23 14:27:43 +02:00
Siarhei Fedartsou 89fce286a7 Fix benchmark script for the case if PR has empty description (#6887) 2024-05-20 09:16:53 +02:00
Siarhei Fedartsou 54e50a67a8 Add benchmarks comparison job (#6880) 2024-05-14 17:14:59 +02:00
Dennis Luxen 70969186f6 Migrate GCC CI jobs to run on GCC 11, 12, and 13 (#6865) 2024-05-10 20:38:32 +02:00
Siarhei Fedartsou 3254686933 Use M1 runner to build arm64 macOS builds (#6868) 2024-05-08 21:08:11 +02:00
Dennis Luxen 6d361ced41 Set Windows build to quiet (#6862)
The normal flag generates 290 megabytes of log output for a regular build. Setting it to quiet will reduce this and still print errors.
2024-05-06 17:31:58 +02:00
Matthew Wigginton Bhagat-Conway d6afe91d8f print tracebacks and line numbers for Lua runtime errors (#6564)
* print tracebacks and line numbers for Lua runtime errors

* revert format changes

* update changelog with lua traceback, #6564

* revert using protected_function for old GetStringListFromFunction and source_function #6564

* add unit test for line numbers in tracebacks, #6564

* apply clang-format (#6564)

* remove unused test helper function, #6564

* suppress leaksanitizer warnings in extract-tests, #6564

When the extractor encounters a lua runtime error, some osmium objects are not freed. In production this doesn't matter because these errors bring down OSRM. In the tests we catch them to ensure they occur, and the leaksanitizer flags them.
2023-03-23 19:18:58 +01:00
Siarhei Fedartsou 9b834810d5 Build Node bindings on Windows (#6334)
Extends CI to build NodeJS bindings for Windows.
2022-09-20 20:43:13 +01:00
Siarhei Fedartsou 1c65ea2194 Configure cross-compilation for Apple Silicon (#6360)
Adds support for Apple Silicon binaries for NodeJS bindings.
2022-09-17 13:00:53 +01:00
Siarhei Fedartsou 8f0cd5cf7b Migrate Windows CI to GitHub Actions. (#6312)
It is quite difficult to maintain current Windows CI, because it uses pre-compiled dependencies stored on wolt.com server and there is low chance to find someone who is able to update it.
2022-08-19 18:49:09 +01:00
Siarhei Fedartsou 00816722dd Configure Undefined Behaviour Sanitizer (#6290) 2022-08-01 22:40:26 +01:00
Michael Bell eb3bf5cfe3 Upgrade Ubuntu CI builds to use 20.04
Moves Linux CI builds to the latest Ubuntu LTS.
- Bumps the GCC matrix to versions {7,8,9,10,11}, making 9 the default
for testing non-standard builds.
- Bump Node matrix to {12,14,16,LTS,latest} now that 10 is EOL.
- Fixes to CI builds due to library changes on newer distro.
2021-09-30 22:51:12 +01:00