1. 24 Sep, 2022 1 commit
  2. 23 Sep, 2022 1 commit
    • Niklas Adolfsson's avatar
      more stable benches (#883) · 66d65210
      Niklas Adolfsson authored
      * fix(benches): increase sample time for benches
      
      * change to 100s
      
      * split benchmarks slow/fast
      
      * increase default sample time
      
      * Update benches/README.md
      
      * sample_time -> measurment_time
      66d65210
  3. 04 Apr, 2022 1 commit
    • Niklas Adolfsson's avatar
      benches: improve concurrent benches with 10 requests per conn (#713) · 85df2efb
      Niklas Adolfsson authored
      * improve benches with 10 requests per conn
      
      * add subscription bench
      
      * fix nits
      
      * fix nit run 256 too
      
      * add CPU profiling via pprof
      
      * rewrite me
      
      * add move benchmark methods; fast, slow & memory intensive
      
      * add instructions for ulimit
      
      * reduce mem call not reach 256MB limit in WS for batches
      85df2efb