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

Side by Side 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, 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 unified diff | Download patch
« no previous file with comments | « mojo/tools/data/apptests ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file contains a list of Mojo benchmarks. For description of the file
2 # format, see `mojo_benchmark --help`.
3
4 benchmarks = [
5 {
6 'name': 'Trace me',
7 'app': 'https://core.mojoapps.io/trace_me.mojo',
8 'duration': 10,
9 'measurements': [
10 'time_until/trace_me/DoWork',
11 'avg_duration/trace_me/DoWork',
12 ]
13 },
14 {
15 'name': 'Spinning cube',
16 'app': 'https://core.mojoapps.io/spinning_cube.mojo',
17 'duration': 10,
18 'measurements': [
19 'time_until/gpu/GpuScheduler:PutChanged',
20 ]
21 },
22 ]
23
OLDNEW
« 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