diff --git a/scripts/data/nuc/gbps.pdf b/scripts/data/nuc/gbps.pdf index 2f59f1d9..76135cb8 100644 Binary files a/scripts/data/nuc/gbps.pdf and b/scripts/data/nuc/gbps.pdf differ diff --git a/scripts/data/nuc/pasteandrotate.py b/scripts/data/nuc/pasteandrotate.py index 71ba5cc8..dc9f5c7c 100644 --- a/scripts/data/nuc/pasteandrotate.py +++ b/scripts/data/nuc/pasteandrotate.py @@ -11,7 +11,7 @@ answer = [] for file in os.listdir(ourdir): if file.endswith(".table"): fullpath = os.path.join(ourdir, file) - answer.append([file[:-6]]+getdata(fullpath)) + answer.append([file[:-11]]+getdata(fullpath)) print("#simdjson RapidJSON sajson") answer.sort() for l in answer: diff --git a/scripts/data/skylake/gbps.pdf b/scripts/data/skylake/gbps.pdf index 1d658b1f..725ce176 100644 Binary files a/scripts/data/skylake/gbps.pdf and b/scripts/data/skylake/gbps.pdf differ diff --git a/scripts/data/skylake/pasteandrotate.py b/scripts/data/skylake/pasteandrotate.py index 71ba5cc8..dc9f5c7c 100644 --- a/scripts/data/skylake/pasteandrotate.py +++ b/scripts/data/skylake/pasteandrotate.py @@ -11,7 +11,7 @@ answer = [] for file in os.listdir(ourdir): if file.endswith(".table"): fullpath = os.path.join(ourdir, file) - answer.append([file[:-6]]+getdata(fullpath)) + answer.append([file[:-11]]+getdata(fullpath)) print("#simdjson RapidJSON sajson") answer.sort() for l in answer: