@itwin/perf-tools 4.0.0-dev.90 → 4.0.0-dev.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/perf-tools",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.91",
|
|
4
4
|
"description": "Tools for collecting and reporting performance data",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"typings": "lib/cjs/index",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"fs-extra": "^8.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
|
28
27
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
29
28
|
"@types/fs-extra": "^4.0.7",
|
|
30
29
|
"eslint": "^8.36.0",
|
|
31
30
|
"rimraf": "^3.0.2",
|
|
32
|
-
"typescript": "~5.0.2"
|
|
31
|
+
"typescript": "~5.0.2",
|
|
32
|
+
"@itwin/build-tools": "4.0.0-dev.91"
|
|
33
33
|
},
|
|
34
34
|
"eslintConfig": {
|
|
35
35
|
"plugins": [
|
|
@@ -46,6 +46,5 @@
|
|
|
46
46
|
"test": "",
|
|
47
47
|
"docs": "",
|
|
48
48
|
"cover": ""
|
|
49
|
-
}
|
|
50
|
-
"readme": "# @itwin/perf-tools\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Report\r\n\r\n`Reporter.ts` provides a way to report performance test results. The following are fields for reports:\r\n\r\n| Name | Description | Type |\r\n|:-----------:|--------------------------------------------------|:-------:|\r\n| `testSuite` | Name of the test suite that is being run | `string`|\r\n| `testName` | The particular test that is being reported | `string`|\r\n| `valueName` | The name/description of the value being recorded | `string`|\r\n| `value` | The actual value of the test | `number`|\r\n| `info` | A JSON object for additional details | `any` |\r\n"
|
|
49
|
+
}
|
|
51
50
|
}
|