Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 2 of 2) sorted by relevance

/benchtests/
A Dbench-strcoll.c65 struct stat stats; in read_file() local
71 if (fstat (fd, &stats) == 0) in read_file()
73 buffer = malloc (stats.st_size + 1); in read_file()
76 if (read (fd, buffer, stats.st_size) == stats.st_size) in read_file()
77 buffer[stats.st_size] = '\0'; in read_file()
/benchtests/scripts/
A Dcompare_bench.py64 def compare_runs(pts1, pts2, threshold, stats): argument
82 for stat in stats.split():
164 def main(bench1, bench2, schema, threshold, stats): argument
177 compare_runs(bench1, bench2, threshold, stats)
196 main(args.bench1, args.bench2, args.schema, args.threshold, args.stats)

Completed in 12 milliseconds