-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use minimal one worker for each ZRuntime as the default value * Introduce proc_macros to manage ZRuntime * Remove ZRuntimePoolGuard and use libc::atexit to clean up the static variables * Update comments * Enable to get RuntimeParam from ZRuntime * cargo fmt * Use Enum type to specify which runtime to be handed over and hence remove the unneeded lifetime. * Test the limit of ZRuntime * Trigger CI * Revert "Test the limit of ZRuntime" This reverts commit a712240. * Test the limit of ZRuntime again * Revert "Test the limit of ZRuntime again" This reverts commit 71e2fab. * Fix the deadlock of `session_ext::Arc<Session>::declare_publication_cache` in zenoh-ext/src/session_ext.rs * Correct CI workflow * Use timeout-minutes * Use the whole doc test * Revert the changes on CI * Test the limit of ZRuntime * Use one-line env * alias => rename * Refine the traits and add some doc * Update the documentation * Use workspace dependencies * Add the missing dependence "ron" * Remove the optimal ZRuntime configuration * Tidy up * Cargo fmt * Typo * Make zenoh-runtime-derive be part of workspace * Append the missing Cargo.toml * Move zenoh-runtime-derive into zenoh-macros * Ignore doc test of zenoh-runtime-derive in zenoh-macros * Test with macos-14 * Grid search the paramters * fixup! Grid search the paramters * fixup! Grid search the paramters * Set rx=2 * Optimize the worker threads * Raise RX worker threads to 2 to tackle the failure on macos-14.
- Loading branch information
1 parent
2c7e3c4
commit 0283aaa
Showing
8 changed files
with
490 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.