diff options
author | Miodec <[email protected]> | 2024-12-11 11:07:17 +0100 |
---|---|---|
committer | Miodec <[email protected]> | 2024-12-11 11:07:25 +0100 |
commit | 54544148124966fb6bc9114a10b296bfa1435eca (patch) | |
tree | 4bb5e14233a58aff52dbeecca914012fb586b9b2 /frontend | |
parent | 741bdf7c81724b167010a37235ca6feb9da01d13 (diff) | |
download | monkeytype-54544148124966fb6bc9114a10b296bfa1435eca.tar.gz monkeytype-54544148124966fb6bc9114a10b296bfa1435eca.zip |
chore: add more stats to result data export
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/ts/test/test-stats.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/ts/test/test-stats.ts b/frontend/src/ts/test/test-stats.ts index b69cc6b97..96360a570 100644 --- a/frontend/src/ts/test/test-stats.ts +++ b/frontend/src/ts/test/test-stats.ts @@ -52,6 +52,8 @@ export function getStats(): unknown { lastResult, start, end, + start3, + end3, afkHistory: TestInput.afkHistory, errorHistory: TestInput.errorHistory, wpmHistory: TestInput.wpmHistory, |