Skip to content

Commit ef6f51e

Browse files
Work around bug causing the large spectral norm benchmark case to
get stored in the same file as the smaller one. Also fix correspondence with the associated graph files. Signed-off-by: Ian Henriksen <iandhenriksen@gmail.com>
1 parent 3a544f2 commit ef6f51e

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)