Skip to content

Commit a630c0d

Browse files
authored
Fix Data Storage for New Spectral Norm Benchmark (#29032)
The benchmark results for the new spectralnorm benchmark size were getting dropped into the same file as the old smaller benchmark size. It turned out that having the name specified in the perfkeys file was overriding the two distinct filenames in the perfexecopts file. While here I also removed the reference to the spectralnorm-release.dat file in the associated graph file since that doesn't appear to be generated by anything specific right now. [Contributed by @insertinterestingnamehere. Reviewed and merged by @jabraham17]
2 parents ac102e4 + ef6f51e commit a630c0d

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
perfkeys: real, real
2-
graphkeys: release, submitted, submitted (2)
2+
graphkeys: submitted, submitted (2)
33
files: spectralnorm-submitted-40000.dat, spectralnorm2-40000.dat
44
graphtitle: Submitted Spectral Norm Shootout Benchmark for 40000x40000
55
ylabel: Time (seconds)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
--n=5500
1+
--n=5500 # spectralnorm-submitted
22
--n=40000 # spectralnorm-submitted-40000
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# file: spectralnorm-submitted.dat
21
real
32
verify:-4: 1.274224153
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--n=5500 # spectralnorm2
2-
--n=40000 # spectralnorm2-submitted-40000
2+
--n=40000 # spectralnorm2-40000

0 commit comments

Comments
 (0)