Skip to content

Commit

Permalink
fix(runtime/manual/tools/init): remove bench (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
sntran authored Jun 24, 2024
1 parent 4c6c297 commit 521c67a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime/manual/tools/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ Run these commands to get started
// Run the tests
deno test

// Run the benchmarks
deno bench

$ deno run main.ts
Add 2 + 3 = 5

Expand Down Expand Up @@ -61,7 +58,4 @@ Run these commands to get started

// Run the tests
deno test

// Run the benchmarks
deno bench
```

0 comments on commit 521c67a

Please sign in to comment.