Skip to content
Snippets Groups Projects
  1. May 05, 2022
  2. Mar 15, 2022
  3. Mar 14, 2022
  4. Mar 11, 2022
  5. Mar 10, 2022
    • Nick Mathewson's avatar
      tests/chutney: Merge chutney-launching scripts · dcd74e7a
      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.
      dcd74e7a
  6. Feb 28, 2022
  7. Feb 18, 2022
    • Ian Jackson's avatar
      tests/chutney/setup: Reduce sleep · 59fb3a60
      Ian Jackson authored
      Now that arti listens immediately, a very short sleep ought to do.
      59fb3a60
    • Ian Jackson's avatar
      rename *.sh scripts to bare name · 9aefbf42
      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.
      9aefbf42
  8. Feb 03, 2022
  9. Jan 27, 2022
  10. Dec 21, 2021
  11. Dec 16, 2021
    • eta's avatar
      Introduce an experimental benchmarking utility for Arti · 06a94288
      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, ...
      06a94288
  12. Dec 05, 2021
  13. Dec 02, 2021
  14. Oct 28, 2021
Loading