Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Jan 20, 2025
1 parent 517df71 commit 4cc0d1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pgo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ let server = null;

try {
server = Bun.spawn(['cargo', 'run', '--release', '--manifest-path', 'pgo/server/Cargo.toml']);
await $`cargo pgo run -- --profile pgo ${additional} -- -z 2m -c 900 --no-tui http://localhost:8888`;
await $`cargo pgo run -- --profile pgo ${additional} -- -n 10000000 -c 900 --no-tui http://localhost:8888`;
await $`cargo pgo run -- --profile pgo ${additional} -- -z 3m -c 900 --no-tui http://localhost:8888`;
await $`cargo pgo optimize build -- --profile pgo ${additional}`
} finally {
if (server !== null) {
Expand Down

0 comments on commit 4cc0d1b

Please sign in to comment.