Skip to content

Commit c40849a

Browse files
committed
Add SQLiteBenchmark section
1 parent a57e04d commit c40849a

2 files changed

Lines changed: 404 additions & 0 deletions

File tree

src/components/TestToolMenu.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import useWaitForNavigation from '@hooks/useWaitForNavigation';
1111
import {revokeMultifactorAuthenticationCredentials} from '@libs/actions/MultifactorAuthentication';
1212
import {isUsingStagingApi} from '@libs/ApiUtils';
1313
import Navigation from '@libs/Navigation/Navigation';
14+
import SQLiteBenchmark from '@pages/Debug/SQLiteBenchmark';
1415
import {setShouldFailAllRequests, setShouldForceOffline, setShouldSimulatePoorConnection} from '@userActions/Network';
1516
import {expireSessionWithDelay, invalidateAuthToken, invalidateCredentials} from '@userActions/Session';
1617
import {setIsDebugModeEnabled, setShouldUseStagingServer} from '@userActions/User';
@@ -199,6 +200,7 @@ function TestToolMenu() {
199200
</TestToolRow>
200201
<SoftKillTestToolRow />
201202
<TestCrash />
203+
<SQLiteBenchmark />
202204
</>
203205
);
204206
}

0 commit comments

Comments
 (0)