This commit is contained in:
Muhammed Efe Cetin
2023-09-15 00:09:20 +03:00
commit 10da4702bf
2 changed files with 38 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -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
README.md Normal file
View File

@@ -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/)