• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pelletier / go-toml
94%

Build:
DEFAULT BRANCH: master
Repo Added 04 Sep 2014 08:42AM UTC
Files 9
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • appveyor-windows

pending completion
444

push

travis-ci

web-flow
Lex performance improvement (#176)

* Use []token instead of chan token

name             old time/op    new time/op    delta
ParseToml-8        1.18ms ± 0%    0.91ms ± 0%  -22.98%
UnmarshalToml-8    1.29ms ± 0%    0.95ms ± 0%  -25.96%

name             old alloc/op   new alloc/op   delta
ParseToml-8         429kB ± 0%     444kB ± 0%   +3.49%
UnmarshalToml-8     451kB ± 0%     466kB ± 0%   +3.32%

name             old allocs/op  new allocs/op  delta
ParseToml-8         14.1k ± 0%     13.7k ± 0%   -2.31%
UnmarshalToml-8     15.1k ± 0%     14.7k ± 0%   -2.16%

* Lex on []byte instead of io.Reader

name             old time/op    new time/op    delta
ParseToml-8        1.18ms ± 0%    0.29ms ± 0%  -75.18%
UnmarshalToml-8    1.27ms ± 0%    0.38ms ± 0%  -70.38%

name             old alloc/op   new alloc/op   delta
ParseToml-8         429kB ± 0%     135kB ± 0%  -68.53%
UnmarshalToml-8     451kB ± 0%     157kB ± 0%  -65.22%

name             old allocs/op  new allocs/op  delta
ParseToml-8         14.1k ± 0%      3.2k ± 0%  -77.20%
UnmarshalToml-8     15.1k ± 0%      4.2k ± 0%  -72.00%

1607 of 1717 relevant lines covered (93.59%)

3101.25 hits per line

Relevant lines Covered
Build:
Build:
1717 RELEVANT LINES 1607 COVERED LINES
3101.25 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
444 master Lex performance improvement (#176) * Use []token instead of chan token name old time/op new time/op delta ParseToml-8 1.18ms ± 0% 0.91ms ± 0% -22.98% UnmarshalToml-8 1.29ms ± 0% 0.95ms ± 0% -25.96% name... push 21 Oct 2019 07:27AM UTC web-flow travis-ci pending completion  
340 master Fix syntax errors in package-level documentation (#126) push 14 May 2019 06:54PM UTC pelletier travis-ci pending completion  
536 master Create PULL_REQUEST_TEMPLATE.md push 19 Jul 2018 12:17AM UTC web-flow travis-ci pending completion  
535 master Update issue templates push 19 Jul 2018 12:09AM UTC pelletier travis-ci pending completion  
534 master AppVeyor Windows build (#234) Fixes #229 push 18 Jul 2018 11:46PM UTC web-flow travis-ci pending completion  
527 master Pin toml-test version (#233) Their latest master has tests for features of TOML 0.5.0 that are not yet supported by go-toml. Fixes #228. push 18 Jul 2018 11:16PM UTC web-flow travis-ci pending completion  
523 master Multiline Marshal tag (#221) The new multiline tag works just like the existing 'commented' tag (i.e. `multiline:"true"`), and tells go-toml to marshal the value as a multi-line string. The tag currently has no impact on any non-string fields. push 05 Jun 2018 08:53PM UTC pelletier travis-ci pending completion  
522 master Go 1.10 support (#223) * Update Travis CI to use latest Go releases * Fix go vet issues for Go 1.10 Starting in Go 1.10, the `go test` command now automatically runs `go vet`. This commit fixes two issues flagged by vet that cause `go test... push 23 Mar 2018 06:54PM UTC pelletier travis-ci pending completion  
518 master Make multi-line arrays always use trailing commas (#217) This makes ArraysWithOneElementPerLine output arrays with commas after every element. ``` A = [1,2,3] ``` Now becomes: ``` A = [ 1, 2, 3, ] ``` push 28 Feb 2018 11:37PM UTC pelletier travis-ci pending completion  
516 master Fix backward incompatibility for Set* methods (#213) Patch #185 introduced a backward incompatibility by changing the arguments of the `Set*` methods on `Tree`. This change restores the arguments to what they previous were, and introduces `S... push 18 Jan 2018 10:56PM UTC web-flow travis-ci pending completion  
See All Builds (225)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc