Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcf5cb4a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update LOG_TAG and setAmplitudeCached timeout" into udc-dev am: 3c0c57fe

parents 9cb5e2bc 3c0c57fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "PowerHalControllerBenchmarks"
#define LOG_TAG "VibratorHalControllerBenchmarks"

#include <benchmark/benchmark.h>
#include <vibratorservice/VibratorHalController.h>
@@ -183,7 +183,7 @@ BENCHMARK_WRAPPER(VibratorBench, setAmplitudeCached, {
        return;
    }

    auto duration = 6000s;
    auto duration = 60s;
    auto callback = []() {};
    auto amplitude = 1.0f;