sf-wind

Results 15 comments of sf-wind

@liute62 , can you please share the entire log somewhere? To speedup the build, you can try incremental build by specifying --platforms android/interactive. Another way to speedup the build is...

For 3, no, we don't measure memory consumption. it is not difficult to add one though. That needs to instrument the framework code to measure it, since PEP just runs...

haha.. I added [2]. I feel the right behavior is to move it to https://github.com/facebook/FAI-PEP/blob/b674c396c3f84002ca9f28ffab63f8eeb6b3db45/benchmarking/run_bench.py#L54 and add remote reporter only if --lab is specified. can you make the change? @hl475

1. I believe you need to add some filters, especially the one called user_identifier. By default, it doesn't print out everything. 2. it does output a lot of entries. You...

that is strange. Do you use the remote lab flow by following https://github.com/facebook/FAI-PEP/tree/master/ailab? I thought if you select some fields to display, the fields should appear in the table section....

@liute62 you just ran the tests locally. You need to run it remotely in order to see the result from the UI. Please follow the instructions @hl475 provides. Thanks.

Right, you need to click the result URL to see the result. It just have some filters preset. In http://127.0.0.1:8000/benchmark/visualize, you can set the same filters to see the values....

Hi, currently the iOS app is provided to the harness. Currently we support one iOS app built using Facebook infra. Soon we will generalize it to any app with certain...

No. At least not yet. Do you want to contribute?