Skip to content

Commit

Permalink
Merge pull request #3 from ric-v/dev
Browse files Browse the repository at this point in the history
Readme Update
  • Loading branch information
ric-v authored Mar 10, 2022
2 parents bc22569 + 91ae4aa commit 12eff06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<h4>Simple and easy to implement interfaces to log fast and efficiently</h4>

[![Go](https://github.com/ric-v/glog/actions/workflows/go.yml/badge.svg)](https://github.com/ric-v/glog/actions/workflows/go.yml)
[![CodeQL](https://github.com/ric-v/glog/actions/workflows/codeql.yml/badge.svg)](https://github.com/ric-v/glog/actions/workflows/codeql.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/ric-v/glog)](https://goreportcard.com/report/github.com/ric-v/glog)
[![CodeFactor](https://www.codefactor.io/repository/github/ric-v/glog/badge)](https://www.codefactor.io/repository/github/ric-v/glog)
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
Expand Down Expand Up @@ -57,6 +58,13 @@ func main() {
}
```

## Benchmarks

| Benchmark | Iterations | Time | Size | Allocation |
|---|---|---|---|---|
| BenchmarkJSONGlog | 266092 | 3853 ns/op | 2185 B/op | 25 allocs/op |
| BenchmarkUnstructureGlog_log | 412342 | 3054 ns/o | 984 B/op | 13 allocs/op |

## Examples

visit examples [here](https://github.com/ric-v/glog/tree/main/examples)
Expand Down

0 comments on commit 12eff06

Please sign in to comment.