- Timestamp:
- Jul 31, 2019, 3:34:45 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- df8b87cd, f9bf142
- Parents:
- c6f1f3e (diff), 61cfae2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
rc6f1f3e r0d92e5c 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Ju n 24 16:45:42201914 ## Update Count : 5 313 ## Last Modified On : Mon Jul 29 18:02:19 2019 14 ## Update Count : 54 15 15 ############################################################################### 16 16 … … 50 50 REPEAT = ${abs_top_builddir}/tools/repeat 51 51 STATS = ${abs_top_srcdir}/tools/stat.py 52 repeats = 3 # 30 52 # NEED AT LEAST 4 DATA VALUES FOR BENCHMARKS BECAUSE THE MAX AND MIN VALUES ARE REMOVED 53 repeats = 5 # 31 for benchmarks 53 54 arch = x64 54 55 skipcompile = no -
benchmark/Makefile.in
rc6f1f3e r0d92e5c 396 396 REPEAT = ${abs_top_builddir}/tools/repeat 397 397 STATS = ${abs_top_srcdir}/tools/stat.py 398 repeats = 3 # 30 398 # NEED AT LEAST 4 DATA VALUES FOR BENCHMARKS BECAUSE THE MAX AND MIN VALUES ARE REMOVED 399 repeats = 5 # 31 for benchmarks 399 400 arch = x64 400 401 skipcompile = no
Note: See TracChangeset
for help on using the changeset viewer.