Conversation
Codecov Report
@@ Coverage Diff @@
## main #54 +/- ##
=======================================
Coverage 73.88% 73.88%
=======================================
Files 28 28
Lines 873 873
=======================================
Hits 645 645
Misses 203 203
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
| ## About | ||
|
|
||
| :construction: WIP | ||
| Benchttp engine is a Go library providing a way to perform benchmarks and tests |
There was a problem hiding this comment.
Nitpick: it's not really a lib in the way that it only has one way to be used. I think package don't bring that weight of composability with it.
| Benchttp engine is a Go library providing a way to perform benchmarks and tests | |
| Benchttp engine is a Go library package a way to perform benchmarks and tests |
There was a problem hiding this comment.
I agree, package sound a little more suitable for me too.
| Benchttp engine is a Go library providing a way to perform benchmarks and tests | |
| Benchttp engine is a Go package providing a way to perform benchmarks and tests |
There was a problem hiding this comment.
To me it's still a library, as opposed to an executable application — I felt important to make that clear, as "package" is used for both worlds in Go.
There was a problem hiding this comment.
It makes sense too ! I leave judge on that :)
There was a problem hiding this comment.
I have no strong argument about it either, so OK for library if you prefer it.
eeea5cd to
83a8c07
Compare
Description
Changes
Notes
Linked issues