add new benchmark lcss which was ported frim nofib benchmark suite
authorjzhou <jzhou>
Sat, 24 Jul 2010 01:29:46 +0000 (01:29 +0000)
committerjzhou <jzhou>
Sat, 24 Jul 2010 01:29:46 +0000 (01:29 +0000)
commit256f023df862d82dbaa664a51dbec1fa8892d26a
treea10c4ba9430f0acb9c8d04655dc525f71ee502fe
parent250123236d074181409dde4d5ae86eaf2b308a4e
add new benchmark lcss which was ported frim nofib benchmark suite
12 files changed:
Robust/src/Benchmarks/Scheduling/GC/Fibheaps/FibHeapsBench.java
Robust/src/Benchmarks/Scheduling/GC/GCBench/GCBench.java
Robust/src/Benchmarks/Scheduling/GC/MTree/macrotest_tree.java
Robust/src/Benchmarks/Scheduling/GC/RayTracer/RayTracerBench.java
Robust/src/Benchmarks/Scheduling/GC/lcss/LcssBench.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/lcss/Main.hs [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/lcss/Makefile.htm [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/lcss/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/lcss/lcss.faststdout [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/lcss/lcss.slowstdout [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/lcss/lcss.stdout [new file with mode: 0644]
Robust/src/Runtime/MGCHash.c