Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / perf / run_benchmark
index 12c0e9e..1676651 100755 (executable)
@@ -6,7 +6,8 @@
 import os
 import sys
 
-sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
+sys.path.append(os.path.join(
+  os.path.dirname(os.path.realpath(__file__)), os.pardir, 'telemetry'))
 
 from telemetry import test_runner
 
@@ -17,7 +18,6 @@ if __name__ == '__main__':
       'image_decoding.tough_decoding_cases':
           'image_decoding.image_decoding_measurement',
       'media.tough_media_cases': 'media.tough_video_cases',
-      'page_cycler.indexeddb': 'page_cycler.indexed_db.basic_insert',
       'page_cycler.pica': 'pica.pica',
   }
   sys.exit(test_runner.Main())