| 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,
|
|
|