From 10da4702bfe96c18bcddc2fa41fd89c81bed0e3b Mon Sep 17 00:00:00 2001 From: Muhammed Efe Cetin Date: Fri, 15 Sep 2023 00:09:20 +0300 Subject: [PATCH] init --- .gitignore | 33 +++++++++++++++++++++++++++++++++ README.md | 5 +++++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..021261e0 --- /dev/null +++ b/.gitignore @@ -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.* \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..ecfe16d1 --- /dev/null +++ b/README.md @@ -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/) \ No newline at end of file