Skip to content

Commit

Permalink
Add readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Feb 12, 2024
1 parent 57cb120 commit b712c77
Show file tree
Hide file tree
Showing 60 changed files with 21 additions and 6,736 deletions.
1,470 changes: 16 additions & 1,454 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ members = [
"intent_brokering",
"intent_brokering/common",
"intent_brokering/ess",
"intent_brokering/examples/applications/cloud-object-detection",
"intent_brokering/examples/applications/dog-mode-logic",
"intent_brokering/examples/applications/kv-app",
"intent_brokering/examples/applications/invoke-command",
"intent_brokering/examples/applications/local-object-detection",
"intent_brokering/examples/applications/lt-consumer",
"intent_brokering/examples/applications/lt-provider",
"intent_brokering/examples/applications/mock-vas",
"intent_brokering/examples/applications/simple-provider",
"intent_brokering/examples/applications/simulated-camera",
"intent_brokering/examples/common",
"intent_brokering/keyvalue",
"intent_brokering/proto.rs",
Expand Down
4 changes: 3 additions & 1 deletion intent_brokering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ This walkthrough is described in the [examples kv-app README](./examples/applica
## How to run the dog mode demo
To run the dog mode demo, please refer to the [dog mode demo](./examples/applications/README.md).
To run the dog mode demo, a bigger scenario example, please refer to the
[dog mode demo](https://github.com/eclipse-chariott/chariott-example-applications/blob/main/intent_brokering/dogmode/README.md#dog-mode)
in the chariott-example-applications repository.
## Trademarks
Expand Down

This file was deleted.

23 changes: 0 additions & 23 deletions intent_brokering/examples/applications/Dockerfile.mock-vas

This file was deleted.

23 changes: 0 additions & 23 deletions intent_brokering/examples/applications/Dockerfile.simulated-camera

This file was deleted.

Loading

1 comment on commit b712c77

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

Intent Brokering Benchmark

Benchmark suite Current: b712c77 Previous: 5bfba34 Ratio
Definitely Lost Bytes 0 bytes 0 bytes -∞
Definitely Lost Blocks 0 blocks 0 blocks -∞
Indirectly Lost Bytes 0 bytes 0 bytes -∞
Indirectly Lost Blocks 0 blocks 0 blocks -∞
Possibly Lost Bytes 2620 bytes 2620 bytes 1
Possibly Lost Blocks 8 blocks 8 blocks 1
Invoke Throughput 3030 1/Second 3030 1/Second 1
Latency 2 Millisecond (p95=7) 2 Millisecond (p95=7) 1
CPU Usage 42 Percent (p95=44) 42 Percent (p95=43) 1
Memory Usage 2724 Bytes (p95=2925) 2843 Bytes (p95=3027) 0.96

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

Please sign in to comment.