package
Version:
v0.4.8
Opens a new window with list of versions in this module.
Published: Jan 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TestOutput struct {
TestResult bool
ActualResult string
ExpectedResult string
}
TestOutput represents output from tests
type Tests struct {
TestItems []*testItem `yaml:"test_items"`
BinOp binOp `yaml:"bin_op"`
}
Tests combine test items with binary operations to evaluate results.
Execute perfoms benchmark tests
Source Files
¶
Click to show internal directories.
Click to hide internal directories.