[ARVADOS] updated: 1.3.0-707-g7e1bf9eba

Git user git at public.curoverse.com
Mon Apr 8 14:05:58 UTC 2019


Summary of changes:
 services/api/test/performance/permission_test.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  7e1bf9eba617e109d245d10ab350097bb357d904 (commit)
      from  5f0826eb93fdb82cc367f173987c7c6913dae7a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7e1bf9eba617e109d245d10ab350097bb357d904
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Mon Apr 8 11:05:11 2019 -0300

    14873: Fixes performance test.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/services/api/test/performance/permission_test.rb b/services/api/test/performance/permission_test.rb
index ad14e031d..a0605f97e 100644
--- a/services/api/test/performance/permission_test.rb
+++ b/services/api/test/performance/permission_test.rb
@@ -46,9 +46,9 @@ class PermissionPerfTest < ActionDispatch::IntegrationTest
     end
     puts "created #{n}"
     puts "Time spent getting group index:"
-    (0..4).each do
+    (0..1).each do
       puts(Benchmark.measure do
-             get '/arvados/v1/groups', params: {format: :json, limit: 1000}, headers: auth(:permission_perftest)
+             get '/arvados/v1/groups', params: {format: :json}, headers: auth(:permission_perftest)
              assert json_response['items_available'] >= n
            end)
     end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list