-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch first scenario up with runner helpers and add doc
- Loading branch information
1 parent
869fdad
commit dd81618
Showing
2 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## zome_call_single_value | ||
|
||
### Description | ||
|
||
Calls a zome function that returns a fixed value. This tests the maximum performance of zome calls when the zome | ||
function is not calling into Holochain other otherwise doing any work. | ||
|
||
### Suggested run | ||
|
||
```bash | ||
RUST_LOG=info cargo run --package zome_call_single_value -- --connection-string ws://localhost:8888 --duration 900 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters