diff --git a/examples/bridge_echo/README.md b/examples/bridge_echo/README.md index 1bdaffb52..c587d02d3 100644 --- a/examples/bridge_echo/README.md +++ b/examples/bridge_echo/README.md @@ -1,6 +1,6 @@ # Shell/Core bridge performance tester -This exsample benchmarks the message passing between the shell and the core. +This example benchmarks the message passing between the shell and the core. All versions attempt to send as many messages across the bridge as they can, and the core responds with `Render` to every one of them. This way we measure how many full interaction-to-ui-update roundtrips we can do per second.