An open API service indexing awesome lists of open source software.

https://github.com/shaikrasheed99/go-benchmark-tests

Testing the performance of factorial finding approaches using Benchmark tests.
https://github.com/shaikrasheed99/go-benchmark-tests

benchmark-testing benchmark-tests go golang tdd tdd-golang test-driven-development

Last synced: 4 months ago
JSON representation

Testing the performance of factorial finding approaches using Benchmark tests.

Awesome Lists containing this project

README

        

# Benchmark Tests in Go!
This is the material repository for my below article on Medium.

* [How to Write Benchmark Tests in Go](https://medium.com/@rasheed99/how-to-write-benchmark-tests-in-go-86592d8cb789)

To run all the test cases use below command.

```bash
go test ./...
```