fix(engineio/ws): remove unecessary panic message when receiving unexpected ws packets#320
Merged
fix(engineio/ws): remove unecessary panic message when receiving unexpected ws packets#320
Conversation
…pected ws packets
8c7641d to
f43ae58
Compare
|
| Report | Wed, May 8, 2024 at 13:27:13 UTC |
| Project | Socketioxide |
| Branch | fix-panic-ws-message |
| Testbed | ubuntu-latest |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!
- Latency (latency)
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsCLI flag.
Click to view all benchmark results
| Benchmark | Latency | Latency Results nanoseconds (ns) |
|---|---|---|
| engineio_packet/decode/Decode packet binary b64 | ➖ (view plot) | 87.06 |
| engineio_packet/decode/Decode packet message | ➖ (view plot) | 45.07 |
| engineio_packet/decode/Decode packet noop | ➖ (view plot) | 34.68 |
| engineio_packet/decode/Decode packet ping/pong | ➖ (view plot) | 31.00 |
| engineio_packet/decode/Decode packet ping/pong upgrade | ➖ (view plot) | 34.57 |
| engineio_packet/encode/Encode packet binary b64 | ➖ (view plot) | 55.43 |
| engineio_packet/encode/Encode packet message | ➖ (view plot) | 30.26 |
| engineio_packet/encode/Encode packet noop | ➖ (view plot) | 30.27 |
| engineio_packet/encode/Encode packet open | ➖ (view plot) | 294.28 |
| engineio_packet/encode/Encode packet ping/pong | ➖ (view plot) | 29.70 |
| engineio_packet/encode/Encode packet ping/pong upgrade | ➖ (view plot) | 29.73 |
| extensions/concurrent_get | ➖ (view plot) | 28.13 |
| extensions/concurrent_get_inserts | ➖ (view plot) | 30.74 |
| extensions/concurrent_inserts | ➖ (view plot) | 22.79 |
| socketio_packet/decode/Decode packet ack on / | ➖ (view plot) | 273.56 |
| socketio_packet/decode/Decode packet ack on /custom_nsp | ➖ (view plot) | 288.87 |
| socketio_packet/decode/Decode packet binary ack (b64) on / | ➖ (view plot) | 502.01 |
| socketio_packet/decode/Decode packet binary ack (b64) on /custom_nsp | ➖ (view plot) | 509.10 |
| socketio_packet/decode/Decode packet binary event (b64) on / | ➖ (view plot) | 567.58 |
| socketio_packet/decode/Decode packet binary event (b64) on /custom_nsp | ➖ (view plot) | 575.08 |
| socketio_packet/decode/Decode packet connect on / | ➖ (view plot) | 62.23 |
| socketio_packet/decode/Decode packet connect on /custom_nsp | ➖ (view plot) | 76.66 |
| socketio_packet/decode/Decode packet event on / | ➖ (view plot) | 349.75 |
| socketio_packet/decode/Decode packet event on /custom_nsp | ➖ (view plot) | 368.18 |
| socketio_packet/decode/Decode packet event with ack on / | ➖ (view plot) | 345.42 |
| socketio_packet/decode/Decode packet event with ack on /custom_nsp | ➖ (view plot) | 367.71 |
| socketio_packet/encode/Encode packet ack on / | ➖ (view plot) | 125.44 |
| socketio_packet/encode/Encode packet ack on /custom_nsp | ➖ (view plot) | 128.83 |
| socketio_packet/encode/Encode packet binary ack (b64) on / | ➖ (view plot) | 314.98 |
| socketio_packet/encode/Encode packet binary ack (b64) on /custom_nsp | ➖ (view plot) | 316.36 |
| socketio_packet/encode/Encode packet binary event (b64) on / | ➖ (view plot) | 387.16 |
| socketio_packet/encode/Encode packet binary event (b64) on /custom_nsp | ➖ (view plot) | 408.98 |
| socketio_packet/encode/Encode packet connect on / | ➖ (view plot) | 52.28 |
| socketio_packet/encode/Encode packet connect on /custom_nsp | ➖ (view plot) | 54.88 |
| socketio_packet/encode/Encode packet event on / | ➖ (view plot) | 129.04 |
| socketio_packet/encode/Encode packet event on /custom_nsp | ➖ (view plot) | 132.22 |
| socketio_packet/encode/Encode packet event with ack on / | ➖ (view plot) | 127.55 |
| socketio_packet/encode/Encode packet event with ack on /custom_nsp | ➖ (view plot) | 131.08 |
Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes :