Make the string benchmark compute less
This commit is contained in:
parent
bcb0c91599
commit
5ad260e4c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue