Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
3
oldstuff/map-mash/script/performance/benchmarker
Executable file
3
oldstuff/map-mash/script/performance/benchmarker
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/performance/benchmarker'
|
3
oldstuff/map-mash/script/performance/profiler
Executable file
3
oldstuff/map-mash/script/performance/profiler
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/performance/profiler'
|
Reference in New Issue
Block a user