- May 05, 2022
-
-
trinity-1686a authored
-
- Mar 15, 2022
-
-
Nick Mathewson authored
Apparently 5353 is commonly used for mDNS, and so counts as "already in use" on many consumer machines.
-
- Mar 14, 2022
-
-
trinity-1686a authored
-
trinity-1686a authored
-
trinity-1686a authored
-
- Mar 11, 2022
-
-
Ian Jackson authored
It turns out that the clone-and-hack in tests/chutney/arti-bench was not identical to the original in tests/chutney/setup. I diffed the two and preferred the version from arti-bench.
-
- Mar 10, 2022
-
-
Nick Mathewson authored
Formerly, the "launch a chutney network" code was duplicated in "setup" and "arti-bench", since "setup" always launched an arti proxy, while "arti-bench" didn't want that functionality. Now the "setup" script launches an arti proxy conditionally, depending on whether the "proxy" argument is given.
-
- Feb 28, 2022
-
-
Nick Mathewson authored
This is not a replacement for a real startup protocol, but it may help repair our CI.
-
- Feb 18, 2022
-
-
Ian Jackson authored
Now that arti listens immediately, a very short sleep ought to do.
-
Ian Jackson authored
As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project.
-
- Feb 03, 2022
-
-
eta authored
This adds `arti-bench` to the `integration` job in the CI pipelines, and keeps around the JSON benchmark output for later comparison.
-
- Jan 27, 2022
-
-
Nick Mathewson authored
Rationale: It's good to have all of our scripts pass shellcheck.
-
- Dec 21, 2021
-
-
Nick Mathewson authored
Previously, this case would cause arti-bench to hang forever, trying to bootstrap against one network while another network was running.
-
Nick Mathewson authored
(An empty $RUST_LOG no output, and confuse the nickm^Wuser.)
-
Nick Mathewson authored
shellcheck doesn't like `export FOO="$(bar)"` as one line, since it has the possibility of missing errors.
-
- Dec 16, 2021
-
-
eta authored
The new `arti-bench` crate does a simple end-to-end benchmark test embedding Arti: it generates some random data (of configurable amount, depending on command-line parameters), and then sends said data back and forth via Arti (which should be configured to use a local Chutney network). Additionally, the benchmark can also be run via a local SOCKS5 server (in order to benchmark the performance via a local Chutney node, for comparison). The `tests/chutney/arti-bench.sh` sets up and tears down Chutney as required to make this work. This is very much a first cut; there are many things that should eventually get added, such as support for multiple connections, JSON output capabilities, running multiple tests, ...
-
- Dec 05, 2021
-
-
Nick Mathewson authored
This is per a suggestion from @trinity-1686a.
-
- Dec 02, 2021
-
-
Nick Mathewson authored
Previously, if the arti process had died or been killed, we wouldn't reach the point where we called "chutney stop".
-
Nick Mathewson authored
If the user has CHUTNEY_PATH set, respect that value, rather than cloning a local chutney. Also, if we have a local chutney, then update it in case there have been changes.
-
- Oct 28, 2021
-
-