Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: mojo/tools/data/benchmarks

Issue 1428553002: Make the defined benchmark names shorter. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698