Open mykaul opened 2 months ago
Part of this (I should open a separate issue for it!) is that we need to validate the numbers are still real. Ref https://github.com/scylladb/scylla-enterprise/issues/4713#issuecomment-2367619463 We do have a job that is testing a wide range of instances, it should probably compare the results and the hard-coded values (CC @roydahan )
I created a separate issue for the above comment in qa-tasks.
My eyes hurt from seeing so many `elif'. See
We should store this in a dictionary, JSON or whatnot. Single location preferably.
Hurt is understatement. @yaronkaikov a dictionary is the simplest and quickest solution.
My eyes hurt from seeing so many `elif'. See https://github.com/scylladb/scylla-machine-image/blob/ad01b2a28092b0488f5de443da51a51285c98a14/common/scylla_cloud_io_setup#L41 We should store this in a dictionary, JSON or whatnot. Single location preferably.