feat(dm): more stats
This commit is contained in:
parent
d9268a4991
commit
dbd0b12b3d
19 changed files with 798 additions and 1106 deletions
17
src/App.tsx
17
src/App.tsx
|
@ -13,23 +13,6 @@ const App: Component = () => {
|
|||
<Route path="/overview" component={Overview} />
|
||||
<Route path="/dm/:dmid" component={DmId} />
|
||||
<Route path="/group/:groupid" component={GroupId} />
|
||||
<Route
|
||||
path="/test"
|
||||
component={() => {
|
||||
console.time("first");
|
||||
console.log(allThreadsOverviewQuery());
|
||||
void allThreadsOverviewQuery().then((result) => {
|
||||
console.log(result);
|
||||
console.timeEnd("first");
|
||||
console.time("second");
|
||||
void allThreadsOverviewQuery().then((result) => {
|
||||
console.log(result);
|
||||
console.timeEnd("second");
|
||||
});
|
||||
});
|
||||
return "";
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue