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

perf: EXC-1793: Add criterion load benchmark #2587

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

berestovskyy
Copy link
Contributor

@berestovskyy berestovskyy commented Nov 13, 2024

The benchmark installs the specified number of load_simulator canisters using the canister_creator and executes the specified amount of rounds. It measures the total time taken to complete the rounds and the throughput, i.e., the number of rounds executed per second (essentially, the FR).

By default, each load_simulator canister runs a periodic timer with a one-second interval and accesses stable memory every fifth call.

This benchmark is useful for debugging and benchmarking scheduler and sandbox eviction changes. For more realistic testnet load tests, refer to the dfinity/subnet-load-tester project.

@berestovskyy berestovskyy changed the title bench: EXC-1793: Add criterion load benchmark perf: EXC-1793: Add criterion load benchmark Nov 13, 2024
@github-actions github-actions bot added the perf label Nov 13, 2024
@berestovskyy berestovskyy force-pushed the andriy/exc-1793-load-bench branch 2 times, most recently from 8c00ef1 to ab78fe7 Compare November 13, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants