Skip to content

Commit

Permalink
chore: xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Dec 9, 2024
1 parent 143324a commit 2148284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"webpack": "^5.96.1"
},
"scripts": {
"hub": "PORT=5001 yarn best-agent-hub",
"agent1": "PORT=5002 yarn best-agent --remoteHubUri http://localhost:5001 --runner @best/runner-headless --uri http://localhost:5002",
"agent2": "PORT=5003 yarn best-agent --remoteHubUri http://localhost:5001 --runner @best/runner-headless --uri http://localhost:5003",
"build:docs": "yarn workspace @best/docs build",
"build:frontends": "lerna exec --scope @best/agent-frontend --scope @best/frontend -- yarn build",
"build": "tsc -b",
Expand Down
6 changes: 1 addition & 5 deletions packages/best-benchmarks/best.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ module.exports = {
metrics: ['script', 'aggregate', 'paint', 'layout'],
specs: { name: 'chrome.headless', version: 127 },
runners: [
{
runner: '@best/runner-headless',
alias: 'default',
},
{
runner: '@best/runner-remote',
alias: 'local-remote',
alias: 'default',
config: {
uri: 'http://localhost:5001',
options: { authToken: 'agent' },
Expand Down

0 comments on commit 2148284

Please sign in to comment.