Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve rust version update issues with self hosted runner #2145

Closed
wants to merge 6 commits into from

Conversation

itsmesamster
Copy link
Collaborator

This resolves the issue where self hosted runner did not get update the rust version and was locked on an older version of nj-cli(due to local dependencies on the self hosted runner).

AmmarAbouZor and others added 6 commits November 11, 2024 16:19
* `mimalloc` provided better performance on both benchmarks and in while
  the app is running (Performance gain is about 9%)
* Allocator can be set in one place only for the app, therefore we set
  it rs-bindings for chipmunk and set it for each benchmark separately
* Creates a macro to run the mock once benchmarks with the given allocator
* jemalloc allocator dependency added.
* Add extra benchmarks for jemalloc and standard allocators along side
  with the currently used mimalloc allocator
* Adjustment for bench file in Build CLI Tool
* Documentation
* Creates a macro to run the mock multi benchmarks with the given allocator
* Add extra benchmarks for jemalloc and standard allocators along side
  with the currently used mimalloc allocator
* Adjustment for bench file in Build CLI Tool
* Documentation
* Add basic benchmarks to run while Chipmunk App is parsing a DLT file
  to measure the changes on different platform
* This commit must be dropped before merging the PR
`jemalloc` support on windows is not stable yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants