about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-103/+97
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-13/+12
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-8/+9
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-6/+11
2011-08-27Convert std::getopts to istrs. Issue #855Brian Anderson-2/+3
2011-08-27Convert std::u64 to istrs. Issue #855Brian Anderson-3/+6
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-6/+10
2011-08-26Polymorphic MapReduce!Eric Holk-0/+328
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-42/+43
2011-08-20Rewrite reap_dead_tasks to never grab the sched lock before a task lockBrian Anderson-4/+0
2011-08-20Convert task-perf-spawnalot to spawn_joinable. XFAILBrian Anderson-1/+7
2011-08-20ReformatBrian Anderson-98/+79
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-4/+5
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-4/+4
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