This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 2897160  Bump up the default integration-test requests-per-second to 
9999 vs 10 (#322)
2897160 is described below

commit 28971609b37d0ba0e260580183583237b0c45625
Author: Dennis Huo <[email protected]>
AuthorDate: Wed Sep 25 23:04:07 2024 -0700

    Bump up the default integration-test requests-per-second to 9999 vs 10 
(#322)
    
    * Bump up the default integration-test requests-per-second to 100 vs 10
    
    At 10 per second, PolarisRestCatalogIntegrationTest takes about 2m50s.
    At 20 per second, it takes about 1m25s.
    At 50 per second, it takes about 30s.
    At 100 per second it takes about 19s.
    At 200 per second it takes about 19s.
    
    * Per suggestion, bump up even more to 9999 per second.
---
 polaris-service/src/test/resources/polaris-server-integrationtest.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/polaris-service/src/test/resources/polaris-server-integrationtest.yml 
b/polaris-service/src/test/resources/polaris-server-integrationtest.yml
index 4b430f3..de18c3e 100644
--- a/polaris-service/src/test/resources/polaris-server-integrationtest.yml
+++ b/polaris-service/src/test/resources/polaris-server-integrationtest.yml
@@ -156,5 +156,5 @@ maxRequestBodyBytes: 1000000
 # Limits the request rate per realm
 rateLimiter:
   type: realm-token-bucket
-  requestsPerSecond: 10
+  requestsPerSecond: 9999
   windowSeconds: 10

Reply via email to