Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print percentiles in benchmark #2699

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2023

  1. filters/scheduler: handle errors (#2680)

    Make lifo, lifoGroup and fifo filters backed error aware and remove
    cleanup from the proxy.
    
    Follow up on #1054, #1086 and #2239
    Updates #1238
    
    Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
    AlexanderYastrebov authored and szuecs committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1f45d7c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. filters/scheduler: refactor fifo tests (#2693)

    * separate argument tests from behaviour test
    * use eskip to define filter configuration
    * use TestFifo prefix for all test names
    
    Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
    AlexanderYastrebov committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c7c8a9c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. feature: filter fifoWithBody (#2685)

    * feature: filter fifoWithBody that works similar to fifo(), but release deferred until body streaming to client was finished
    * fix: fifo() and fifoWithBody() with canceled requests
    
    Both filters did not check for canceled context from request before semaphore.Acquire, see golang/go#63615
    
    Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
    szuecs committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7f45e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Added histograms for endpointregistry tests

    This is needed to improve the performance impact of this component.
    
    Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
    Roman Zavodskikh committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b02f03f View commit details
    Browse the repository at this point in the history