Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 10, 2022
1 parent 80b7e15 commit 855723c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const App = () => {
const isDarkMode = useColorScheme() === 'dark';

const runBenchmarks = useCallback(async () => {
console.log('Running Benchmark in 3... 2... 1...');
await timeout(1000);
await benchmark('MMKV ', getFromMMKV);
await timeout(1000);
Expand Down

0 comments on commit 855723c

Please sign in to comment.