| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Any is the preferred over interface{} now in Go.
|
| |
|
|
| |
The -out option is used by syz-testbed, which only needs the output.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Make it possible to build graphs not just over the "fuzzing" value, but
also over arbitrary key (determined by the -over flag).
Let the tool build not just 4, but also graphs of all other variables
(when -all is passed).
Let the user control the location of the .html file (if the -out flag is
specified, otherwise the behavior remains the same).
|
| | |
|
| | |
|
| |
|
|
|
| |
os.Rename fails for cross-device renaming (e.g. to/from tmpfs).
This is quite unpleasant. Provide own version that falls back to copying.
|
| |
|
|
|
|
|
| |
The part that we want from gofmt is simplify (-s).
Fix all code that needs fixing.
Update #538
|
| |
|
|
|
|
|
|
|
| |
Exec total is affected by initial triage/minimize phase,
so two experiments can have the same execution speed
in the stable mode, but have constant diff due to the initial phase.
The one that is higher looks better, but that's not very important.
Provide execution speed characteristic that is not affected
by initial phase. It is not displayed by default.
|
|
|
benchmarking results
|