ywkaras commented on pull request #7382: URL: https://github.com/apache/trafficserver/pull/7382#issuecomment-744784390
Performance testing in a RHEL7(ish) docker container on a MacBook (2.8 GHz Quad-Core Intel Core i7 16 GB 1600 MHz DDR3). Baseline commit on ATS master: 472075bd7b5755cc1d8bf9a4bbf750474c4da53c config.nice for build: ``` #! /bin/sh # # Created by configure CFLAGS=" "; export CFLAGS CXXFLAGS=" "; export CXXFLAGS LDFLAGS="-L/opt/oath/libssh2/1.8/lib -L/opt/oath/nghttp2/1.36/lib"; export LDFLAGS "./configure" \ "--with-openssl=/opt/oath/openssl/1.1.1" \ "--enable-experimental-plugins" \ "--enable-example-plugins" \ "--with-brotli=/opt/oath/brotli/1.0/include:/opt/oath/brotli/1.0/lib" \ "--enable-ccache" \ "--enable-werror" \ "--prefix=/Users/wkaras/TSX/TS4" \ "--exec-prefix=/Users/wkaras/TSX/TS4" \ "PKG_CONFIG_PATH=/opt/rh/devtoolset-8/root/usr/lib64/pkgconfig:/opt/rh/httpd24/root/usr/lib64/pkgconfig:/opt/rh/rh-python36/root/usr/lib64/pkgconfig:/opt/rh/devtoolset-8/root/usr/lib64/pkgconfig:/opt/rh/httpd24/root/usr/lib64/pkgconfig:/opt/rh/devtoolset-8/root/usr/lib64/pkgconfig" \ "CFLAGS=" \ "LDFLAGS=-L/opt/oath/libssh2/1.8/lib -L/opt/oath/nghttp2/1.36/lib" \ "CXXFLAGS=" \ "$@" ``` xxx ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
