| Index: mojo/tools/data/benchmarks
|
| diff --git a/mojo/tools/data/benchmarks b/mojo/tools/data/benchmarks
|
| index 403783d361ba335a2912c1634e61a0d9f9fdc646..d53e6e61ff57aba74414d5c929a9952a5731ae51 100644
|
| --- a/mojo/tools/data/benchmarks
|
| +++ b/mojo/tools/data/benchmarks
|
| @@ -3,7 +3,7 @@
|
|
|
| benchmarks = [
|
| {
|
| - 'name': 'Dart app initialization',
|
| + 'name': 'dart init',
|
| 'app': 'https://core.mojoapps.io/dart_traced_application.mojo',
|
| 'duration': 10,
|
| 'measurements': [
|
| @@ -12,7 +12,7 @@ benchmarks = [
|
| ]
|
| },
|
| {
|
| - 'name': 'Dart app initialization with handler already running',
|
| + 'name': 'dart init with handler',
|
| 'app': 'https://core.mojoapps.io/dart_handler_running.mojo',
|
| 'duration': 10,
|
| 'measurements': [
|
| @@ -20,7 +20,7 @@ benchmarks = [
|
| ]
|
| },
|
| {
|
| - 'name': 'C++ app initialization',
|
| + 'name': 'cpp init',
|
| 'app': 'https://core.mojoapps.io/trace_me.mojo',
|
| 'duration': 10,
|
| 'measurements': [
|
|
|