mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
testing: support b.SetBytes(); implement sub-benchmarks.
This commit is contained in:
@@ -48,6 +48,7 @@ type common struct {
|
||||
failed bool // Test or benchmark has failed.
|
||||
skipped bool // Test of benchmark has been skipped.
|
||||
finished bool // Test function has completed.
|
||||
level int // Nesting depth of test or benchmark.
|
||||
name string // Name of test or benchmark.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user