aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/fbench/fbench.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Set default cycle time to 0Henning Baldersheim2022-08-311-1/+1
|
* Default content-type is json when using post.Henning Baldersheim2022-08-111-4/+11
|
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-26/+24
|
* Actually enable base64 decoding.Henning Baldersheim2021-12-031-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Revert "Revert "Compute percentage of zero hit queries.""Henning Baldersheim2021-06-211-24/+26
|
* Revert "Compute percentage of zero hit queries."Harald Musum2021-06-211-26/+24
|
* Compute percentage of zero hit queries.Henning Baldersheim2021-06-211-24/+26
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
|
* use size literals in fbenchArne Juul2021-02-151-1/+2
|
* Provide some human-readable responses to reindexing commandsJon Marius Venstad2020-12-141-1/+1
|
* avoid naked exitArne Juul2020-07-031-1/+2
|
* Do not forget 95pHenning Baldersheim2020-04-021-1/+1
|
* Improve alignment.Henning Baldersheim2020-04-021-1/+1
|
* Factor out to make it less verbose.Henning Baldersheim2020-04-021-14/+25
|
* Add more fine grained pecentiles add 98, 99.5,99.6, 99.7, 99.8, 99.9Henning Baldersheim2020-04-021-25/+18
|
* Move crypto utility code out into vespalib and use for test credentialsTor Brede Vekterli2020-02-201-2/+2
| | | | | | | | | | | Currently offers only the following functionality: * Generate P-256 EC private keys and export to PEM * Generate X509 certificates and export to PEM Instead of using hardcoded private key/certs for unit tests, use crypto utility code to generate new credentials once per test process. Since these certs now use a SAN of `localhost` it also means we no longer need to disable hostname validation for networked unit tests.
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-4/+7
| | | | | | | | | | Also adds `disable-hostname-validation` config entry to TLS JSON config file parsing in C++. For the time being, hostname validation is implicitly disabled unless explicitly specified in the config file. This will be gradually changed over to be implicitly enabled by default. SNI is always sent when a valid connection spec is provided.
* adding d optionohad serfaty2019-11-211-1/+1
|
* Base 64 decode fbenchohad serfaty2019-11-211-3/+11
|
* added option to use default crypto engine as fallbackHåvard Pettersen2019-07-121-5/+15
| | | | this will enable picking up TLS configuration from the environment
* Fix format strings in fbench module.Tor Egge2019-03-121-1/+2
|
* use crypto engine and sync crypto socket in http clientHåvard Pettersen2018-10-121-1/+1
|
* set up crypto engine based on command line parametersHåvard Pettersen2018-10-111-3/+85
|
* fix minor usage inconsistenciesHåvard Pettersen2018-10-111-2/+2
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+1
|
* Include only what you need.Henning Baldersheim2017-08-181-3/+3
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Rename fbench programs to have vespa- prefix.Tor Egge2017-06-091-2/+2
| | | | Temporarily add symlinks from old name to new name.
* refactor nextUrl()Arne H Juul2017-05-091-1/+1
|
* FindNewline -> FindNextLineArne H Juul2017-05-091-2/+2
|
* super ugly add post modeArne H Juul2017-05-081-6/+18
| | | | * also, fix some logic with byte offsets and -r option
* Only require fastos where you actually use it and link staticallyHenning Baldersheim2016-11-021-1/+1
|
* PublishJon Bratseth2016-06-151-0/+484