Skip to content

Commit

Permalink
use command start:prod for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Nov 26, 2023
1 parent 39794e8 commit 6058e0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmarks/run_benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const runCommand = function (cmd, finishMessage) {

const apps = [
{
command: `cd fort && npm run dev & sleep 5`,
command: `cd fort && npm run start:prod & sleep 5`,
name: "Fort",
port: 4000
},
Expand All @@ -55,11 +55,11 @@ const apps = [
name: "Nest",
port: 3000
},
{
command: `cd fastify && npm run start & sleep 5`,
name: "Fastify",
port: 3001
},
// {
// command: `cd fastify && npm run start & sleep 5`,
// name: "Fastify",
// port: 3001
// },
{
command: `cd koa && npm run start & sleep 5`,
name: "KOA",
Expand Down

0 comments on commit 6058e0d

Please sign in to comment.