diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 1a59e4ac8..e34d0c22e 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -673,6 +673,8 @@ def run_test_real( ] ) + # add all the files under testdir/ .meta and .docs to ignore_files ai! + # Also ignore test & example files ignore_files.update(test_files) ignore_files.update(example_files)