Skip to content

Commit

Permalink
Debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Jan 26, 2024
1 parent b5d6c82 commit c01df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
mkdir -p lt-output
cargo build --release -p lt-consumer-app
COLLECT_DOCKER_STATS=true TARGET_INVOKE_COUNT=90000 TARGET_RATE=3000 ./target/release/lt-consumer-app > lt-output/lt-consumer-app.log 2>&1
COLLECT_DOCKER_STATS=true TARGET_INVOKE_COUNT=90000 TARGET_RATE=3000 ./target/release/lt-consumer-app
- name: Stop containers
run: |
Expand Down

1 comment on commit c01df39

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESS Benchmark

Benchmark suite Current: c01df39 Previous: cd8b74e Ratio
ess/1-subscribers/1000-events 184030 ns/iter (± 6270) 176268 ns/iter (± 7597) 1.04
ess/10-subscribers/1000-events 1318559 ns/iter (± 28913) 1297773 ns/iter (± 29930) 1.02
ess/100-subscribers/1000-events 13077067 ns/iter (± 655376) 12734893 ns/iter (± 402073) 1.03
ess/1-subscribers/10000-events 1725145 ns/iter (± 28214) 1653227 ns/iter (± 58048) 1.04
ess/10-subscribers/10000-events 12997988 ns/iter (± 45326) 12820767 ns/iter (± 81558) 1.01
ess/100-subscribers/10000-events 126955211 ns/iter (± 730173) 129018710 ns/iter (± 875730) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.