Joakim Frostegård
|
ca8d278a03
|
aquatic_http: parse_key_value_pairs_memchr: small code improvement
|
2020-07-19 13:06:39 +02:00 |
|
Joakim Frostegård
|
a8e355f22a
|
aquatic_http: add criterion benchmarks for request from path parsing
About 35% improvement by using both memchr methods
|
2020-07-19 01:58:41 +02:00 |
|
Joakim Frostegård
|
a487347a0d
|
aquatic_http: continue implementation work
|
2020-07-02 13:21:39 +02:00 |
|
Joakim Frostegård
|
7512b4b44f
|
setup-bench-on-debian.sh: roll nginx into other apt-get line
Not installing nginx means script is aborted because of
"set -e", and that setting serves a purpose
|
2020-06-30 00:04:01 +02:00 |
|
Joakim Frostegård
|
4c2c6634c3
|
setup-bench-on-debian.sh: install git
|
2020-06-30 00:03:21 +02:00 |
|
Joakim Frostegård
|
3addab07f0
|
move plot_pareto from aquatic_udp_bench crate into own crate
|
2020-05-25 19:38:53 +02:00 |
|
Joakim Frostegård
|
1b8d74e26d
|
rename aquatic to aquatic_udp, same for bench and load test crates
|
2020-05-11 16:55:46 +02:00 |
|
Joakim Frostegård
|
ab178b3189
|
add scripts/run-aquatic-ws.sh
|
2020-05-11 15:41:46 +02:00 |
|
Joakim Frostegård
|
cae534d82d
|
scripts/test.sh: add comment about quickcheck constants
|
2020-05-04 17:10:55 +02:00 |
|
Joakim Frostegård
|
8effcb8d91
|
setup-bench-on-debian.sh: add rustc build flag for aquatic
|
2020-05-04 17:10:39 +02:00 |
|
Joakim Frostegård
|
b77af78483
|
Add scripts for setting up benchmarks on linux
|
2020-04-19 10:31:33 +02:00 |
|
Joakim Frostegård
|
f6ed47fec7
|
add aquatic_load_test for benchmarking aquatic over the network
|
2020-04-19 10:21:12 +02:00 |
|
Joakim Frostegård
|
9a1143ffac
|
aquatic_bench: enable loading configuration from file
|
2020-04-11 14:31:21 +02:00 |
|
Joakim Frostegård
|
25f6be3940
|
Add scripts/test.sh for running tests with higher quickcheck settings
|
2020-04-10 03:30:59 +02:00 |
|
Joakim Frostegård
|
ac52668a3d
|
add crate cli_helpers with option and config parsing; use in aquatic
Putting cli functionality into its own crate will allow using it
from aquatic_bench and possibly other programs.
|
2020-04-09 16:55:40 +02:00 |
|
Joakim Frostegård
|
8426e8f3f7
|
on invalid requests, return error response; simplify Request type
|
2020-04-06 19:43:49 +02:00 |
|
Joakim Frostegård
|
e42dc05996
|
Add scripts dir with "run-server.sh" and "bench-handlers.sh"
|
2020-04-06 13:16:52 +02:00 |
|