Skip to content

Commit

Permalink
🎨 add 'Run Benchmark' menu item for win32 and linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
liuderchi committed Mar 11, 2017
1 parent ad3c4d9 commit 7408fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions menus/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
{ label: 'Open In &Dev Mode…', command: 'application:open-dev' }
{ label: '&Reload Window', command: 'window:reload' }
{ label: 'Run Package &Specs', command: 'window:run-package-specs' }
{ label: 'Run &Benchmarks', command: 'window:run-benchmarks' }
{ label: 'Toggle Developer &Tools', command: 'window:toggle-dev-tools' }
]
}
Expand Down
1 change: 1 addition & 0 deletions menus/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
{ label: 'Open In &Dev Mode…', command: 'application:open-dev' }
{ label: '&Reload Window', command: 'window:reload' }
{ label: 'Run Package &Specs', command: 'window:run-package-specs' }
{ label: 'Run &Benchmarks', command: 'window:run-benchmarks' }
{ label: 'Toggle Developer &Tools', command: 'window:toggle-dev-tools' }
]
}
Expand Down

0 comments on commit 7408fc8

Please sign in to comment.