Make the string benchmark compute less

This commit is contained in:
Jean Pierre Cimalando 2020-04-02 15:36:38 +02:00
parent bcb0c91599
commit 5ad260e4c4

View file

@ -50,7 +50,7 @@ public:
}
static constexpr float sampleRate = 44100;
static constexpr unsigned numFrames = sampleRate * 5.0;
static constexpr unsigned numFrames = sampleRate * 1.0;
std::vector<float> input;
std::vector<float> output;
unsigned numStrings = 0;