Versions in this module Expand all Collapse all v0 v0.1.21 Dec 13, 2022 v0.1.20 Sep 25, 2021 v0.1.19 Jul 29, 2021 v0.1.18 Jun 21, 2021 v0.1.17 Jun 7, 2021 v0.1.16 Feb 11, 2021 v0.1.15 Dec 10, 2020 v0.1.14 Nov 20, 2020 v0.1.13 Oct 21, 2020 v0.1.12 Oct 16, 2020 v0.1.11 Oct 14, 2020 v0.1.10 Oct 2, 2020 v0.1.9 Jun 29, 2020 v0.1.8 May 28, 2020 v0.1.5 Sep 4, 2019 v0.1.4 Sep 3, 2019 v0.1.3 Jun 3, 2019 v0.1.2 Mar 2, 2019 v0.1.1 Jan 7, 2019 v0.1.0 Nov 30, 2018 Changes in this version + type Cpu struct + Architecture string + ClockSpeedMhz uint32 + Description string + func (Cpu) VDLReflect(struct{ ... }) + func (x *Cpu) VDLRead(dec vdl.Decoder) error + func (x Cpu) VDLIsZero() bool + func (x Cpu) VDLWrite(enc vdl.Encoder) error + type Os struct + Name string + Version string + func (Os) VDLReflect(struct{ ... }) + func (x *Os) VDLRead(dec vdl.Decoder) error + func (x Os) VDLIsZero() bool + func (x Os) VDLWrite(enc vdl.Encoder) error + type Run struct + AllocedBytesPerOp uint64 + AllocsPerOp uint64 + Iterations uint64 + MegaBytesPerSec float64 + Name string + NanoSecsPerOp float64 + Parallelism uint32 + func (Run) VDLReflect(struct{ ... }) + func (r Run) PrettyTime() string + func (x *Run) VDLRead(dec vdl.Decoder) error + func (x Run) VDLIsZero() bool + func (x Run) VDLWrite(enc vdl.Encoder) error + type Scenario struct + Cpu Cpu + Label string + Os Os + func (Scenario) VDLReflect(struct{ ... }) + func (x *Scenario) VDLRead(dec vdl.Decoder) error + func (x Scenario) VDLIsZero() bool + func (x Scenario) VDLWrite(enc vdl.Encoder) error + type SourceCode string + func (SourceCode) VDLReflect(struct{ ... }) + func (c SourceCode) ID() string + func (x *SourceCode) VDLRead(dec vdl.Decoder) error + func (x SourceCode) VDLIsZero() bool + func (x SourceCode) VDLWrite(enc vdl.Encoder) error