-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 10da470
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |