added large primes to patest_suggested_vs_streaminfo_latency.py
This commit is contained in:
parent
59b9cf7180
commit
0750039754
1 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ for i in range (1,20):
|
|||
compositeTestFramesPerBufferValues.append( 441 )
|
||||
compositeTestFramesPerBufferValues.append( 882 )
|
||||
|
||||
# large primes
|
||||
#compositeTestFramesPerBufferValues.append( 39209 )
|
||||
#compositeTestFramesPerBufferValues.append( 37537 )
|
||||
#compositeTestFramesPerBufferValues.append( 26437 )
|
||||
|
||||
individualPlotFramesPerBufferValues = [0,64,128,256,512] #output separate plots for these
|
||||
|
||||
isFirst = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue