source: benchmark

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @821c534   4 years Thierry Delisle Implemented transfer in rust and fixed minor issues with rust benchmarks ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @d0b9247   4 years Thierry Delisle Minor fixes to go benchmarks and added missing go files ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @5a40e4e   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @dd1cc02   4 years Thierry Delisle Several changes to benchmark makefile for benchmarks for my thesis ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @2c7d0e8   4 years Thierry Delisle tweaked printing of yield test ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @e5aba4a   4 years Thierry Delisle Added and tweeked rust benchmarks ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @65502d8   4 years caparson added some mutex stmt benchmarking ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @ebf3989   4 years Thierry Delisle small fixes to some rdq benchmarks ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b2525d9   4 years Thierry Delisle Changed how benchmark Makefile silences certain rules. ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6f27b67   4 years ajbeach Could not get rmit.py working with the exception benchmark, but I got … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @e49b6f5   4 years Thierry Delisle Missed some benchmarks. ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b7d94ac5   4 years Thierry Delisle Last step tools and benchmark ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @43784ac   4 years Thierry Delisle Changed libcfathread to consistently define _GNU_SOURCE ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @73d0c54a   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7711064   4 years Thierry Delisle Added the transfer benchmark for libfibre ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @56ac392   4 years Thierry Delisle Moved single_sem to rq_bench.hpp which was duplicated across multiple … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b374dbc   4 years Thierry Delisle Added cforall test for fairness. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @1d5deea   4 years Thierry Delisle Benchmarks now print stats at exit ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @665edf40   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @e54d0c3   4 years pabuhr Fixed benchmarks after another change to getTimeNsec() ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c8a0210   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @857a1c6   4 years Thierry Delisle Performance fixes to http benchmark ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6528d75   4 years Thierry Delisle Fixed benchmarks after change to getTimeNsec() ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7f5683e   4 years Thierry Delisle Several prototype fixes for arm ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8e4aa05   5 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @1d6ff91   5 years Thierry Delisle Fixed compile benchmark after renaming changes ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @2cd784a   5 years Thierry Delisle update http server according to last push ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @a80db97   5 years Thierry Delisle Http_ring now uses eventfd_read instead of io_uring_wait ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @ed2cb3c   5 years Thierry Delisle Client can now send message without copying. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @187fdb8   5 years Thierry Delisle Optim 60% to plaintext webserver by doing 1 write instead of 2. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @2caed18   5 years Thierry Delisle Changed how messages is handled to avoid long printf. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b664af2   5 years Thierry Delisle Changed http_ring to have max submission count. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @348f81d5   5 years Thierry Delisle Added option to isolate processor so everything has it's own cluster ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @18a75945   5 years Thierry Delisle added short option for numentries ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @4f762d3   5 years Thierry Delisle Fix httpforall after changes to I/O ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c235179   5 years Thierry Delisle Added the option to pre-accept in httpring, this seems to have a major … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum old-io
(edit) @cd70477   5 years Thierry Delisle Added some basic scripts to handle runing httperf in parallel. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @eeb4866   5 years Thierry Delisle Changed read/write to send/recv to work around small bug in io_uring. … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @9715567   5 years Thierry Delisle Didn't save correctly ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @761a246   5 years Thierry Delisle Massive changes to how http_ring works ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c05c58f   5 years Thierry Delisle Minor improvements to http_ring ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7cc532b   5 years Thierry Delisle Fixed memory leak ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7d01186d   5 years Thierry Delisle This feels like it fits better in example ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @cf535f4   5 years Thierry Delisle Added script to run before experiments. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c2df3031   5 years Thierry Delisle server now properly ignores SIGPIPE ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @a6b587f   5 years Thierry Delisle Fix bugs and added nentries command line option. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @f3e87af   5 years Thierry Delisle httpc now supports attach feature. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @3acbf89   5 years Thierry Delisle Tentative improvement to batch more requests together. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @efdfdee   5 years Thierry Delisle Prototype webserver using C and io_uring directly. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @0197418   5 years Thierry Delisle Fixed missing print ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b57db73   5 years Thierry Delisle httpforall now only loads file if explicit path is given. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @1dbc3e10   5 years Thierry Delisle Added missing EPIPE handling ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8c43d05   5 years Thierry Delisle httpforall now uses sout rather than printf ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @bdbc24d   5 years Thierry Delisle Updated httpforall options with last commit ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7223dbf2   5 years Thierry Delisle Removed combination of read and feof which doesn't work. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @153dc387   5 years Thierry Delisle Main now print stats every 10 sec ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @ee59ede   5 years Thierry Delisle Improved error handling in server ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @342af53   5 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @97748ee   5 years Thierry Delisle Worker now supports /ping uri which just answers empty reponse. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7270432   5 years Thierry Delisle Splice no longer uses SPLICE_F_MORE. Added answer_empty ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @075b8fd   5 years Thierry Delisle Main now prints pid on startup ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @56911ce   5 years Thierry Delisle Close file descriptor when other side says it's closed ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @481ee28   5 years Thierry Delisle Removed experiment type, server just supports both urls. Logging is … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @77fde9d5   5 years Thierry Delisle Fixed incorrect naming ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @ba77750   5 years Thierry Delisle Missing commits for plaintext ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @108f98b2   5 years Thierry Delisle Fixed clean of httpforall ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @561dd26   5 years Thierry Delisle Implemented 'plaintext' workload ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @ece0e80   5 years Thierry Delisle Added prints. Naive implementation of cancel. Server now shutdown cleanly. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c3ee5f3   5 years Thierry Delisle Protocol now returns date in answer header ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @390fb02   5 years Thierry Delisle http server now has date and server name in response ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @5ad381b   5 years Thierry Delisle Started to work on httpforall also supporting techempower 'plaintext' … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @58fe85a   5 years Thierry Delisle Merge branch 'master' into park_unpark ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @eef8dfb   5 years Thierry Delisle Merge branch 'master' into dkobets-vector ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @4468a70   5 years Thierry Delisle Added pthreads version of the locality benchmark ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @f03209d3   5 years Thierry Delisle Locality benchmark now supports explicit number of spots instead of … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c4241b6   5 years Thierry Delisle Minor benchmark fixes and added locality implementation for libfibre ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b6460bf   5 years Thierry Delisle Replaced deletes with free to match allocations ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @06573b2   5 years Thierry Delisle Other minor fixes to benchmarks ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @28220d2   5 years Thierry Delisle Many fixes to locality benchmark ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @3f8baf4   5 years Thierry Delisle Fixed the padding ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8339225   5 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @3d19ae6   5 years Thierry Delisle Added padding to existing locality benchmarks ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @6f84007   5 years Thierry Delisle Added cfa implementation of locality ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @5d369c7   5 years Thierry Delisle Fixed some spacing ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @751e2eb   5 years Thierry Delisle Added bench.rs for common benchmark rust code ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @49ce636   5 years Thierry Delisle Added Rust cargo file to simplify generation of rust benchmarks ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @720b1a9   5 years Thierry Delisle Implemented locality benchmark in rust ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @f4f79dd   5 years Thierry Delisle Minor clean-up in benchmarks ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @c5a98f3   5 years Thierry Delisle Clean-up and comments ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @aa1d13c   5 years Thierry Delisle Refactored code to track data and goroutine migrations ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @94d93510   5 years Thierry Delisle Moved work out so it looks better in profiles ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8235415   5 years Thierry Delisle forgot to comment debug only var ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @34687d3   5 years Thierry Delisle Added some debugging comments and a return value if closed ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @024fa4b   5 years Thierry Delisle Eliminated mallocs in main loop of program ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @fd84538   5 years Thierry Delisle changed locality benchmark to no longer use rand, which is too slow. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @2dd0689   5 years Thierry Delisle Fix implementation of locality to properly use spots. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @90ecade   5 years Thierry Delisle Added first draft at a locality benchmark. Only go implementation for now. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @ee913e0a   5 years Thierry Delisle Http server now waits for socket to be available instead of aborting. ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @2b2f59d   5 years Thierry Delisle fix ld flags for httpforall ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @5936244   5 years Thierry Delisle Fixed errors in httop benchmark ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.