- open new terminal
sbt ~reStart
ab -n 10000 -c 10 http://localhost:8080/hello/yourname
git config user.name "github username"
git config user.email "github email"
Afterward, when pushing, it should use the correct user.
install https://github.com/EMPRI-DEVOPS/git-privacy
git-privacy init
git config privacy.pattern hms
This should cover 95% of the stuff you don't want to commit.
.idea
/project/target/
/project/project/target/
/target/
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
My config looks like this
version = 3.8.2
runner.dialect = scala3
maxColumn = 120
align.preset = most
danglingParentheses.preset = true
rewrite.rules = [RedundantBraces, RedundantParens]
binPack.parentConstructors = false
trailingCommas = keep
Go to the project settings and set the pages to the gh-pages
branch.
https://github.com/epic-64/my-cool-website/settings/pages