Anh
Anh
I wanted to use the `TestSettings.max_duration_ms` to stop a bechmark run when it takes too long to finish. (see PR https://github.com/mlcommons/mobile_app_open/pull/718) The setting works as expected in the `SingleStream` but...
* Closes #844
There were a lot of dependency conflicts when adding new `firebase_app_check` Flutter package, as in https://github.com/mlcommons/mobile_app_open/issues/844. So we need to update the current Flutter SDK from v3.7 to the latest...
> App Check helps protect your API resources from abuse by preventing unauthorized clients from accessing your backend resources. https://firebase.google.com/docs/app-check
* Closes #858
While testing the app on the following devices: - Galaxy S20, API Level 29 - Pixel 3, API Level 28 It crashed with this error: ``` 02-20 20:32:22.310: I/flutter(16177): Exception:...
With https://github.com/mlcommons/mobile_app_open/pull/718 a long-running benchmark will be aborted after 10 minutes. But it doesn't work for the Offline scenario (see discussion at https://github.com/mlcommons/inference/issues/1397). Another way to stop a running benchmark...
In our integration test we have a check to validate the accuracy results of the benchmarks. Currently, the app uses a tiny subset of the full dataset, so its result...
Currently, we use Makefile a lot for building the app (together with Bazel). Since Flutter is not supported to be built with Bazel we still need Makefile as a convenient...