Lines Matching refs:toml
27 import toml
145 # create a BenchSuite object from a toml file
149 if self.name.endswith('.toml'):
150 self.name = self.name[:-len('.toml')]
152 # load toml file and parse bench cases
155 config = toml.load(f)
171 # sort in case toml parsing did not retain order
226 # find .toml files
230 path = path + '/*.toml'
627 if suite.endswith('.toml'):
628 suite = suite[:-len('.toml')]
1405 help="Description of *.toml files to compile. May be a directory "