-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/more tests #10
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fe88d1 - Browse repository at this point
Copy the full SHA 9fe88d1View commit details -
feat: Update launch.json and SpinifyInterface to improve WebSocket ha…
…ndling and add support for Protobuf transport
Configuration menu - View commit details
-
Copy full SHA for 31a42a6 - Browse repository at this point
Copy the full SHA 31a42a6View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60afae9 - Browse repository at this point
Copy the full SHA 60afae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5352517 - Browse repository at this point
Copy the full SHA 5352517View commit details -
feat: Add support for reconnecting in RPC disconnect method
This commit modifies the RPC disconnect method in the `echo.go` file to add support for reconnecting. It checks if the data parameter contains the string "reconnect" and disconnects the client with reconnection if true. Otherwise, it disconnects the client without reconnection. This enhancement improves the flexibility of the RPC disconnect functionality.
Configuration menu - View commit details
-
Copy full SHA for 844ddd3 - Browse repository at this point
Copy the full SHA 844ddd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a6cac - Browse repository at this point
Copy the full SHA 03a6cacView commit details -
feat: Update timeouts in smoke_test.dart to improve RPC testing
This commit updates the timeouts in the smoke_test.dart file to improve RPC testing. The previous timeouts were [1000, 100, 10, 100, 0], and they have been changed to [200, 50, 10, 25, 0]. This change ensures that the RPC requests are sent and received within the specified time intervals, enhancing the reliability and performance of the RPC functionality.
Configuration menu - View commit details
-
Copy full SHA for 65de031 - Browse repository at this point
Copy the full SHA 65de031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd27a9 - Browse repository at this point
Copy the full SHA 8fd27a9View commit details -
refactor: Update WebSocket handling and Protobuf transport in smoke_t…
…est.dart This commit refactors the WebSocket handling and adds support for Protobuf transport in the smoke_test.dart file. It improves the RPC testing by updating the timeouts from [1000, 100, 10, 100, 0] to [200, 50, 10, 25, 0]. Additionally, it introduces reconnecting functionality in the RPC disconnect method in the echo.go file. The client is now disconnected with reconnection if the data parameter contains the string "reconnect". This enhancement improves the flexibility and reliability of the RPC functionality.
Configuration menu - View commit details
-
Copy full SHA for 9a2fa88 - Browse repository at this point
Copy the full SHA 9a2fa88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a08a9f - Browse repository at this point
Copy the full SHA 4a08a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c3004 - Browse repository at this point
Copy the full SHA c9c3004View commit details -
refactor: Update WebSocket handling and Protobuf transport in transpo…
…rt_ws_pb_js.dart
Configuration menu - View commit details
-
Copy full SHA for c642d99 - Browse repository at this point
Copy the full SHA c642d99View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbde4c4 - Browse repository at this point
Copy the full SHA bbde4c4View commit details -
refactor: Update WebSocket handling and Protobuf transport in transpo…
…rt_ws_pb_js.dart
Configuration menu - View commit details
-
Copy full SHA for 784166e - Browse repository at this point
Copy the full SHA 784166eView commit details -
refactor: Update WebSocket handling and Protobuf transport in transpo…
…rt_ws_pb_js.dart
Configuration menu - View commit details
-
Copy full SHA for b9dfb4c - Browse repository at this point
Copy the full SHA b9dfb4cView commit details -
refactor: Update WebSocket handling and Protobuf transport in transpo…
…rt_ws_pb_js.dart
Configuration menu - View commit details
-
Copy full SHA for 05a709e - Browse repository at this point
Copy the full SHA 05a709eView commit details
Commits on Jul 31, 2024
-
refactor: Update async_test.dart to improve caching performance
This commit updates the async_test.dart file to improve caching performance. It introduces a cache timer that clears the cache after 5 minutes of inactivity. This enhancement ensures that the cache remains up-to-date and avoids unnecessary memory usage.
Configuration menu - View commit details
-
Copy full SHA for c9d0af9 - Browse repository at this point
Copy the full SHA c9d0af9View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55d1992 - Browse repository at this point
Copy the full SHA 55d1992View commit details -
Configuration menu - View commit details
-
Copy full SHA for e026537 - Browse repository at this point
Copy the full SHA e026537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a96c7f - Browse repository at this point
Copy the full SHA 7a96c7fView commit details -
refactor: Update launch configuration for benchmark in VSCode
This commit updates the launch configuration in the `.vscode/launch.json` file to set up debugging for the benchmark app instead of the example app. The `name` field is changed to "[Flutter] Benchmark" and the `cwd` field is updated to "${workspaceFolder}/benchmark". This change ensures that the correct app is launched and debugged when running the benchmark.
Configuration menu - View commit details
-
Copy full SHA for 015a4d0 - Browse repository at this point
Copy the full SHA 015a4d0View commit details -
refactor: Update payload size and message count UI in benchmark app
This commit updates the UI of the benchmark app to improve the user experience when setting the payload size and message count. It adds labels for the payload size and message count sliders, making it easier for users to understand their purpose. Additionally, it adjusts the layout and padding of the UI elements for better visual consistency. These changes enhance the usability of the benchmark app and make it more intuitive for users to configure the payload size and message count.
Configuration menu - View commit details
-
Copy full SHA for ebbc5d2 - Browse repository at this point
Copy the full SHA ebbc5d2View commit details -
refactor: Update BenchmarkController to use abstract base class
This commit updates the `BenchmarkController` class to use an abstract base class called `BenchmarkControllerBase`. This change allows for better code organization and separation of concerns. The `BenchmarkControllerBase` class contains common properties and methods that are shared by different benchmark implementations. By using an abstract base class, it becomes easier to add new benchmark implementations in the future. This refactor improves the maintainability and extensibility of the codebase.
Configuration menu - View commit details
-
Copy full SHA for ecdff0d - Browse repository at this point
Copy the full SHA ecdff0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc64b4e - Browse repository at this point
Copy the full SHA fc64b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd4e0b - Browse repository at this point
Copy the full SHA 0bd4e0bView commit details -
refactor: Update benchmark app UI and status handling
This commit refactors the benchmark app to improve the user interface and status handling. It updates the UI to enhance the user experience when setting the payload size and message count, adding labels for the sliders and adjusting the layout for better visual consistency. Additionally, it introduces a new status property in the `BenchmarkControllerBase` class to track the status of the benchmark, allowing for better communication with the user. These changes improve the usability and clarity of the benchmark app.
Configuration menu - View commit details
-
Copy full SHA for 6c62057 - Browse repository at this point
Copy the full SHA 6c62057View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f55191 - Browse repository at this point
Copy the full SHA 1f55191View commit details -
refactor: Add constants for JWT token and WebSocket endpoint This commit adds two constants to the benchmark app: `tokenHmacSecretKey` for the JWT token HMAC key and `defaultEndpoint` for the default WebSocket connection endpoint. These constants provide a centralized and easily configurable way to manage these values throughout the app. By using constants, it improves code readability and maintainability.
Configuration menu - View commit details
-
Copy full SHA for 837daed - Browse repository at this point
Copy the full SHA 837daedView commit details -
refactor: Add HelpTab to benchmark app UI
This commit adds the HelpTab component to the benchmark app UI. The HelpTab provides helpful information and instructions for using the app, including steps for setting up the benchmark environment and running the benchmark. This addition enhances the usability and user experience of the benchmark app.
Configuration menu - View commit details
-
Copy full SHA for 76d7d22 - Browse repository at this point
Copy the full SHA 76d7d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69dfccf - Browse repository at this point
Copy the full SHA 69dfccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0345ac3 - Browse repository at this point
Copy the full SHA 0345ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e9ecb - Browse repository at this point
Copy the full SHA 25e9ecbView commit details -
refactor: Update firebase.json hosting ignore rules
This commit updates the `firebase.json` file to modify the hosting ignore rules. The previous rules were spread across multiple lines, which made the file harder to read and maintain. This change consolidates the ignore rules into a single line, improving the readability and maintainability of the file.
Configuration menu - View commit details
-
Copy full SHA for 8e1dc51 - Browse repository at this point
Copy the full SHA 8e1dc51View commit details -
refactor: Update app titles to include "Spinify"
This commit updates the titles of the benchmark app to include "Spinify" for better branding consistency. The app titles were changed from "Benchmark" to "Spinify Benchmark" in both the main app and the app bar. This change improves the branding and recognition of the app.
Configuration menu - View commit details
-
Copy full SHA for 8513b08 - Browse repository at this point
Copy the full SHA 8513b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f210c - Browse repository at this point
Copy the full SHA 44f210cView commit details -
refactor: Update timestamp in pubspec.yaml.g.dart
This commit updates the timestamp in the pubspec.yaml.g.dart file to reflect the correct build date and time. The previous values were incorrect and have been corrected to ensure accurate tracking of build information. This change improves the reliability and integrity of the build process.
Configuration menu - View commit details
-
Copy full SHA for 468cd0c - Browse repository at this point
Copy the full SHA 468cd0cView commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01a6916 - Browse repository at this point
Copy the full SHA 01a6916View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce62318 - Browse repository at this point
Copy the full SHA ce62318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 023fdce - Browse repository at this point
Copy the full SHA 023fdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d821a0 - Browse repository at this point
Copy the full SHA 8d821a0View commit details