about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-19/+19
2011-08-16Rename std::ivec to std::vecBrian Anderson-15/+15
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-16/+13
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-13/+13
2011-08-15Reducing the chances for race conditions in join.Eric Holk-1/+1
2011-08-15Syntax updates.Eric Holk-2/+3
2011-08-15Converted over benchmarks.Eric Holk-82/+59
2011-08-12Convert most working tests to ivecsBrian Anderson-9/+9
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-3/+2
2011-08-12Remove vecs from std::getoptsBrian Anderson-1/+1
2011-08-12Convert benchmarks to ivecsBrian Anderson-39/+41
2011-08-12Rename std::ioivec to std::ioBrian Anderson-7/+7
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-7/+7
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-1/+1
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-3/+6
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-2/+2
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-5/+0
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-3/+0
2011-08-02Include benchmarks in pretty-print testsBrian Anderson-2/+6
2011-07-29Add a task spawning benchmarkBrian Anderson-0/+29
2011-07-28Made task threads wait instead of sleep, so they can be woken up. This appear...Eric Holk-1/+0
2011-07-28Adding a function to stdlib to set the min stack size, for programsEric Holk-5/+11
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-13/+9
2011-07-27Reformat for new syntaxMarijn Haverbeke-566/+505
2011-07-26Fixup test changesMarijn Haverbeke-1/+1
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-16/+20
2011-07-24The Big Test Suite OverhaulBrian Anderson-71/+3
2011-07-22More work on word-count.Eric Holk-31/+110
2011-07-22Task-ified the word count program.Eric Holk-53/+117
2011-07-22Commenting out the huge-memory-using lines in pfib.Eric Holk-2/+2
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-31/+31
2011-07-11Started working on MapReduce.Eric Holk-0/+220
2011-07-08Adding more support for working with u64s.Eric Holk-7/+14
2011-07-07Added a stress test mode to pfib.Eric Holk-13/+57
2011-06-30Added a new version of pfib that's better suited for benchmarking the task sy...Eric Holk-0/+79
2011-06-30Added a nanosecond timer to time.rs, support for some floating point casts, a...Eric Holk-24/+47
2011-06-27Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo...Eric Holk-4/+4
2011-06-27Added a parallel fibonacci program. It doesn't actually run in parallel yet, ...Eric Holk-0/+41
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-446/+310
2011-06-15Fix assignments to immutable fields throughout the codeMarijn Haverbeke-3/+3
2011-05-23test: Un-xfail some working testsBrian Anderson-3/+0
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-39/+39
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-10/+10
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-71/+71
2011-05-06Remove a few more superfluous 'mutable' keywordsMarijn Haverbeke-4/+4
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-40/+40
2011-05-05Change checks to asserts in test/bench filesTim Chevalier-6/+6
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-05-03Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustagePatrick Walton-1/+1