react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Set up C++ unit tests for WebPerformance

Open rshest opened this issue 2 years ago • 3 comments

Summary:

Changelog:

[Internal] - Add unit tests for the WebPerformance library (PerformanceEntryReporter)

This sets up a C++ unit test suite for PerformanceEntryReporter (the core part of the native side of WebPerformance) and adds test coverage for its core functionality.

Reviewed By: sammy-SC

Differential Revision: D43771370

rshest avatar Mar 06 '23 10:03 rshest

This pull request was exported from Phabricator. Differential Revision: D43771370

facebook-github-bot avatar Mar 06 '23 10:03 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D43771370

facebook-github-bot avatar Mar 06 '23 10:03 facebook-github-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,508,872 +0
android hermes armeabi-v7a 7,822,848 +0
android hermes x86 8,986,447 +0
android hermes x86_64 8,842,620 +0
android jsc arm64-v8a 9,135,684 +0
android jsc armeabi-v7a 8,325,234 +0
android jsc x86 9,188,637 +0
android jsc x86_64 9,447,629 +0

Base commit: 947751fbe4fd72c67538260df0136a2e184bb4fb Branch: main

analysis-bot avatar Mar 06 '23 11:03 analysis-bot

Merged here 350c055e3d4

cortinico avatar Apr 28 '23 18:04 cortinico