ironic/tools/benchmark
Julia Kreger b201e52f89 [CI] Fix port list benchmark
Change-Id: Ifdcf69f605e38f4c56661c8fd3c6b8aac087fc78
2023-03-22 11:52:18 -07:00
..
README Add basic tools for benchmarking 2021-05-24 16:36:02 +00:00
do_not_run_create_benchmark_data.py Add ports statistics to tools/benchmark scripts 2022-11-18 15:55:25 +01:00
generate-statistics.py [CI] Fix port list benchmark 2023-03-22 11:52:18 -07:00

README

This folder contains two files:

* do_not_run_create_benchmark_data.py - This script will destroy your
  ironic database. DO NOT RUN IT. You have been warned!
  It is is intended to generate a semi-random database of node data
  which can be used for benchmarks, instead of crafting a raw SQL file
  representing a test model

* generate-statistics.py - This is a utility some statistics to both
  aid in basic benchmarking of ironic operations *and* provide developers
  with conceptual information regarding a deployment's size. It operates
  only by reading the data present and timing how long the result take to
  return as well as isolating some key details about the deployment.