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.
- Host: GitHub
- URL: https://github.com/shaikrasheed99/go-benchmark-tests
- Owner: shaikrasheed99
- Created: 2022-12-30T12:35:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T13:03:06.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:39:07.563Z (6 months ago)
- Topics: benchmark-testing, benchmark-tests, go, golang, tdd, tdd-golang, test-driven-development
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./...
```