diff --git a/.gitignore b/.gitignore index 18c8d490c..ae822b040 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,4 @@ tutorials/*.py .benchmarks eva.txt prof/ +output.txt diff --git a/script/test/test_benchmark.sh b/script/test/test_benchmark.sh index e33e2ed6d..caf15a6e9 100644 --- a/script/test/test_benchmark.sh +++ b/script/test/test_benchmark.sh @@ -15,6 +15,7 @@ then exit $return_code fi +git log | head # Run only benchmark tests if [ -e ".benchmarks" ];