All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
[0.6.0] - 2026-01-23
- Check summary html on pre commit (#397) by @pdaoust in #397
- Remove extra filtering after fix in Holochain 0.6.x by @cdunster
- Update release url by @matthme
- Upgrade to Holochain version 0.6 by @ThetaSinner
- Scenario template for
mixed_arc_must_get_agent_activity, updates towrite_validated_must_get_agent_activity(#444) by @pdaoust in #444
- Update flake.lock only selectively to try and evade derivation error by @matthme
- Remove invalid comment about getting links by @cdunster
- Upgrade kitsune2 input to 0.3 in nix flake by @jost-s
- Fix pkill call in kitsune2 test by @cdunster in #486
- Update
holochain-bin-urlin Nomad workflows tov0.6.0by @cdunster - Run
archive_bundlestep in ci only if nix files changed (#473) by @veeso in #473 - Fix reference to
holochain-bin-urlvariable by @cdunster in #470- The variable name has been changed but the reference to it was not updated to the new name.
get_peer_list_randomizedto reduce iterators by @cdunster- The code was unnecessarily iterating and collecting multiple times.
- Format the
bytesdev-dependency in the standard way by @cdunster in #317
[0.5.0] - 2026-01-16
- (kitsune) To_connection_string returns String as before by @cdunster
- (metrics) Integrated Host metrics into Nomad runs (#250) by @veeso in #250
- Removed sed and temp telegraf config; read RUN_ID from env (or default to ""). Added a new
RUN_SUMMARY_PATHenv variable to specify a different location for the run_summary.jsonl when reporting summaries
- Removed sed and temp telegraf config; read RUN_ID from env (or default to ""). Added a new
- (nomad) Add agent config for local development by @cdunster
- (nomad) Use Holochain binary from PATH if no download URL by @cdunster
- (nomad) Run scenario from bin dir as provided by zip file by @cdunster
- (nomad) Set holochain bin to be executable by @cdunster
- (nomad) Download the
holochainbinary from provided URL by @cdunster- Use example URL for testing
- (nomad) Don't start a sandboxed Holochain conductor by @cdunster
- This is now done via Wind Tunnel itself.
- (runner) Canonicalize the conductor root path by @cdunster
- (runner) Use temp-dir for conductor root dir by @cdunster
- (runner) Clean conductor parent directories after error by @cdunster in #260
- (runner) Use '127.0.0.1' for admin URL instead of localhost by @cdunster
- (runner) Add helper function to call common agent_setup functions by @cdunster
- (runner) Take conductor stdin to avoid deadlocks by @cdunster
- (runner) Remove parent directory on drop if empty by @cdunster
- (runner) Create parent directories for conductor root path by @cdunster
- (runner) Get OS to select a free port instead of a random u16 by @cdunster
- (runner) Remove random conductor password and hardcode it by @cdunster
- (runner) Add agent name to stdout logs from conductors by @cdunster
- (runner) Set conductor root path base on agent name by @cdunster
- (runner) Only run conductor if connection-string not set by @cdunster
- Generate a random admin port and run a conductor in-process with an admin interface on that port.
- (runner) Make
connection_stringan optional CLI option by @cdunster - (runner) Store admin_ws_url in
HolochainAgentContextby @cdunster - (runner) Store app_ws_url as a
SocketAddrby @cdunster - (runner) Cleanup conductor file on error by @cdunster
- (runner) Only run conductor internally if WT_HOLOCHAIN_PATH set by @cdunster
- (runner) Allow setting target arc factor from agent_setup by @cdunster
- (runner) Move holochain_runner to agent context instead of runner by @cdunster
- This allows
run_holochain_conductorto be called inagent_setupinstead ofsetup.
- This allows
- (runner) Move app_ws_url to agent context instead of runner by @cdunster
- This allows
configure_app_ws_urlto be called inagent_setupinstead ofsetup.
- This allows
- (runner) Wait for Holochain conductor to be ready after started by @cdunster
- (runner) Directly run Holochain conductor instead of via sandbox by @cdunster
- (runner) Add config struct for Holochain sandbox by @cdunster
- (runner) Add process to wait for the Holochain conductor by @cdunster
- (runner) Generate a random password for each new sandbox by @cdunster
- (runner) Allow setting hc bin path with env var by @cdunster
- (runner) Take sandbox admin port from connection string by @cdunster
- (runner) Creating a sandbox no longer cleans existing ones by @cdunster
- (runner) Add hard-coded sandbox clean, create, and run logic by @cdunster
- (socket) Impl
ToSocketAddrforSocketAddrby @cdunster - (summariser) Added Host metrics to the summariser analysis (#255) by @veeso in #255
- Remove influx-client reporter, which is dead code (#450) by @mattyg in #450
- Summary visualiser documentation (#437) by @pdaoust in #437
- Do not retry jobs or tasks when a task fails, instead fail the job immediately (#424) by @mattyg in #424
- Add mixed arc must_get_agent_activity scenario (#398) by @matthme in #398
- Add
write_validated_must_get_agent_activityscenario template (#385) by @pdaoust in #385 - Holochain version number in scenario run summary (#404) by @pdaoust in #404
- Upload summary json to hetzner bucket (#403) by @mattyg in #403
- Run nomad scenario on all node pools (#409) by @mattyg in #409
- Add mixed arc get_agent_activity scenario (#392) by @matthme in #392
- Add
app_installscenario template (#371) by @pdaoust in #371 - Add
zome_call_single_valuescenario template (#388) by @pdaoust in #388 - Add
local_signalsscenario template (#376) by @pdaoust in #376 - Add full arc create validated zero arc read scenario (#364) by @matthme in #364
- Adjust dht_sync_lag nomad vars to leverage the available nodes (#370) by @matthme in #370
- Add flag to summariser to optionally ignore errors (#360) by @matthme in #360
- Add quick-start guide to README (#357) by @matthme in #357
- Report all errors in summariser (#356) by @matthme in #356
- Add zero arc create data scenario with validation (#345) by @matthme in #345
- Add scenario template for
remote_call_rate(#349) by @pdaoust in #349 - Wind tunnel scenario summary visualiser (#327) by @pdaoust in #327
- Add zero arc create and read scenario (#338) by @matthme in #338
- Add the Holochain build info to Run Summary (#333) by @veeso in #333
- Add mixed zero arc/full arc scenario (#318) by @matthme in #318
- If the summary report was not generated, the job is considered failed by @mattyg in #312
- Make 'duration' a required nomad variable by @mattyg in #313
- Add holochain metrics to Summariser (#263) by @ddd-mtl in #263
- Add call to create_and_run_sandbox in all HC scenario setups by @cdunster
- Add Holochain Metrics dashboards (#261) by @ddd-mtl in #261
- Support for importing Holochain metrics into InfluxDB (#254) by @ddd-mtl in #254
- New CLI tool
lp-toolfor processing InfluxDB line protocol files (#256) by @ddd-mtl in #256 - Integrate Host Metrics (#246) by @veeso in #246
- Added telegraf configurations and scripts to import Host and scenario metrics by the last run_id. Added a telegraf agent configuration to write Host metrics to file
- Use job-level Nomad secret for
INFLUX_TOKENby @cdunster in #233- Having a separate token per job would be too much maintenance when they can just share a single token.
- Created a Job per scenario using a template (#227) by @veeso in #227
- Added Host metrics to Telegraf and InfluxDB (#230) by @veeso in #230
- Distinguish full vs pr nomad runs (#412) by @mattyg in #412
- Add (almost) all scenario templates (#395) by @pdaoust in #395
- Add scenario template for
zero_arc_create_and_read(#365) by @pdaoust in #365 - Add scenario template for
zero_arc_create_data(#351) by @pdaoust in #351 - Add scenario template for
validation_receipts(#350) by @pdaoust in #350 - Add
write_validated_must_get_agent_activityscenario (#282) by @mattyg in #282 - Add
write_get_agent_activityscenario (#277) by @mattyg in #277 - Add custom metrics in summarizer (#279) by @mattyg in #279
- (nix) Correct runtime inputs for Nix scripts by @cdunster in #285
- (nix) Fix the flake-parts pkgs module override by @cdunster
- The module override needs to be in the attribute set and not in the let statement.
- (nomad) Add extra participating agent for two_party_countersigning by @cdunster
- (nomad) Change nomad upload metrics script to use lp-tool and influx write instead of telegraf (#262) by @veeso in #262
- (runner) Get_peer_list_randomized includes other agent's info (#281) by @mattyg in #281
- (runner) Drain conductor stdout even if not printing by @cdunster
- (runner) Error if WT_HOLOCHAIN_PATH not set and bin not in PATH by @cdunster
- (scripts) Fix tq query command for INFLUX_TOKEN by @cdunster
- (scripts) Make all scripts executable by @cdunster
- (summariser) Format date-time in report name as NTFS-valid string by @cdunster
- Removed timeout logic from validation receipts scenario (#459) by @veeso in #459
- Validation_receipts scenario gets stuck (#447) by @veeso in #447
- Create telegraf metrics output dir if not found, to avoid the task failing and restarting 2m later (#423) by @mattyg in #423
- Run run-summary job even if individual scenarios fail (#421) by @mattyg in #421
- Eliminate race condition in holochain_binary tests by @ThetaSinner in #400
- The test
test_should_get_default_holochain_pathwas flaky due to race conditions caused by parallel test execution modifying shared global environment variables (WT_HOLOCHAIN_PATH_ENV and PATH). - When tests ran in parallel, one test could modify environment variables while another was executing, causing sporadic failures with the error: "Path to Holochain binary overwritten with 'WT_HOLOCHAIN_PATH=/non/existent/path/to/holochain' but that path doesn't exist"
- The test
- Filter links by agent in write validated must_get_agent_activity zome (#394) by @matthme in #394
- Change holochain binary url to specific tag (#390) by @matthme in #390
- Namespace all helpers defined locally in scenario templates (#369) by @pdaoust in #369
- Added missing summariser report for remote_signals (#340) by @veeso in #340
- Added
customHolochainas a dependency to nixrust-smoke-testjob. (#336) by @veeso in #336 - Use
force_stop_scenarioif conductor fails to start (#332) by @veeso in #332 - Increase timeout when waiting for conductor to be ready by @cdunster
- Path handling and directory creation for conductor root path by @cdunster
canonicalizefails if the path doesn't exist so do it after creating the directories.fs::create_dir_allshould not fail if directories already exist so no need to check.
- Use bootstrap & signal servers compatible with holochain 0.5.x+ (#283) by @mattyg in #283
- Generate jobs script failed if called without arguments (#243) by @veeso in #243
- Fixed host dashboards to skip custom buckets (#237) by @veeso in #237
- Telegraf.conf missing tail plugin (#238) by @veeso in #238
- The tail plugin was removed by mistake in a previous cleanup of the conf file, but should be there to report metrics when running scenarios
- Fix missing fixture (#288) by @mattyg in #288
- (nix) Add missing tomlq package to devShell by @cdunster
- (nix) Add missing openssl package to devShell by @cdunster
- (nix) Use Nix store paths for scripts by @cdunster
- (nix) Add package override for rustfmt in git-hooks.nix by @cdunster
- (nix) Git-hooks' nixpkgs inputs follows nixpkgs by @cdunster
- (nix) Use rust-overlay's default overlays instead of importing by @cdunster
- (nomad) Cleanup Nomad job spec variables (#274) by @veeso in #274
- Removed unnecessary variables that won't change between runs, i.e. scenario-name. Remove undesired defaults Update the gomplate comment about the defaults to remove the blank line in the generated file Rename all variables to use underscores instead of hyphens Update the Nomad CI workflow to use the new variable names Update README based on changes, i.e., no scenario name and different var names
- (telegraf) Changed local-telegraf and ci-telegraf scripts to use lp-tool and influx CLI to import metrics (#258) by @veeso in #258
- This is necessary because telegraf when run with --once and inputs.file caps the amount of metrics to 10k lines
- Fix margin between scenario summaries (#368) by @pdaoust in #368
- Remove redundant missing value checks, standardise on
defaultrather thanor(#363) by @pdaoust in #363 - Update Cargo.lock file by @ThetaSinner in #248
- Update flake.lock file by @ThetaSinner in #273
- Add nix directory to direnv watch list by @cdunster
- Add .direnv directory to gitignore by @cdunster
- This stops statix from checking it.
- Review step 1 by @veeso
- Review by @veeso
- Refactor nix flake by @veeso
- Added rust-toolchain
- Fix wrong field name in expect log by @cdunster
- Have nomad support Holochain metrics by @ddd-mtl in #265
- Update flake.lock file by @ThetaSinner in #251
- Update dashboards (#242) by @veeso in #242
- Fix issue where scenarios failed to execute when built from a nixos system with an updated flake lock, because the nix store path for the interpreter had changed (#439) by @mattyg in #439
- Bump rust 1.90 (#319) by @mattyg in #319
- (nomad) Run summariser step even if there are failures by @cdunster in #331
- Otherwise if a single scenario fails the summariser report isn't produced.
- (nomad) Generate a single Summariser report for all scenarios by @cdunster
- (nomad) Fix JSON in matrix persist step to be strings by @cdunster in #325
- In the rare chance that one of the fields is a valid number then the JSON type would be a number.
- (nomad) Add 30 minute timeout for waiting for free nodes by @cdunster
- (nomad) Re-enable all scenarios by @cdunster
- (nomad) Add the job name to the summariser report name by @cdunster
- (nomad) Fix the required-nodes for two_party_countersigning by @cdunster
- (nomad) Disable the write_read scenario by @cdunster
- (nomad) Disable the single_write_many_read scenario by @cdunster
- (nomad) Disable the write_get_agent_activity scenario by @cdunster
- (nomad) Disable the app_install scenarios by @cdunster
- (nomad) Disable the validation_receipts scenario by @cdunster
- (nomad) Disable the two_party_countersigning scenario by @cdunster
- (nomad) Set timeout for waiting for jobs to finish to 90 minutes by @cdunster
- (nomad) Run the Summariser after running nomad scenarios (#278) by @veeso in #278
- (nomad) Update default holochain_bin_url to official latest release by @cdunster
- (nomad) Remove required and default from holochain_bin_url input by @cdunster
- (nomad) Add default for NOMAD_VAR_holochain_bin_url by @cdunster
- When running on schedule or without workflow_dispatch the inputs are all null.
- (nomad) Add holochain_bin_url input with default by @cdunster
- (nomad) Upload artifact of scenario bin and happs instead of bundle by @cdunster
- Log nomad output to debug exit code 2 failure on run_nomad (#453) by @veeso in #453
- Run the test workflow on legacy
main-*branches by @cdunster in #466 - Increase timeout buffer for Nomad jobs by @cdunster in #446
- Uploading the metrics sometimes takes more than 5 minutes so a buffer of 5 minutes is not long enough to ensure the job finishes.
- Remove self-hosted github action runner (#433) by @mattyg in #433
- Increase time buffer when timing out an allocation by @ThetaSinner in #414
- Automate generation of summary visualizer for nomad (#374) by @veeso in #374
- Disable validation_receipts scenario (#373) by @veeso in #373
- Change Nomad scenario timeout to
(created_at - t_now) + duration + buffer(#355) by @veeso in #355 - Cache summariser build (#344) by @veeso in #344
- Run nomad ci workflow if there are relevant files changed (#328) by @veeso in #328
- Automatically runs the nomad ci workflow if either the nomad workflow file or any scenario file changed
- Replace default Holochain bin URL with go-pion-unstable version by @cdunster
- A build with unstable features enabled is required for Wind Tunnel scenarios.
- Don't add changelog preview comment to dependabot PRs by @cdunster in #293
- Upload run_summary artifact to github ci by @veeso in #286
- Kitsune by @veeso
- Tests by @veeso
- Moved rust toolchain to nix rust module by @veeso
- Taplo by @veeso
- Remove running of hc sandbox in scenario tests by @cdunster
- Run Nomad workflow once a week on Thu (#276) by @veeso in #276
- New HC version is released on Wednesday, so we can run the Nomad workflow with the latest release once a week
- Parallelise the running of nomad jobs (#272) by @veeso in #272
- Removed performance workflow (#275) by @veeso in #275
- Removed the performance workflow and the ci-upload-metrics script.
- Wait for Nomad CI jobs to run (#245) by @veeso in #245
- Use the same branch name for every nix flake update by @cdunster in #247
- Use the same branch name for every cargo update by @cdunster
- Fix step that builds Nomad job file to use job-name if exists by @cdunster
- Add snapshot tests to zero arc create data validated test (#366) by @matthme in #366
- (nix) Remove unnecessary shellcheck packages from scripts by @cdunster
- (nix) Use git-hooks.nix enabledPackages by @cdunster
- Instead of manually including all the packages again.
- (nix) Move setting of formatter out of module by @cdunster
- (runner) Check WT_HOLOCHAIN_PATH env var first by @cdunster
- (runner) All HolochainConfigBuilder methods take
&mut selfby @cdunster- This keeps the builder API consistent as other methods need to be called with a mut ref.
- (runner) Only set holochain bin path if env var is set by @cdunster
- Upload scenario bin to bucket, delete after scenario completes (#434) by @mattyg in #434
- Remove countersigning scenario from CI workflows (#415) by @matthme in #415
- Move code to get holochain build info from framework runner to holochain bindings (#396) by @mattyg in #396
- Github workflow 'nomad' now runs summarizer for each job individually, rather than waiting for all jobs to succeed before running summarizer by @mattyg
- Call helper function in scenario to start the conductor by @cdunster
- Snake-case everything (#362) by @pdaoust in #362
- Make CSS reusable (#361) by @pdaoust in #361
- Refactor summary visualiser tests (#352) by @pdaoust in #352
- (nix) Remove whitespace from the start of empty lines by @cdunster
- (runner) Reformat the holochain runner code by @cdunster
- Format influx templates (#239) by @veeso in #239
- In order to catch changes when working on PRs, let's prettify template json files
- (nomad) Update the scenario_url description by @cdunster in #284
- (runner) Add details to
run_holochain_conductordoc-comment by @cdunster - (runner) Add doc-comments to
run_holochain_conductorfunction by @cdunster - (runner) Add doc-comments to the holochain_runner module by @cdunster
- Update 0.5.0-dev.0 release in changelog to match template by @cdunster in #465
- Only do this version because it was the first version to start using conventional commits and a generated changelog.
- Add missing footer to changelog by @cdunster
- Update changelog first-time heading to match template by @cdunster
- Update changelog version headings to match template by @cdunster
- Update changelog header to match template by @cdunster
- Add GitHub issue numbers to the todos for fixing the scenarios by @cdunster in #295
- Update the README with how to run with Holochain binary by @cdunster
- Update section in README about generating Nomad job files by @cdunster
- Reword section about connecting to an external conductor by @cdunster
- Fix punctuation in README by @cdunster
- Fix copy-paste error in doc-comment by @cdunster
- Add paragram in project README about conductor stdout and logs by @cdunster
- Update default run examples in all scenario READMEs by @cdunster
- Update project readme to use in-process conductors by @cdunster
- Move conventional commits remark in PR template to one line by @cdunster in #229
- GitHub appears to not respect markdown properly and so was adding linebreaks to this remark.
- (deps) Bump actions/upload-artifact from 5 to 6 (#407) by @dependabot[bot] in #407
- (deps) Bump actions/download-artifact from 5 to 7 (#408) by @dependabot[bot] in #408
- (deps) Bump actions/cache from 4 to 5 by @dependabot[bot] in #405
- (deps) Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in #406
- (deps) Bump actions/upload-artifact from 4 to 5 (#315) by @dependabot[bot] in #315
- (deps) Bump actions/download-artifact from 5 to 6 (#314) by @dependabot[bot] in #314
- (deps) Bump holochain/actions from 1.2.0 to 1.3.0 by @dependabot[bot] in #290
- (deps) Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #280
- (deps) Bump actions/checkout from 4 to 5 by @dependabot[bot] in #252
- Update Cargo.lock file (#326) by @github-actions[bot] in #326
- Update flake.lock file (#320) by @github-actions[bot] in #320
- Update flake.lock file (#298) by @github-actions[bot] in #298
- @veeso made their first contribution in #453
- @mattyg made their first contribution in #450
- @pdaoust made their first contribution in #437
- @matthme made their first contribution in #398
- @ddd-mtl made their first contribution in #263
[0.5.0-dev.0] - 2025-07-16
- Update to use holochain 0.5 by @zippy in #182
- Prepare next release by @cdunster in #224
- Add
holochain_serialized_bytesdependency by @cdunster in #213- Required with the latest version of holochain.
- Use workspace package properties (#198) by @ThetaSinner in #198
- Maintenance update versions by @ThetaSinner in #192
- Add job to comment the changelog preview on PRs by @cdunster in #221
- Only run the job on PRs and only PRs that don't have the
hra-releaselabel as these are the PRs that generate the real changelog.
- Only run the job on PRs and only PRs that don't have the
- Add missing
CACHIX_AUTH_TOKENenv to cachix push step by @cdunster in #219 - Add release support by @ThetaSinner in #193
- Enable scenarios
remote_call_rate,remote_signals&two_party_countersigningon nomad cluster by @jost-s in #188 - Track and reduce disk usage (#189) by @ThetaSinner in #189
- Use less disk space (#185) by @ThetaSinner in #185
- Add
ci_passcheck (#183) by @ThetaSinner in #183
- Markdown format the CHANGELOG.md by @cdunster
- Remove empty changelog headings and add missing release by @cdunster
- Update PR template for conventional commits usage by @cdunster
- (deps) Bump holochain/actions from 1.0.0 to 1.2.0 by @dependabot[bot] in #212
- (deps) Bump AdityaGarg8/remove-unwanted-software from 2 to 5 by @dependabot[bot] in #195
- (deps) Bump peter-evans/create-pull-request from 6 to 7 (#194) by @dependabot[bot] in #194
[0.4.0-dev.1] - 2025-06-19
- Exposed
on_signalfrom the app websocket in the instrumented websocket. - New handler function
handle_api_errwhich can be used withmap_errto deal withConductorApiErrors and convert them intoanyhowerrors or panic when the error is fatal. - New common helper
uninstall_app, see its rustdoc for details. - Each run will now generate a unique run ID which is used to keep report data separate between runs. At some point it will be possible to specify a run ID to use but for now it is generated automatically.
- Check in the
happ_builderwhetherhcandcargoare available. This is used by the scenario build script to skip building happs if build tools are not available. This allows the project to be loaded in an environment where the tools aren't available. - A new tool for summarising scenario outcomes. This is called the
summariserwhich is possibly a working title! The tool is specific to the scenarios in this project but does have some re-usable pieces. It remains to be decided whether we will separate those parts out and publish them as a crate. For now, this is private to the project. run_with_required_agentsfunction for TryCP scenarios that fails if the number of agents that completed the scenario is less than the passedmin_required_agents. Can be overridden with theMIN_REQUIRED_AGENTSenvironment variable.- Check that the scenarios have a cargo package name that matches the directory name used by Nix packages. Panic when building the scenario if they do not match. #122
- Nix dev shell for kitsune scenarios.
- Updated to Holochain
v0.4.2 - Updated to new Holochain client version
v0.6.2 - Replace
&mut selfwith&selfin admin and app instrumented websockets. ShutdownHandlenow hides its implementation. It works the same way that it did but you can no longer access the broadcast channel that it uses internally. Shutdown failures used to panic but it aShutdownHandlehappens to not have any subscribers then that should not be considered a fatal error. It will now log a warning instead.- Metrics now automatically include
run_idandscenario_nametags. - Update
trycp_clientandtrycp_apidependencies tov0.17.0. #117 - When making zome calls with the TryCP client bindings, the
agentis now reported on the metrics, taken from the target cell_id for the call. For the wrappedholochain_client, this is only done when the call target isCellId. Or in other words, theagentis not reported when calling a clone cell. - All metrics are now reported in seconds, as an
f64. There were some types still using milliseconds which made reporting across scenarios more complex. - Increased TryCP test scenario duration to 30s in CI Test Workflow.
- Use the new
AppBundleSource::Bytesvariant to bundle scenarios #152 - Test workflow uses kitsune dev shell for kitsune scenario.
- Converted
validation_receiptsscenario to non-TryCP scenario to be run on the Nomad cluster. #172
- Run the TryCP scenarios in the Performance Workflow on the Holo Ports defined in targets.yaml. #117
- Fix Kitsune op store to always return all processed op ids. Previously ops processed multiple times would not be removed from the request queue. Duplicate ops are still not considered for reporting.
[0.2.0-alpha.2] - 2024-05-24
- Updated Holochain version to 0.3.1-rc.0 and updated all other dependencies to their corresponding versions.
[0.2.0-alpha.1] - 2024-03-29
- A new option
--reporterhas been added to the scenario CLI. Run with--helpto see available options. It defaults to thein-memoryimplementation which will print a basic report to the console.
- BREAKING The
holochain_client_instrumented,holochain_wind_tunnel_runnerand zomes have been upgraded to use Holochain 0.3. Specifically everything has been bumped to the 0.3.0-beta-dev.43 release of Holochain. This marks the end of 0.2 support for Wind Tunnel.
- The
--no-metricsflag has been removed from the scenario CLI.