b=450088 backing out (new reftest failed)
[wine-gecko.git] / testing / performance / win32 / sample.config
blobdb025c6ebfe99b6bd6e1ba53df593c611c28cbc7
1 # This is a sample configuration file to show how to run the Windows
2 # performance tests.
4 # The title of the html report
5 title: Windows 2000, 1Ghz Celeron, 256MB Ram
7 # Text to append to the filename (should only contain letters, numbers,
8 # and underscores)
9 filename: win2k_lowmem
11 # Profiles to test. Each of these can have different extensions installed,
12 # different prefs set, and different paths to firefox.
14 Firefox 1.5:
15   # Path to Firefox executable to test:
16   firefox: "C:\\Program Files\\Mozilla Firefox\\firefox.exe"
17   
18   # No preferences beyond the defaults
19   preferences: {}
20   
21   # No extensions installed
22   extensions: {}
24 Firefox 2.0 beta 1:
25   # Path to Firefox executable to test:
26   firefox: "C:\\Program Files\Mozilla Firefox 2 Beta 1\\firefox.exe"
27   
28   # Turn on prefs to enable safe browsing with no remote lookups
29   # As an example of a string pref, make the selected search eBay
30   preferences:
31     browser.safebrowsing.enabled: true
32     browser.safebrowsing.remoteLookups: false
33     browser.search.selectedEngine: "eBay"
34    
35   # No extensions
36   extensions: {}