Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Jan 26, 2024
1 parent c28dc72 commit b5d6c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intent_brokering/examples/applications/mock-vas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In order to do so, you need to:
- Implement the [streaming proto](../../../proto/intent_brokering/streaming/v1/streaming.proto)
and specifically the `OpenRequest` endpoint with a service.
- This is done in the common examples library in [streaming.rs](../../common/src/chariott/streaming.rs)
- This is done in the common examples library in [streaming.rs](../../common/src/intent_brokering/streaming.rs)
- Make sure to serve this service with your gRPC server.
- The application will send `SubscribeIntent` that your service would need to
handle.
Expand Down

1 comment on commit b5d6c82

@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: b5d6c82 Previous: cd8b74e Ratio
ess/1-subscribers/1000-events 186244 ns/iter (± 5614) 176268 ns/iter (± 7597) 1.06
ess/10-subscribers/1000-events 1343963 ns/iter (± 29324) 1297773 ns/iter (± 29930) 1.04
ess/100-subscribers/1000-events 12779825 ns/iter (± 892334) 12734893 ns/iter (± 402073) 1.00
ess/1-subscribers/10000-events 1732678 ns/iter (± 20455) 1653227 ns/iter (± 58048) 1.05
ess/10-subscribers/10000-events 12961843 ns/iter (± 38943) 12820767 ns/iter (± 81558) 1.01
ess/100-subscribers/10000-events 127521949 ns/iter (± 986146) 129018710 ns/iter (± 875730) 0.99

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

Please sign in to comment.