diff --git a/scripts/data/nuc/apache_builds.json.table b/scripts/data/nuc/apache_builds.json.table new file mode 100644 index 00000000..b40a1d3e --- /dev/null +++ b/scripts/data/nuc/apache_builds.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.287 0.043 1.700 0.054 +"RapidJSON" 3.870 0.326 0.569 0.044 +"sajson" 2.006 0.094 1.095 0.049 diff --git a/scripts/data/nuc/canada.json.table b/scripts/data/nuc/canada.json.table new file mode 100644 index 00000000..b8dfb258 --- /dev/null +++ b/scripts/data/nuc/canada.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 2.521 0.064 0.876 0.022 +"RapidJSON" 5.089 0.044 0.434 0.004 +"sajson" 3.428 0.058 0.644 0.011 diff --git a/scripts/data/nuc/citm_catalog.json.table b/scripts/data/nuc/citm_catalog.json.table new file mode 100644 index 00000000..5b5b3318 --- /dev/null +++ b/scripts/data/nuc/citm_catalog.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.056 0.040 2.089 0.076 +"RapidJSON" 3.235 0.016 0.682 0.003 +"sajson" 1.853 0.051 1.191 0.032 diff --git a/scripts/data/nuc/github_events.json.table b/scripts/data/nuc/github_events.json.table new file mode 100644 index 00000000..e81ba0cf --- /dev/null +++ b/scripts/data/nuc/github_events.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.055 0.096 2.054 0.169 +"RapidJSON" 3.673 0.308 0.597 0.045 +"sajson" 2.176 0.127 1.006 0.055 diff --git a/scripts/data/nuc/gsoc-2018.json.table b/scripts/data/nuc/gsoc-2018.json.table new file mode 100644 index 00000000..3b620b15 --- /dev/null +++ b/scripts/data/nuc/gsoc-2018.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 0.859 0.041 2.568 0.116 +"RapidJSON" 2.905 0.022 0.760 0.006 +"sajson" 1.929 0.025 1.144 0.015 diff --git a/scripts/data/nuc/instruments.json.table b/scripts/data/nuc/instruments.json.table new file mode 100644 index 00000000..8544b946 --- /dev/null +++ b/scripts/data/nuc/instruments.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.278 0.105 1.719 0.130 +"RapidJSON" 3.942 0.184 0.559 0.025 +"sajson" 2.210 0.088 0.996 0.038 diff --git a/scripts/data/nuc/marine_ik.json.table b/scripts/data/nuc/marine_ik.json.table new file mode 100644 index 00000000..11f7515e --- /dev/null +++ b/scripts/data/nuc/marine_ik.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 2.999 0.049 0.736 0.012 +"RapidJSON" 6.155 0.043 0.359 0.003 +"sajson" 3.539 0.061 0.624 0.011 diff --git a/scripts/data/nuc/mesh.json.table b/scripts/data/nuc/mesh.json.table new file mode 100644 index 00000000..82d7fb03 --- /dev/null +++ b/scripts/data/nuc/mesh.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 3.015 0.121 0.732 0.028 +"RapidJSON" 5.983 0.115 0.369 0.007 +"sajson" 3.672 0.072 0.601 0.012 diff --git a/scripts/data/nuc/mesh.pretty.json.table b/scripts/data/nuc/mesh.pretty.json.table new file mode 100644 index 00000000..2866b93f --- /dev/null +++ b/scripts/data/nuc/mesh.pretty.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.914 0.059 1.153 0.035 +"RapidJSON" 3.583 0.043 0.616 0.007 +"sajson" 2.522 0.095 0.875 0.032 diff --git a/scripts/data/nuc/numbers.json.table b/scripts/data/nuc/numbers.json.table new file mode 100644 index 00000000..e97a1a87 --- /dev/null +++ b/scripts/data/nuc/numbers.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 2.456 0.182 0.895 0.062 +"RapidJSON" 4.877 0.238 0.452 0.021 +"sajson" 3.132 0.112 0.703 0.024 diff --git a/scripts/data/nuc/random.json.table b/scripts/data/nuc/random.json.table new file mode 100644 index 00000000..a616bf9f --- /dev/null +++ b/scripts/data/nuc/random.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.843 0.127 1.197 0.079 +"RapidJSON" 5.352 0.042 0.412 0.003 +"sajson" 3.027 0.072 0.729 0.017 diff --git a/scripts/data/nuc/twitter.json.table b/scripts/data/nuc/twitter.json.table new file mode 100644 index 00000000..f021826d --- /dev/null +++ b/scripts/data/nuc/twitter.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.212 0.092 1.818 0.128 +"RapidJSON" 3.831 0.037 0.576 0.005 +"sajson" 2.271 0.062 0.971 0.026 diff --git a/scripts/data/nuc/twitterescaped.json.table b/scripts/data/nuc/twitterescaped.json.table new file mode 100644 index 00000000..d72a4c93 --- /dev/null +++ b/scripts/data/nuc/twitterescaped.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 2.343 0.086 0.942 0.033 +"RapidJSON" 4.446 0.046 0.496 0.005 +"sajson" 2.870 0.041 0.769 0.011 diff --git a/scripts/data/nuc/update-center.json.table b/scripts/data/nuc/update-center.json.table new file mode 100644 index 00000000..8edbab04 --- /dev/null +++ b/scripts/data/nuc/update-center.json.table @@ -0,0 +1,4 @@ +name cycles_per_byte cycles_per_byte_err gb_per_s gb_per_s_err +"simdjson " 1.496 0.124 1.474 0.113 +"RapidJSON" 4.886 0.068 0.452 0.006 +"sajson" 2.921 0.052 0.755 0.013