Current Benchmark Data
These are the most recent plots of the benchmark read from the benchmark data base.
These tests should run every weekday night. These plots help to determine wether changes in the code have produced performance changes. Sometimes this is desired, and sometimes it is unexpected.
- Check the date in each plot to see how recent this data is.
- The name of each seciton is identical to the name of the table in the data base.
- The bulleted list below each plot names the specific tests found in that table.
These images are generated every morning at 5 AM. The data is only updated every weekday morning.
Receiver
Tests:
- red: init_rcvr1_2
- green: init_rcvr18_26
Spectral Processor
Tests:
- red: init_sp_class
- green: init_sp_class_with_rcvr
Spectrometer
Tests:
- red: init_spectrometerbanks_class_one_bank
- green: init_spectrometerbanks_class_more_banks
- blue:spectrometer_banks_get_correlation
- purple: spectrometer_banks_get_rawpower
- maroon: init_spectrometer_class
- aqua:spectrometer_get_correlation
- lime:spectrometer_get_raw_power
- fuchsia:init_spectrometerbanks_class_with_rcvr
- olive:spectrometer_get_raw_power_after_corr
- navy:spectrometer_get_tsys
- teal:spectrometer_get_tsys_after_power
- yellow:init_spectrometer_slow
- silver: init_spectrometer_fast
Notes:
- Nov. 3, 2005: New SpectrometerBanks that uses RcvrCalibration to speed up __init__ for each bank.
Project
Tests:
- red: set_project_acs
- green: set_project_sp
- blue:set_project_dcr
- purple: set_scan_acs_raw
- maroon: set_scan_acs_cal
- aqua:set_scan_acs_ave
- lime:set_scan_sp_raw
- fuchsia:set_scan_sp_cal
- olive:set_scan_sp_ave
- navy:set_scan_dcr_raw
- teal: set_scan_dcr_cal
- yellow:set_scan_dcr_ave
Notes:
- Nov 4, 2005: changed Project object to cache receiver info using RcvrCalibration objects - thus the huge spike in set_project* test times. These correspond to a dramatic DECREASE in elapsed times for other tests (Sdfits, Spectrometer...)
Sdfits
Tests:
- red: sdfits_acs_raw
- green: sdfits_acs_cal
- blue: sdfits_acs_ave
- purple: sdfits_dcr_raw
- maroon: sdfits_dcr_cal
- aqua:sdfits_dcr_ave
- lime:sdfits_acs_raw_index
- fuchsia:sdfits_acs_large
Notes:
- Nov. 4 2005: Use of caching rcvr information and other data increases performance.