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

Unified Diff: mojo/tools/data/benchmarks

Issue 1305193002: Trace-based benchmarking via a mojo app. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Further address Etienne's comments. Created 5 years, 4 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 | « mojo/tools/data/apptests ('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
new file mode 100644
index 0000000000000000000000000000000000000000..fd49601453097af28a73c595e83c35b6733760fc
--- /dev/null
+++ b/mojo/tools/data/benchmarks
@@ -0,0 +1,23 @@
+# This file contains a list of Mojo benchmarks. For description of the file
+# format, see `mojo_benchmark --help`.
+
+benchmarks = [
+ {
+ 'name': 'Trace me',
+ 'app': 'https://core.mojoapps.io/trace_me.mojo',
+ 'duration': 10,
+ 'measurements': [
+ 'time_until/trace_me/DoWork',
+ 'avg_duration/trace_me/DoWork',
+ ]
+ },
+ {
+ 'name': 'Spinning cube',
+ 'app': 'https://core.mojoapps.io/spinning_cube.mojo',
+ 'duration': 10,
+ 'measurements': [
+ 'time_until/gpu/GpuScheduler:PutChanged',
+ ]
+ },
+]
+
« no previous file with comments | « mojo/tools/data/apptests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698