Add perf.py option to skip GCS upload

Change-Id: I7fc5e5e31eb3270fcd02731e691ebf0535e80ee3
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 3158420..555259f 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -117,7 +117,10 @@
         '--java_max_memory_size=8G'
     ],
     # Run internal benchmarks.
-    ['tools/perf.py', '--internal', '--iterations-inner', '3'],
+    [
+        'tools/perf.py', '--internal', '--iterations-inner', '3',
+        '--no-upload-benchmark-data-to-google-storage'
+    ],
     # Ensure that all internal apps compile.
     ['tools/run_on_app.py', '--run-all', '--out=out', '--workers', '3'],
 ]