Difference between revisions of "Sherman Fernandes perf comments"

From CDOT Wiki
Jump to: navigation, search
Line 28: Line 28:
 
         #foo@sample.com : c:\path\to\other\unzipped\xpi
 
         #foo@sample.com : c:\path\to\other\unzipped\xpi
 
</pre>
 
</pre>
 +
 +
Received the following error message.
 +
<pre>C:\mozilla\testing\performance\win32>run_tests.py config.yaml
 +
Traceback (most recent call last):
 +
  File "C:\mozilla\testing\performance\win32\run_tests.py", line 61, in ?
 +
    import tp
 +
  File "C:\mozilla\testing\performance\win32\tp.py", line 57, in ?
 +
    import win32pdh
 +
ImportError: No module named win32pdh
 +
</pre>
 +
Realized that it was caused because I forgot to install the Python Win32 Extensions

Revision as of 14:06, 29 November 2006

  • What is the installation sequence?
  • Are default installation locations sufficient?
  • Do we need admin rights to run these tools?
  • Which Cygwin packages are needed?

Installation Sequence Start Time 12:18

Cygwin Python 2.4 Numeric 24. Matplotlib Pysyck

Configuring Environment

No instructions on what exactly to place in the Hostperm.1 file. Hostperm.1 file is autogenerated and warns against editing it.

Make the Create extension_perf_reports part bold

The following is the default settings for the config.yaml extension section.

# Extensions to install in test (use "extensions: {}" for none)
       extensions: {}
         # Make sure that the path is directed to the desired location of the extension
         # Need quotes around guid because of curly braces
         #"{12345678-1234-1234-1234-abcd12345678}" : c:\path\to\unzipped\xpi
         #foo@sample.com : c:\path\to\other\unzipped\xpi

Received the following error message.

C:\mozilla\testing\performance\win32>run_tests.py config.yaml
Traceback (most recent call last):
  File "C:\mozilla\testing\performance\win32\run_tests.py", line 61, in ?
    import tp
  File "C:\mozilla\testing\performance\win32\tp.py", line 57, in ?
    import win32pdh
ImportError: No module named win32pdh

Realized that it was caused because I forgot to install the Python Win32 Extensions