Skip to content

Commit

Permalink
chore(ci): set the tests reporter to be influx-file
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Sep 10, 2024
1 parent e7ad516 commit a409c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
nix develop .#ci -c bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress
RUST_LOG=info nix run .#zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress --reporter influx-file
pkill hc && pkill holochain && pkill lair-keystore

0 comments on commit a409c70

Please sign in to comment.