Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 3249ea1

Browse files
authored
chore: do not specify @google-cloud/profiler in test package.json (#845)
The benchmark test should use the version of @google-cloud/profiler at head on GitHub, so should not be specified in this package.json
1 parent be24c78 commit 3249ea1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

system-test/busybench/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@
2323
"posttest": "npm run check"
2424
},
2525
"devDependencies": {},
26-
"dependencies": {
27-
"@google-cloud/profiler": "^4.2.0"
28-
}
26+
"dependencies": {}
2927
}

0 commit comments

Comments
 (0)