1
0
Fork 0

Adding upstream version 1.9.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:10:21 +01:00
parent ddf4b25f8f
commit 49fcf7364a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
88 changed files with 62468 additions and 0 deletions

6
contrib/diags/lognorm.r Normal file
View file

@ -0,0 +1,6 @@
x = rnorm(16*1024*1024, mean=2.005285, sd=0.2162)
write(x,file="i7.ln",ncolumns=1)
x = rnorm(16*1024*1024, mean=2.744504, sd=0.93767)
write(x,file="xeon.ln",ncolumns=1)
x = rnorm(16*1024*1024, mean=5.9478, sd=2.4142)
write(x,file="celeron.ln",ncolumns=1)