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

Actor benchmark #123

Merged
merged 23 commits into from
May 27, 2022
Merged

Actor benchmark #123

merged 23 commits into from
May 27, 2022

Conversation

GremSnoort
Copy link
Collaborator

No description provided.

GremSnoort and others added 14 commits December 8, 2021 23:02
* add ALLOW_BENCHMARK=OFF option
* giving up a std::any
#98

Co-authored-by: gremsnoort <grem_snoort@protonmail.com>
type of actor disappears in the release .
* added class message-id 

Co-authored-by: makeyavelly <nikita.makeenkov@gmail.com>
* [No Issue] Features incompatible with MacOS hided under defines

* [No Issue] Unused arguments commented out

Reason: To please clang warnings check

* [No Issue] Added cast to void* for printf arguments

Reason: To please clang warnings check, std requires arg to be void*, not char*

* [No Issue] Removed unused global variables

Reason: To please clang warnings check

* [No Issue] Implicit cast made explicit

Reason: To please clang warnings check

* [No Issue] Removed extra move of unique_ptr

Reason: To please clang warnings check.

* [No Issue] Added required include

Reason: build fails otherwise on MacOS

* [No Issue] Old fashion cast replaced with regular

Reason: To please clang warnings check

* [No Issue] aligned_allocate.ipp missprint fix
Base automatically changed from develop to master May 2, 2022 21:28
@GremSnoort GremSnoort changed the base branch from master to develop May 23, 2022 10:27
@kotbegemot kotbegemot added this to the 1.0.0a8 milestone May 23, 2022
@kotbegemot kotbegemot linked an issue May 23, 2022 that may be closed by this pull request
2 tasks
@kotbegemot kotbegemot self-requested a review May 23, 2022 12:53
@kotbegemot kotbegemot merged commit 662f96c into develop May 27, 2022
@kotbegemot kotbegemot deleted the actor_benchmark branch May 27, 2022 18:48
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.

Benchmark for messages
3 participants