source: benchmark

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ae020ea   12 months Thierry Delisle Printer now prints max fd and open/closed/live connections. ADTpthread-emulationqualifiedEnum
(edit) @07997cd   12 months Thierry Delisle Fixed errors with the accept many version ADTpthread-emulationqualifiedEnum
(edit) @8419b76   12 months Thierry Delisle printer now properly uses eng3 ADTpthread-emulationqualifiedEnum
(edit) @329e26a   12 months Thierry Delisle Re-instated the isolate/multi-cluster option. ADTpthread-emulationqualifiedEnum
(edit) @bf7c7ea   12 months Thierry Delisle Moved printer and protocol thread to the main cluster ADTpthread-emulationqualifiedEnum
(edit) @c25338d   12 months Thierry Delisle Added accept 10 method (it doesn't really work). ADTpthread-emulationqualifiedEnum
(edit) @10ba012   12 months Thierry Delisle Minor fixes to Worker threads ADTpthread-emulationqualifiedEnum
(edit) @430ce61   12 months Thierry Delisle Added sendfile test in Cforall ADTpthread-emulationqualifiedEnum
(edit) @137974a   12 months Thierry Delisle Moved stats printer to it's own file and now using push-stats rather … ADTpthread-emulationqualifiedEnum
(edit) @8c58e73   12 months Thierry Delisle Removed webserver feature to have multiple clusters (it never actually … ADTpthread-emulationqualifiedEnum
(edit) @7f0ac12   12 months Thierry Delisle First draft at acceptor thread webserver ADTpthread-emulationqualifiedEnum
(edit) @86c12d65   12 months Thierry Delisle Checkpoint of the broken version of reuseport ADTpthread-emulationqualifiedEnum
(edit) @ce98816   12 months Thierry Delisle Stats printer now uses a condition variable to sleep so it exists … ADTpthread-emulationqualifiedEnum
(edit) @c4b10e2   12 months Thierry Delisle Moved socket creation to a different file. Makefile now has debug … ADTpthread-emulationqualifiedEnum
(edit) @153570d   12 months Thierry Delisle Server now cleanly closes in non interactive mode ADTpthread-emulationqualifiedEnum
(edit) @76f5e9f   13 months Thierry Delisle Forgot to commit change to plot.py ADTpthread-emulationqualifiedEnum
(edit) @65c9208   13 months Thierry Delisle Changed transfer benchmark to be more consistent with other rmit benchmarks ADTpthread-emulationqualifiedEnum
(edit) @3613e25   13 months Thierry Delisle Rmit script now supports escaping string arguments ADTpthread-emulationqualifiedEnum
(edit) @8faa6612   13 months Thierry Delisle Minor fixes to how benchmarks handle yes/no arguments ADTpthread-emulationqualifiedEnum
(edit) @00675a1   13 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @3b80db8   13 months Thierry Delisle Fixed libfibre tests after api change ADTpthread-emulationqualifiedEnum
(edit) @bd1d279   13 months Thierry Delisle process mutilate now recors average latency ADTpthread-emulationqualifiedEnum
(edit) @3b5dcfa   13 months Thierry Delisle Some more tiny fixes to the memcached results handling ADTpthread-emulationqualifiedEnum
(edit) @c899175   13 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @1f4fde5   13 months Thierry Delisle Plot now sorts series ADTpthread-emulationqualifiedEnum
(edit) @d1c47c2   13 months Thierry Delisle Improved plotting scripts to handle memcached results ADTpthread-emulationqualifiedEnum
(edit) @8197ca5   13 months Thierry Delisle Update yield.cfa to be more consistent with other benchmarks. ADTpthread-emulationqualifiedEnum
(edit) @9cf2b0f   13 months Thierry Delisle Updated yield benchmarks to be more consistents. ADTpthread-emulationqualifiedEnum
(edit) @db89655   13 months Thierry Delisle Removed debug prints ADTpthread-emulationqualifiedEnum
(edit) @160ee4c   13 months Thierry Delisle Fix churn.go to use channels instead of semaphores. ADTpthread-emulationqualifiedEnum
(edit) @f56101f   13 months Thierry Delisle Many fixes to rmit ADTpthread-emulationqualifiedEnum
(edit) @62402e2   13 months Thierry Delisle Implemented churn benchmark in go using Weighted semaphore. … ADTpthread-emulationqualifiedEnum
(edit) @12bb5ab1   13 months Thierry Delisle Implemented the churn benchmark for libfibre. Trivial change to the … ADTpthread-emulationqualifiedEnum
(edit) @111a2ab3   13 months Thierry Delisle Changed churn.cfa to use the same approach as rust ADTpthread-emulationqualifiedEnum
(edit) @b029e31   13 months Thierry Delisle Implemented churn benchmark for rust. ADTpthread-emulationqualifiedEnum
(edit) @1784e9e   14 months Thierry Delisle Removed c.c file which probably was never meant to be checked in ADTpthread-emulationqualifiedEnum
(edit) @e9c5db2   14 months Thierry Delisle Minor fixes to benchmark processing scripts ADTpthread-emulationqualifiedEnum
(edit) @ed49dbd   14 months Thierry Delisle Forgot to remove debug print. ADTpthread-emulationqualifiedEnum
(edit) @57af3f3   14 months Thierry Delisle Changed plotter to show all data + min,max and median. ADTpthread-emulationqualifiedEnum
(edit) @f34f95c   14 months Thierry Delisle Updated plot script to support non-interactive mode ADTenumpthread-emulationqualifiedEnum
(edit) @d672350   15 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @ef3c383   15 months Thierry Delisle Added statistics about sendfile in the webserver ADTenumpthread-emulationqualifiedEnum
(edit) @93829cb   15 months Thierry Delisle Added helper function to zero out sqes. Not done in allocate since so … ADTenumpthread-emulationqualifiedEnum
(edit) @3a40df6   16 months Thierry Delisle Producer now also uses the naive read/write approach ADTenumpthread-emulationqualifiedEnum
(edit) @3263e2a4   16 months Thierry Delisle Producer now has multiple io_uring implementations. ADTenumpthread-emulationqualifiedEnum
(edit) @6dc17a3d   16 months Thierry Delisle Changed consumer to run for ever. ADTenumpthread-emulationqualifiedEnum
(edit) @1a0b600   16 months Thierry Delisle Implemented producer to use sendfile and splice. ADTenumpthread-emulationqualifiedEnum
(edit) @ef6d059   16 months Thierry Delisle Changed the consumer to accept twice ADTenumpthread-emulationqualifiedEnum
(edit) @da81b849   16 months Thierry Delisle Fix argument handling for sink. ADTenumpthread-emulationqualifiedEnum
(edit) @8761d40a   16 months Thierry Delisle Added sink program to test splice ADTenumpthread-emulationqualifiedEnum
(edit) @a6d4901   16 months Thierry Delisle Finally fixed dependencies for httpforall. ADTenumpthread-emulationqualifiedEnum
(edit) @d326171   17 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6117fc0   17 months Thierry Delisle Httpforall now pins kernel threads ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @753fb978   17 months Thierry Delisle Use O3 instead of O2 for httpforall ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1e8b4b49   17 months Thierry Delisle Added work around for CFA bug with implicit conversion to unions. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @adfd125   17 months Thierry Delisle Changed benchmark to use sout and commas. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @75965a6   17 months pabuhr replace thread_rand with prng, replace xorshift64 with xorshift_13_7_17 ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3e417bf   19 months Thierry Delisle Reduced stack-size for connection thread ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @644162a   19 months Thierry Delisle Fix problem in splice use with signed/unsigned comparison. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @52d2545   19 months Thierry Delisle "Fix" problems with persistent connection using HTTP1.0 ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3a0ddb6   19 months Thierry Delisle Don't wait for the port if not in interactive mode. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3df86cc   19 months Thierry Delisle Added a new churn benchmark. Still have to implement it for other … ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3eb540fb   19 months Thierry Delisle Modified httpforall not to use VLA of threads. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a7026b4   19 months Thierry Delisle Fixed protocol to work with the sun machines. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @42b7fa5f   20 months Thierry Delisle Forgot to close file in non-link splice. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3f39009   20 months Thierry Delisle Reimplemnted how splice is handled. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4087baf   20 months Thierry Delisle Implmented non-interactive mode ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @58ca0a0a   20 months Thierry Delisle Conflict message now mentions the file cache. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @40a64f78   20 months Thierry Delisle Added options to redirect outputs and allow disabling Ctrl+D to stop. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8a039be   21 months Thierry Delisle Fixed options to correctly default to the default. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @197df9b   21 months Thierry Delisle Only print time refreshing if logs are enabled. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1db1454   21 months Thierry Delisle Fixed Typo ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4d8fbf4   21 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ce9f9d4   21 months caparson added mutexstmt benchmark to make ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a5d1fe7   21 months caparson added mutexStmt benchmarks ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @83b22b5   21 months Thierry Delisle now print expected time before listing. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f46b26b8   21 months Thierry Delisle Fixed printing with regards to taskset ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3e9ec44   21 months Thierry Delisle rmit script now attempts to set task sets ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @fa6233a   21 months Thierry Delisle rmit no longer crashes on unreadable key-values ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6dc2db9   21 months Thierry Delisle Change benchmarks to consistently print duration in ms. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0218d51   21 months Thierry Delisle Implemeted go transfer benchmark ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @fdfb0ba   21 months Thierry Delisle rqd*fibre now compile with std=c++17 ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ebb6158   21 months Thierry Delisle Minor fixes to warnings, printing and ridiculous go/rust requirements. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @821c534   21 months Thierry Delisle Implemented transfer in rust and fixed minor issues with rust benchmarks ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @d0b9247   21 months Thierry Delisle Minor fixes to go benchmarks and added missing go files ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5a40e4e   21 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @dd1cc02   21 months Thierry Delisle Several changes to benchmark makefile for benchmarks for my thesis ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2c7d0e8   21 months Thierry Delisle tweaked printing of yield test ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e5aba4a   21 months Thierry Delisle Added and tweeked rust benchmarks ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @65502d8   21 months caparson added some mutex stmt benchmarking ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ebf3989   22 months Thierry Delisle small fixes to some rdq benchmarks ADTenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b2525d9   22 months Thierry Delisle Changed how benchmark Makefile silences certain rules. ADTenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6f27b67   2 years ajbeach Could not get rmit.py working with the exception benchmark, but I got … ADTenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e49b6f5   2 years Thierry Delisle Missed some benchmarks. ADTenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b7d94ac5   2 years Thierry Delisle Last step tools and benchmark ADTenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @43784ac   2 years Thierry Delisle Changed libcfathread to consistently define _GNU_SOURCE ADTenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @73d0c54   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) @7711064   2 years Thierry Delisle Added the transfer benchmark for libfibre ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @56ac392   2 years Thierry Delisle Moved single_sem to rq_bench.hpp which was duplicated across multiple … ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b374dbc   2 years Thierry Delisle Added cforall test for fairness. ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.