Skip to content
Snippets Groups Projects
  1. Nov 04, 2020
    • Dariusz Kędzierski's avatar
    • Dariusz Kędzierski's avatar
      Changed methodology for benchmarks · 7d59a053
      Dariusz Kędzierski authored
      * Usage of pytest-benchmarks is dropped since it call tests
        sequentially which very long time to complete, instead original
        tavern tests are used
      * Time measuring is done via durations switch to pytest and tavern
      * During benchmarking validate_response.py is disabled using nevly
        introduced env variable
      * Each run creates xml junit file with time data
      * After all runs data from files are combined and report file is
        generated
      * Tests above threshold are marked with red
      7d59a053
  2. Oct 20, 2020
  3. Oct 14, 2020
  4. Oct 06, 2020
    • Dariusz Kędzierski's avatar
      Initial commit · f8fb9353
      Dariusz Kędzierski authored
      * added script to process xml reports
      * script will parse xml reports and create html reports with api
        execution times
      * if execution time is greater than treshold it will be marked on red
        and task will fail
      f8fb9353
Loading