summaryrefslogtreecommitdiff
path: root/crates/arti-bench
Commit message (Expand)AuthorAgeFilesLines
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-5/+5
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | rename *_isolation_group to *_isolationtrinity-1686a2022-03-241-1/+1
* | Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-212-1/+2
* | Actually throw an anyhowIan Jackson2022-03-181-1/+1
* | Alternative API for set_isolation_group().Nick Mathewson2022-03-171-1/+1
* | accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-161-1/+1
* | arti-bench: don't allocate a separate receive-buffer for each jobNick Mathewson2022-03-081-9/+26
* | arti-bench: documentation fixesNick Mathewson2022-03-071-5/+6
* | arti-bench: record streams_per_circ and circs_per_sample.Nick Mathewson2022-03-071-5/+14
* | Fix an unwrap() error.Nick Mathewson2022-03-041-1/+1
* | arti-bench: use isolation to support multiple circuits per run.Nick Mathewson2022-03-041-14/+104
* | arti-bench: simplify future-creation code slightlyNick Mathewson2022-03-041-8/+3
* | arti-bench: refactor stream construction to connect in parallelNick Mathewson2022-03-041-33/+15
* | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \
| * | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-4/+4
* | | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-3/+5
| |/ |/|
* | Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-251-0/+1
|/
* Bump anyhow minimal version to 1.0.23Ian Jackson2022-02-181-1/+1
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-1/+1
* Merge branch 'dirclient-testing' into 'main'Nick Mathewson2022-02-031-1/+1
|\
| * Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* | Fix typosDimitris Apostolou2022-02-021-1/+1
* | Merge branch 'reload-config-prep' into 'main'Ian Jackson2022-02-021-7/+5
|\ \
| * | arti_config: Refactor configuration sources into a structNick Mathewson2022-02-011-7/+5
| |/
* / arti-bench: summarize statistics with a new `Statistic` type (#298)eta2022-02-011-49/+86
|/
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-4/+4
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+1
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-1/+1
* arti-bench: add concurrency, write benchmark results out to JSONeta2022-01-181-20/+95
* arti-bench: add support for multiple samples & averagingeta2022-01-142-30/+172
* refactor `arti-bench`daniel.eades2022-01-131-117/+159
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-4/+4
* Update README.md files (automated)Nick Mathewson2022-01-111-0/+3
* Merge branch 'minimize_deps' into 'main'eta2022-01-101-7/+7
|\
| * Minimize the required version for each dependency.Nick Mathewson2022-01-071-7/+7
* | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-081-1/+1
|/
* Merge remote-tracking branch 'origin/mr/214'Nick Mathewson2022-01-061-0/+1
|\
| * extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* | arti-bench: Remove a FIXME by saying it's OK for this program to panicIan Jackson2022-01-061-2/+3
|/
* Introduce an experimental benchmarking utility for Artieta2021-12-163-0/+392