Skip to content

Commit

Permalink
chore: adjust the subtitle position
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jan 24, 2025
1 parent f215212 commit 6d01be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ h1() {
}

h2() {
echo "## $1"
echo "## $1\n"
}

h3() {
Expand Down Expand Up @@ -96,10 +96,10 @@ execution() {

h1 "🎖️ Benchmarks"

h2 "🏃🏻‍♀️ 1/4 Execution Tests"

quote "[!NOTE]"
quote ""
quote "## 🏃🏻‍♀️ 1/4 Execution Tests"
quote ""
quote "Focuses solely in execution, using a simple \`assert(true)\` or \`assert(false)\` from **Node.js** and searches for files in four levels of depth."
quote ""
quote "- **success:** a suite of 5 tests that will pass."
Expand Down

0 comments on commit 6d01be8

Please sign in to comment.