Home | History | Annotate | Download | only in Scripts

Lines Matching refs:CONFIGURATION

40 # Configuration
45 $stderr.puts "Error: no configuration file at ~/.bencher."
58 CONFIGURATION = JSON.parse(File::read(CONFIGURATION_FLNM))
60 SUNSPIDER_PATH = CONFIGURATION["sunSpiderPath"]
61 V8_PATH = CONFIGURATION["v8Path"]
62 KRAKEN_PATH = CONFIGURATION["krakenPath"]
63 TEMP_PATH = CONFIGURATION["tempPath"]
208 # Run-time configuration parameters (can be set with command-line options)
247 puts "that each benchmark/VM configuration is run in a single VM invocation, and"
262 puts "configuration for the purposeof reporting. If no name is given, a generic name"
263 puts "of the form Conf#<n> will be ascribed to the configuration automatically."
293 puts " configuration only."