Fix another incorrect benchmark dependency directory.

Change-Id: I3fe0e80a5932190a8b9d423df5185e74ccaaa0c4
diff --git a/tools/run_benchmark.py b/tools/run_benchmark.py
index 507442e..bf6087c 100755
--- a/tools/run_benchmark.py
+++ b/tools/run_benchmark.py
@@ -22,7 +22,7 @@
 GOLEM_BUILD_TARGETS = [R8LIB_BUILD_TARGET] + R8LIB_TEST_BUILD_TARGETS
 
 def get_golem_resource_path(benchmark):
-  return os.path.join('benchmarks', benchmark + 'Group')
+  return os.path.join('benchmarks', benchmark)
 
 def get_jdk_home(options, benchmark):
   if options.golem: