-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Should benchmarks return performance numbers? #44
Comments
I guess you are using the master version of Dinghy? Could you give a try to the latest version, that we are currently working on to see if it works better for you? |
Thank you for the quick reply. I have installed the latest version of Dinghy, build a standalone toolchain and created But somehow all tests are now run locally, not on my phone. Have I missed a piece of the configuration?
|
Dinghy also builds on host now by default. Just add For example if you have the following in your ~/.dinghy/dinghy.toml (as explained in the Readme):
Then you can call |
I had to install the latest version of But benchmarks still only give
|
Hi, thanks for the report, we have pushed a fix on the 0.3 branch. Feel free to try it :) |
Thanks for the fix! But I don't have luck with it yet, the benchmarks still only print |
Indeed, I fixed ssh and not android. Sorry. Just pushed again :) |
It works, thank you very much! |
I just set up testing
rand
withdinghy
. Installing the android sdk and dinghy was reasonably easy!cargo dinghy test
works as expected, and all tests pass 😄.But is
cargo dinghy bench
only expected to run benchmarks as tests, returningok
instead of performance numbers? Asking here just in case this is intended before looking much further.My system: Fedora Linux, with
adb
from Fedora, and a downloadedandroid-ndk-r16b
. My phone is an Android Motorola G3, and forrust
I am using the latest nightly, but also no luck with a nightly from three months ago.The text was updated successfully, but these errors were encountered: