Skip to content

Commit

Permalink
[MS-40] record performance history (#29)
Browse files Browse the repository at this point in the history
* save

* save

* history is traced

* asdf
  • Loading branch information
Moon-DaeSeung authored Mar 27, 2024
1 parent 3b01f9b commit 6b90f79
Show file tree
Hide file tree
Showing 15 changed files with 137,821 additions and 44 deletions.
Binary file added .DS_Store
Binary file not shown.
61 changes: 57 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added packages/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion packages/test/.npmrc

This file was deleted.

9 changes: 6 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:integration": "playwright test --grep-invert=tracking-performance.test.ts tests/",
"test:unit": "vitest"
},
"devDependencies": {
Expand All @@ -23,21 +23,24 @@
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"chrome-trace": "^0.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"url": "^0.11.3",
"vite": "^5.0.3",
"vitest": "^1.2.0"
},
"type": "module",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
"@meursyphus/flitter-chart": "^0.0.4"
}
}
Loading

0 comments on commit 6b90f79

Please sign in to comment.