22 Commits

Author SHA1 Message Date
Joël Stemmer
88ec9224c5 Fix broken pkg.go.dev links in README 2022-07-02 22:00:11 +01:00
Joël Stemmer
fca6708da0 Add v2.0.0 changelog to README 2022-07-02 14:21:31 +01:00
Joël Stemmer
dfab75c90e Update install from source instructions in README
Refs #136
2022-07-01 23:16:44 +01:00
Joël Stemmer
9ad16898a8 Add -subtest-mode flag to configure SubtestMode 2022-05-22 00:44:20 +01:00
Joël Stemmer
49cfa14c14 Update flags section in README.md 2022-04-20 23:23:04 +01:00
Joël Stemmer
c289a62ec0 Update README.md and mention support for go test -json + example 2022-04-02 01:09:06 +01:00
Joël Stemmer
733873e344 Update README.md for changes made in v2 2022-03-22 23:43:34 +00:00
Joël Stemmer
d5de2960fd Remove travis config
This has been replaced by a Github Actions workflow.
2022-02-26 23:39:52 +00:00
Joël Stemmer
b61b86b9a7 Update README and contributing guidelines
- Add new section for installing go-junit-report from pre-built
  binaries.
- The instructions for installing from source have been updated to use
  `go install`, now that `go get` is being deprecated, see #124.
- Move contributing guidelines to separate `CONTRIBUTING.md` file.
2022-02-24 22:00:47 +00:00
Joël Stemmer
984a47ca6b Update Travis build status badge to use master branch 2019-10-08 20:53:20 +01:00
Joël Stemmer
cc1f095d5c Specify correct minimum go version in go.mod 2019-10-04 20:55:37 +01:00
Joël Stemmer
45752f2672 Reorganize README
Move the contribution section to the bottom and fix the formatting of
the test section.
2019-10-04 00:02:18 +01:00
PascalB
8a7cf56401
fix path in doc
avoid an error like this :
-bash: ./go-junit-report: No such file or directory
2018-06-14 16:12:03 +02:00
Joël Stemmer
56afb484ae Move -count parameter to bench example and a little cleanup 2018-06-03 22:49:01 +01:00
Brittany Walentin
1c2c0a00fe Adds multi-package benchmark support, simplifies merge benchmark averaging. Addressing code review comments. 2018-06-03 12:28:48 -07:00
Brittany Walentin
260b47cabe Addressing code review comments.
Mainly:
* Moving the averaging/merging of benchmarks from the parser to the formatter package
* Tightening up the regex so it only captures the numeric values (no more of trimming spaces and the ns/op)
* Deleting the writing up in xml file the benchmark memory sections of B/op and Allocs/op

Also added a test case for parseNanoseconds().
2018-05-29 21:05:13 -07:00
Brittany Walentin
b2f467b67c Adds ability to parse benchmarking information, and (optional) with memory information and with -count specified. Includes a number of unit tests. Issue #70. 2018-05-22 20:18:03 -07:00
Eyal Posener
e9729a3e7e Fix CR comments
* Change regexpCapture to HasPrefix function
* Use same addition pattern of the faild build test
* Fix readme
2017-04-01 08:36:21 +03:00
Aiden Scandella
0c1d4ddfcf Add A+ goreportcard and fix bash syntax
Let's be pround of our work.
2016-11-08 09:59:00 -08:00
Joël Stemmer
cea5308dd5 Go 1.1 or higher is required 2014-10-24 21:44:19 +02:00
Joel Stemmer
d8b8d33660 Update readme 2012-03-28 20:04:14 +02:00
Joel Stemmer
8fcd615a51 Initial commit 2012-03-09 15:38:06 +01:00