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

Add some more filled-out benchmarks #116

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Add some more filled-out benchmarks #116

merged 2 commits into from
Apr 26, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented Apr 22, 2024

This commit aims to add benchmarks that more realistically reflect
workloads that might happen in the real world.

These benchmarks are as follows:

  • "channels", which sets up TASKS tasks, where each task uses a channel
    to wake up the next one.
  • "server", which tries to simulate a web server-type scenario.

notgull added 2 commits April 22, 2024 16:53
This commit aims to add benchmarks that more realistically reflect
workloads that might happen in the real world.

These benchmarks are as follows:

- "channels", which sets up TASKS tasks, where each task uses a channel
  to wake up the next one.
- "server", which tries to simulate a web server-type scenario.

Signed-off-by: John Nunley <[email protected]>
Signed-off-by: John Nunley <[email protected]>
@notgull notgull merged commit f1c7ae3 into master Apr 26, 2024
8 checks passed
@notgull notgull deleted the notgull/benches branch April 26, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants