Skip to content

Commit

Permalink
Revert cobertura change for now since it is not the goal of this chan…
Browse files Browse the repository at this point in the history
…ge, address in a later PR
  • Loading branch information
ladatz committed Jan 16, 2024
1 parent 75bd1b2 commit 524f36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
name: code-coverage-report
path: cobertura.xml
- uses: 5monkeys/cobertura-action@master
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'eclipse-chariott/chariott' && github.actor != 'dependabot[bot]' }}
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'eclipse/chariott' && github.actor != 'dependabot[bot]' }}
with:
path: cobertura.xml
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit 524f36b

@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: 524f36b Previous: 4d8e45e Ratio
ess/1-subscribers/1000-events 184315 ns/iter (± 6302) 183759 ns/iter (± 5758) 1.00
ess/10-subscribers/1000-events 1331683 ns/iter (± 26699) 1326857 ns/iter (± 30922) 1.00
ess/100-subscribers/1000-events 12915745 ns/iter (± 761530) 12993152 ns/iter (± 570228) 0.99
ess/1-subscribers/10000-events 1691980 ns/iter (± 59673) 1700214 ns/iter (± 41335) 1.00
ess/10-subscribers/10000-events 13150901 ns/iter (± 29000) 13218576 ns/iter (± 57035) 0.99
ess/100-subscribers/10000-events 129720861 ns/iter (± 1231146) 130400492 ns/iter (± 721612) 0.99

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

@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.

Chariott Benchmark

Benchmark suite Current: 524f36b Previous: 4d8e45e Ratio
Invoke Throughput 3030 1/Second 3030 1/Second 1
Latency 2 Millisecond (p95=7) 2 Millisecond (p95=7) 1
Definitely Lost Bytes 0 bytes 0 bytes NaN
Definitely Lost Blocks 0 blocks 0 blocks NaN
Indirectly Lost Bytes 0 bytes 0 bytes NaN
Indirectly Lost Blocks 0 blocks 0 blocks NaN
Possibly Lost Bytes 2620 bytes 2620 bytes 1
Possibly Lost Blocks 8 blocks 8 blocks 1
CPU Usage 42 Percent (p95=43) 42 Percent (p95=44) 1
Memory Usage 2925 Bytes (p95=3031) 2904 Bytes (p95=3150) 1.01

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

Please sign in to comment.