|
%!s(int64=11) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=12) %!d(string=hai) anos | |
__init__.py | %!s(int64=12) %!d(string=hai) anos | |
benchmarker.py | %!s(int64=11) %!d(string=hai) anos | |
fortune_html_parser.py | %!s(int64=11) %!d(string=hai) anos | |
framework_test.py | %!s(int64=11) %!d(string=hai) anos | |
latest.json | %!s(int64=12) %!d(string=hai) anos |
This directory contains files that implement or support the benchmark feature:
benchmarker.py
: Benchmark execution methods. Called by run-tests.py
.framework_test.py
: Methods to run a framework's tests. Called by benchmarker.py
.These files are not meant for you to run directly. For instructions on running the benchmark, please refer to the parent directory's README file.