Index: mojo/tools/data/benchmarks |
diff --git a/mojo/tools/data/benchmarks b/mojo/tools/data/benchmarks |
index e48a3c53d13c38aee2dba36483abfced84340081..b3fe8778e86124c30d993bf2891730cd103116e2 100644 |
--- a/mojo/tools/data/benchmarks |
+++ b/mojo/tools/data/benchmarks |
@@ -9,11 +9,11 @@ benchmarks = [ |
'measurements': [ |
{ |
'name': 'initialize', |
- 'spec': 'time_until/traced_application/initialized' |
+ 'spec': 'time_until/Dart/initialized' |
}, |
{ |
'name': 'accept connection', |
- 'spec': 'time_between/traced_application/initialized/traced_application/connected', |
+ 'spec': 'time_between/Dart/initialized/Dart/connected', |
} |
] |
}, |
@@ -24,7 +24,7 @@ benchmarks = [ |
'measurements': [ |
{ |
'name': 'initialize', |
- 'spec': 'time_between/dart_handler_running/connecting/traced_application/initialized', |
+ 'spec': 'time_between/Dart/connecting/Dart/initialized', |
} |
] |
}, |