Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Sep 14, 2023
0 parents commit 10da470
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test
*.tmp

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# IDE files
.vscode
.DS_Store
.idea

# Misc
*.fiber.gz
*.fasthttp.gz
*.pprof
*.workspace

# Dependencies
/vendor/
vendor/
vendor
/Godeps/

# test files
*/views/ShouldReload.*
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Benchmark Results

All benchmarks are stored for each commit, they can be viewed here:

[https://gofiber.github.io/storage/benchmarks/](https://gofiber.github.io/storage/benchmarks/)

0 comments on commit 10da470

Please sign in to comment.