App Install
Measure app installation speed. This scenario has two roles:
minimal: Installs a simple app which implements initialisation callbacks but otherwise doesn't contain a lot of code.large: Installs a larger app that contains some dependencies and some generated data as padding to make the bundle larger.
These are intended to catch a compilation slowdown or issues with copying around large WASMs (e.g. accidental cloning or tracing). In each case, the behaviour will uninstall the app it installed so that it can re-install it on the next iteration.
Started
Thu, 11 Dec 2025 14:32:37 UTC
Peer count
1
Peer count at end
1
Behaviours
-
large(1 agent)
Wind Tunnel version
0.5.0-dev.0
Run ID
app_install_large_20136534865
First install time
The time from conductor startup to completion of the first app installation attempt.
0.234180325s
Install app timing
The time taken to install an app.
mean
0.085141s
(SD =
0.021968s)
First Call
This scenario installs a simple app which implements the init callback, and measures the time elapsed between start of install and calling init. It will uninstall the app it installed so that it can re-install it on the next iteration. This is required to re-run the initialisation callback.
Started
Thu, 11 Dec 2025 14:30:33 UTC
Peer count
1
Peer count at end
1
Behaviours
- Default (1 agent)
Wind Tunnel version
0.5.0-dev.0
Run ID
first_call_20136534865
Zome call timing
The time elapsed between start of install and calling
init.
mean
0.014735s
(SD =
0.005229s)