Versions in this module Expand all Collapse all v1 v1.2.0 Jan 5, 2025 v1.1.2 Nov 27, 2024 Changes in this version type QuantitativeRunStats + func (s *QuantitativeRunStats) Skipped() int v1.1.1 Nov 4, 2024 Changes in this version type Params + MaxConcurrency int v1.1.0 Oct 16, 2024 Changes in this version + func CorpusFactory(t corpus.Type) (corpus.Corpus, error) + func PayloadFactory(t corpus.Type) (corpus.Payload, error) + func RunQuantitativeTests(params Params, out *output.Output) error + type LocalEngine interface + Create func(prefix string, paranoia int) LocalEngine + CrsCall func(payload string) (int, map[int]string) + type Params struct + Corpus corpus.Type + CorpusLang string + CorpusSize string + CorpusSource string + CorpusYear string + Directory string + Fast int + Lines int + Number int + ParanoiaLevel int + Payload string + Rule int + type QuantitativeRunStats struct + func NewQuantitativeStats() *QuantitativeRunStats + func (s *QuantitativeRunStats) Count() int + func (s *QuantitativeRunStats) FalsePositives() int + func (s *QuantitativeRunStats) MarshalJSON() ([]byte, error) + func (s *QuantitativeRunStats) SetTotalTime(totalTime time.Duration) + func (s *QuantitativeRunStats) TotalTime() time.Duration