Changeset 3454
- Timestamp:
- Aug 4, 2006, 2:34:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/fit_interpolate/run_long_benchmark.py
r2926 r3454 1 """ 2 This runs some benchmark tests, using the data here as input. 1 3 4 The output is a txt file with timings and memory use info. 5 6 Check pyvolution.run_profile for an example of how to use the python profile 7 module. 8 9 """ 2 10 from benchmark_least_squares import BenchmarkLeastSquares 3 11
Note: See TracChangeset
for help on using the changeset viewer.