Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 27, 2024
1 parent 4073987 commit 8c05cd2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ THE SOFTWARE.

### aws-sdk

This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1564.0](https://github.com/aws/aws-sdk-js/tree/v2.1564.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1564.0/LICENSE.txt):
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1566.0](https://github.com/aws/aws-sdk-js/tree/v2.1566.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1566.0/LICENSE.txt):

```
Expand Down Expand Up @@ -1230,7 +1230,7 @@ This product includes source derived from [lockfile-lint](https://github.com/lir

### nock

This product includes source derived from [nock](https://github.com/nock/nock) ([v13.5.3](https://github.com/nock/nock/tree/v13.5.3)), distributed under the [MIT License](https://github.com/nock/nock/blob/v13.5.3/LICENSE):
This product includes source derived from [nock](https://github.com/nock/nock) ([v13.5.4](https://github.com/nock/nock/tree/v13.5.4)), distributed under the [MIT License](https://github.com/nock/nock/blob/v13.5.4/LICENSE):

```
MIT License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-integrity",
"unit": "c8 -o ./coverage/unit tap --expose-gc --jobs=1 --no-coverage tests/unit/*.tap.js",
"unit": "c8 -o ./coverage/unit tap --comment --expose-gc --jobs=1 --no-coverage tests/unit/*.tap.js",
"integration": "c8 -o ./coverage/integration tap --timeout 360000 --jobs=1 --no-coverage tests/integration/*.tap.js",
"native": "node tests/native/*.js",
"test": "npm run unit && npm run integration",
Expand Down
3 changes: 3 additions & 0 deletions tests/unit/loop-metrics.tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ tap.test('Loop Metrics', function (t) {
const usage = metric.usage

const meanTime = usage.total / usage.count
t.comment(
`{ min: ${usage.min}, max: ${usage.max}, meanTime: ${meanTime}, total: ${usage.total} }`
)
t.ok(
usage.total * MICRO_TO_MILLIS > SPIN_TIME - CPU_EPSILON,
'should have total greater than spin time'
Expand Down
18 changes: 9 additions & 9 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Thu Feb 22 2024 15:10:33 GMT-0500 (Eastern Standard Time)",
"lastUpdated": "Tue Feb 27 2024 10:00:42 GMT-0500 (Eastern Standard Time)",
"projectName": "Native Metrics for New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-native-metrics",
"includeOptDeps": false,
Expand Down Expand Up @@ -107,15 +107,15 @@
"licenseTextSource": "file",
"publisher": "Caolan McMahon"
},
"aws-sdk@2.1564.0": {
"aws-sdk@2.1566.0": {
"name": "aws-sdk",
"version": "2.1564.0",
"version": "2.1566.0",
"range": "^2.266.1",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/aws/aws-sdk-js",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1564.0",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1566.0",
"licenseFile": "node_modules/aws-sdk/LICENSE.txt",
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1564.0/LICENSE.txt",
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1566.0/LICENSE.txt",
"licenseTextSource": "file",
"publisher": "Amazon Web Services",
"url": "https://aws.amazon.com/"
Expand Down Expand Up @@ -234,15 +234,15 @@
"email": "[email protected]",
"url": "https://github.com/lirantal"
},
"[email protected].3": {
"[email protected].4": {
"name": "nock",
"version": "13.5.3",
"version": "13.5.4",
"range": "^13.1.1",
"licenses": "MIT",
"repoUrl": "https://github.com/nock/nock",
"versionedRepoUrl": "https://github.com/nock/nock/tree/v13.5.3",
"versionedRepoUrl": "https://github.com/nock/nock/tree/v13.5.4",
"licenseFile": "node_modules/nock/LICENSE",
"licenseUrl": "https://github.com/nock/nock/blob/v13.5.3/LICENSE",
"licenseUrl": "https://github.com/nock/nock/blob/v13.5.4/LICENSE",
"licenseTextSource": "file",
"publisher": "Pedro Teixeira",
"email": "[email protected]"
Expand Down

0 comments on commit 8c05cd2

Please sign in to comment.