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

Unified Diff: mojo/tools/data/benchmarks

Issue 1316163003: Support duration events in `benchmark.mojo`. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « apps/benchmark/run_args.cc ('k') | 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 fd49601453097af28a73c595e83c35b6733760fc..1f6d5e81875f4f659157a21502bd1674c22f2607 100644
--- a/mojo/tools/data/benchmarks
+++ b/mojo/tools/data/benchmarks
@@ -3,6 +3,15 @@
benchmarks = [
{
+ 'name': 'Dart Traced App',
+ 'app': 'https://core.mojoapps.io/dart_traced_application.mojo',
+ 'duration': 10,
+ 'measurements': [
+ 'time_until/traced_application/function1',
+ 'avg_duration/traced_application/function1',
+ ]
+ },
+ {
'name': 'Trace me',
'app': 'https://core.mojoapps.io/trace_me.mojo',
'duration': 10,
« no previous file with comments | « apps/benchmark/run_args.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698