source: benchmark

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2cd784a   2 years Thierry Delisle update http server according to last push ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a80db97   2 years Thierry Delisle Http_ring now uses eventfd_read instead of io_uring_wait ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ed2cb3c   2 years Thierry Delisle Client can now send message without copying. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @187fdb8   2 years Thierry Delisle Optim 60% to plaintext webserver by doing 1 write instead of 2. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2caed18   2 years Thierry Delisle Changed how messages is handled to avoid long printf. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b664af2   2 years Thierry Delisle Changed http_ring to have max submission count. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @348f81d   2 years Thierry Delisle Added option to isolate processor so everything has it's own cluster ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @18a7594   2 years Thierry Delisle added short option for numentries ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @4f762d3   2 years Thierry Delisle Fix httpforall after changes to I/O ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c235179   2 years Thierry Delisle Added the option to pre-accept in httpring, this seems to have a major … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum old-io
(edit) @cd70477   2 years Thierry Delisle Added some basic scripts to handle runing httperf in parallel. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eeb4866   2 years Thierry Delisle Changed read/write to send/recv to work around small bug in io_uring. … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @9715567   2 years Thierry Delisle Didn't save correctly ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @761a246   2 years Thierry Delisle Massive changes to how http_ring works ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c05c58f   2 years Thierry Delisle Minor improvements to http_ring ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7cc532b   2 years Thierry Delisle Fixed memory leak ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7d01186d   2 years Thierry Delisle This feels like it fits better in example ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cf535f4   2 years Thierry Delisle Added script to run before experiments. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c2df3031   2 years Thierry Delisle server now properly ignores SIGPIPE ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a6b587f   2 years Thierry Delisle Fix bugs and added nentries command line option. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f3e87af   2 years Thierry Delisle httpc now supports attach feature. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3acbf89   2 years Thierry Delisle Tentative improvement to batch more requests together. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @efdfdee   2 years Thierry Delisle Prototype webserver using C and io_uring directly. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0197418   2 years Thierry Delisle Fixed missing print ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b57db73   2 years Thierry Delisle httpforall now only loads file if explicit path is given. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1dbc3e10   2 years Thierry Delisle Added missing EPIPE handling ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8c43d05   2 years Thierry Delisle httpforall now uses sout rather than printf ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @bdbc24d   2 years Thierry Delisle Updated httpforall options with last commit ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7223dbf2   2 years Thierry Delisle Removed combination of read and feof which doesn't work. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @153dc387   2 years Thierry Delisle Main now print stats every 10 sec ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ee59ede   2 years Thierry Delisle Improved error handling in server ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @97748ee   2 years Thierry Delisle Worker now supports /ping uri which just answers empty reponse. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7270432   2 years Thierry Delisle Splice no longer uses SPLICE_F_MORE. Added answer_empty ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @075b8fd   2 years Thierry Delisle Main now prints pid on startup ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @56911ce   2 years Thierry Delisle Close file descriptor when other side says it's closed ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @481ee28   2 years Thierry Delisle Removed experiment type, server just supports both urls. Logging is … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @77fde9d   2 years Thierry Delisle Fixed incorrect naming ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ba77750   2 years Thierry Delisle Missing commits for plaintext ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @108f98b2   2 years Thierry Delisle Fixed clean of httpforall ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @561dd26   2 years Thierry Delisle Implemented 'plaintext' workload ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ece0e80   2 years Thierry Delisle Added prints. Naive implementation of cancel. Server now shutdown cleanly. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c3ee5f3   2 years Thierry Delisle Protocol now returns date in answer header ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @390fb02   2 years Thierry Delisle http server now has date and server name in response ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5ad381b   2 years Thierry Delisle Started to work on httpforall also supporting techempower 'plaintext' … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @58fe85a   2 years Thierry Delisle Merge branch 'master' into park_unpark ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eef8dfb   2 years Thierry Delisle Merge branch 'master' into dkobets-vector ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f03209d3   2 years Thierry Delisle Locality benchmark now supports explicit number of spots instead of … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c4241b6   2 years Thierry Delisle Minor benchmark fixes and added locality implementation for libfibre ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b6460bf   2 years Thierry Delisle Replaced deletes with free to match allocations ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @06573b2   2 years Thierry Delisle Other minor fixes to benchmarks ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @28220d2   2 years Thierry Delisle Many fixes to locality benchmark ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3f8baf4   2 years Thierry Delisle Fixed the padding ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8339225   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3d19ae6   2 years Thierry Delisle Added padding to existing locality benchmarks ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6f84007   2 years Thierry Delisle Added cfa implementation of locality ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5d369c7   2 years Thierry Delisle Fixed some spacing ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @751e2eb   2 years Thierry Delisle Added bench.rs for common benchmark rust code ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @49ce636   2 years Thierry Delisle Added Rust cargo file to simplify generation of rust benchmarks ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @720b1a9   2 years Thierry Delisle Implemented locality benchmark in rust ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f4f79dd   2 years Thierry Delisle Minor clean-up in benchmarks ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c5a98f3   2 years Thierry Delisle Clean-up and comments ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @aa1d13c   2 years Thierry Delisle Refactored code to track data and goroutine migrations ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @94d93510   2 years Thierry Delisle Moved work out so it looks better in profiles ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8235415   2 years Thierry Delisle forgot to comment debug only var ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @34687d3   2 years Thierry Delisle Added some debugging comments and a return value if closed ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @024fa4b   2 years Thierry Delisle Eliminated mallocs in main loop of program ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @fd84538   2 years Thierry Delisle changed locality benchmark to no longer use rand, which is too slow. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2dd0689   2 years Thierry Delisle Fix implementation of locality to properly use spots. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @90ecade   2 years Thierry Delisle Added first draft at a locality benchmark. Only go implementation for now. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ee913e0a   2 years Thierry Delisle Http server now waits for socket to be available instead of aborting. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2b2f59d   3 years Thierry Delisle fix ld flags for httpforall ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5936244   3 years Thierry Delisle Fixed errors in httop benchmark ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d738aeb   3 years Thierry Delisle Added makefile for http server ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @af333e3   3 years Thierry Delisle Dropped support for raw/csv format in rmit script. Json output is now … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b3ed43a3   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @44706d1   3 years Thierry Delisle Improved colors and units of plotter ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0bb691b   3 years Thierry Delisle Adde script to plot results of rmit.py ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @04994aa   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7f8fbe3   3 years Thierry Delisle Fix deadlock in cycle.go ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7192145   3 years Thierry Delisle implemented cycle benchmark for rust-tokio ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f9b2e73   3 years Thierry Delisle Missed file ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @69d1748   3 years Thierry Delisle Some fixes to cycle benchmark and added a pthread version ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @883c4d9   3 years Thierry Delisle rmit.py script no prints json by default. Also it supports json now. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @836c9925   3 years Thierry Delisle Minor fixes to rmit in case keys differ ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b5d51b0   3 years Thierry Delisle Minor fixes to cycle benchmarks ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @dbb1073   3 years Thierry Delisle rmit now prints the estimated time ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2c7eee0   3 years Thierry Delisle Fixed cycle benchmark to avoid extra unmatched unpark. Added libfibre … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7a2a3af   3 years Thierry Delisle Added more information to cycle output ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0b84b15   3 years Thierry Delisle Fixed the cycle benchmark, and implemented go equivalent ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b35ab2d   3 years Thierry Delisle Added basic benchmark for readyQ that cycles among groups of threads. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6ca0dab   3 years Thierry Delisle Fixed bug in benchmarks due to new 'Compiled' pragma ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @341e252   3 years Thierry Delisle Removed redundant lines ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2c3562d   3 years Thierry Delisle Fized argument passing for benchmarks which don't produce an ELF executable ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e235429   3 years Thierry Delisle Removed last parker/unparker information is it was not particularly useful ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2a658e9   3 years Thierry Delisle Updated java benchmarks to support repetitions beyond 232 ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ce55a81   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @56c44dc   3 years Thierry Delisle Worker now each do their own accept4 ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8e3034d   3 years Thierry Delisle Every worker now does it's own accept. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d11d6eb   3 years Thierry Delisle Fixed some compilation errors. Fixed file descriptor support in progress. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c2bc6d5   3 years Thierry Delisle Minor fixes to make files to support dist target ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.