diff --git a/.gitignore b/.gitignore index 31d9371463..77ea1c36b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /src/node_modules /src/.observable /.go/ -/public/ +/docs/ diff --git a/clay/src/opa_bench/generate.clj b/clay/src/opa_bench/generate.clj index 0dbadf43e4..2689a2650f 100644 --- a/clay/src/opa_bench/generate.clj +++ b/clay/src/opa_bench/generate.clj @@ -35,7 +35,7 @@ style/page-style (println "Rendering index...") (clay/make! {:source-path "notebooks/index.clj" :format [:html] - :base-target-path "../public" + :base-target-path "../docs" :title "OPA Benchmarks" :hide-code true :hide-info-line true @@ -48,7 +48,7 @@ style/page-style (print (str " " (:id b) "... ")) (flush) (clay/make! {:source-path src :format [:html] - :base-target-path "../public" + :base-target-path "../docs" :title (:name b) :hide-code true :hide-info-line true @@ -56,7 +56,7 @@ style/page-style :live-reload false}) (println "done."))) - (println (str "\nDone. " (count data/benchmarks-with-ids) " pages in ../public/"))) + (println (str "\nDone. " (count data/benchmarks-with-ids) " pages in ../docs/"))) (defn -main [& _args] (render-all!) diff --git a/public/benchmarks.__internal_providers_aws_crypto_BenchmarkCompare_4.html b/docs/benchmarks.__internal_providers_aws_crypto_BenchmarkCompare_4.html similarity index 100% rename from public/benchmarks.__internal_providers_aws_crypto_BenchmarkCompare_4.html rename to docs/benchmarks.__internal_providers_aws_crypto_BenchmarkCompare_4.html diff --git a/public/benchmarks.__internal_providers_aws_crypto_BenchmarkConstantTimeCompare_4.html b/docs/benchmarks.__internal_providers_aws_crypto_BenchmarkConstantTimeCompare_4.html similarity index 100% rename from public/benchmarks.__internal_providers_aws_crypto_BenchmarkConstantTimeCompare_4.html rename to docs/benchmarks.__internal_providers_aws_crypto_BenchmarkConstantTimeCompare_4.html diff --git a/public/benchmarks.__internal_providers_aws_v4_BenchmarkStripExcessSpaces_4.html b/docs/benchmarks.__internal_providers_aws_v4_BenchmarkStripExcessSpaces_4.html similarity index 100% rename from public/benchmarks.__internal_providers_aws_v4_BenchmarkStripExcessSpaces_4.html rename to docs/benchmarks.__internal_providers_aws_v4_BenchmarkStripExcessSpaces_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkAppendTextPreAllocated_4.html b/docs/benchmarks.__internal_semver_BenchmarkAppendTextPreAllocated_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkAppendTextPreAllocated_4.html rename to docs/benchmarks.__internal_semver_BenchmarkAppendTextPreAllocated_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkAppendText_4.html b/docs/benchmarks.__internal_semver_BenchmarkAppendText_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkAppendText_4.html rename to docs/benchmarks.__internal_semver_BenchmarkAppendText_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkCompareEqual_4.html b/docs/benchmarks.__internal_semver_BenchmarkCompareEqual_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkCompareEqual_4.html rename to docs/benchmarks.__internal_semver_BenchmarkCompareEqual_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkCompare_4.html b/docs/benchmarks.__internal_semver_BenchmarkCompare_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkCompare_4.html rename to docs/benchmarks.__internal_semver_BenchmarkCompare_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkParsePrereleaseAndMetadata_4.html b/docs/benchmarks.__internal_semver_BenchmarkParsePrereleaseAndMetadata_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkParsePrereleaseAndMetadata_4.html rename to docs/benchmarks.__internal_semver_BenchmarkParsePrereleaseAndMetadata_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkParseSimple_4.html b/docs/benchmarks.__internal_semver_BenchmarkParseSimple_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkParseSimple_4.html rename to docs/benchmarks.__internal_semver_BenchmarkParseSimple_4.html diff --git a/public/benchmarks.__internal_semver_BenchmarkString_4.html b/docs/benchmarks.__internal_semver_BenchmarkString_4.html similarity index 100% rename from public/benchmarks.__internal_semver_BenchmarkString_4.html rename to docs/benchmarks.__internal_semver_BenchmarkString_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkGoRego_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkGoRego_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkGoRego_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkGoRego_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_1000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_1000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_1000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_1000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMArrayIteration_10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x1000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x1000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x1000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x1000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_100x100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x1000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x1000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x1000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x1000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMLargeJSON_10x10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_1000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_1000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_1000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_1000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMObjectIteration_10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_1000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_1000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_1000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_1000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMSetIteration_10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1000_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1000_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1000_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1000_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1000_hit_1_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_100_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_100_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_100_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_100_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_1_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_1_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_1_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_100_hit_1_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_10_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_10_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_10_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_10_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_1_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_1_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_1_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_10_hit_1_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1_hit_1_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1_hit_1_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1_hit_1_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWASMVirtualDocs_total_1_hit_1_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmCompilation_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmCompilation_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmCompilation_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmCompilation_4.html diff --git a/public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmRego_4.html b/docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmRego_4.html similarity index 100% rename from public/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmRego_4.html rename to docs/benchmarks.__internal_wasm_sdk_opa_BenchmarkWasmRego_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayEquality_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayEquality_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayEquality_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayEquality_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayEquality_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayEquality_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayEquality_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayEquality_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayEquality_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayEquality_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayEquality_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayEquality_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayEquality_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayEquality_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayEquality_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayEquality_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_5000_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_5000_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_5000_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_5000_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_5000_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_5000_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_5000_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_5000_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_500_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_500_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_500_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_500_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_500_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_500_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_500_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_500_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_50_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_50_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_50_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_50_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_50_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_50_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_50_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_50_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_5_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_5_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_5_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_5_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkArrayString_5_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkArrayString_5_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkArrayString_5_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkArrayString_5_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCapabilitiesCurrentVersion_4.html b/docs/benchmarks.__v1_ast_BenchmarkCapabilitiesCurrentVersion_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCapabilitiesCurrentVersion_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCapabilitiesCurrentVersion_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCommentString_4.html b/docs/benchmarks.__v1_ast_BenchmarkCommentString_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCommentString_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCommentString_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkConstantPrefix_4.html b/docs/benchmarks.__v1_ast_BenchmarkConstantPrefix_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkConstantPrefix_4.html rename to docs/benchmarks.__v1_ast_BenchmarkConstantPrefix_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly____100_4.html b/docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly____100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly____100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly____100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_____100_4.html b/docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_____100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_____100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_____100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______100_4.html b/docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______________100_4.html b/docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______________100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______________100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly______________100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly__unes_caped___100_4.html b/docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly__unes_caped___100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly__unes_caped___100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly__unes_caped___100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_no_curly______100_4.html b/docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_no_curly______100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_no_curly______100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkCountUnescapedLeftCurly_no_curly______100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart____100_4.html b/docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart____100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart____100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart____100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_____100_4.html b/docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_____100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_____100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_____100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______100_4.html b/docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______________100_4.html b/docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______________100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______________100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart______________100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart__unes_caped___100_4.html b/docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart__unes_caped___100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart__unes_caped___100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart__unes_caped___100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_no_curly______100_4.html b/docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_no_curly______100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_no_curly______100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkEscapeTemplateStringStringPart_no_curly______100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprAppendText_complex_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprAppendText_complex_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprAppendText_complex_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprAppendText_complex_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprAppendText_negated_expr_with_with_modifier_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprAppendText_negated_expr_with_with_modifier_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprAppendText_negated_expr_with_with_modifier_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprAppendText_negated_expr_with_with_modifier_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprAppendText_simple_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprAppendText_simple_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprAppendText_simple_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprAppendText_simple_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_complex_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_complex_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_complex_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_complex_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_negated_expr_with_with_modifier_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_negated_expr_with_with_modifier_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_negated_expr_with_with_modifier_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_negated_expr_with_with_modifier_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_simple_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_simple_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_simple_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprMarshalJSON_simple_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprString_complex_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprString_complex_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprString_complex_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprString_complex_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprString_negated_expr_with_with_modifier_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprString_negated_expr_with_with_modifier_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprString_negated_expr_with_with_modifier_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprString_negated_expr_with_with_modifier_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkExprString_simple_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkExprString_simple_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkExprString_simple_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkExprString_simple_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_4.html b/docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_4.html rename to docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_long_4.html b/docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_long_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_long_4.html rename to docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_no_match_long_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_single_part_4.html b/docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_single_part_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_single_part_4.html rename to docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_single_part_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_three_parts_4.html b/docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_three_parts_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_three_parts_4.html rename to docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_three_parts_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_two_parts_4.html b/docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_two_parts_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_two_parts_4.html rename to docs/benchmarks.__v1_ast_BenchmarkFromBuiltinNames_two_parts_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkGenerateLocalVar_4.html b/docs/benchmarks.__v1_ast_BenchmarkGenerateLocalVar_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkGenerateLocalVar_4.html rename to docs/benchmarks.__v1_ast_BenchmarkGenerateLocalVar_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_GenericVisitor_4.html b/docs/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_GenericVisitor_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_GenericVisitor_4.html rename to docs/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_GenericVisitor_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_term_4.html b/docs/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_term_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_term_4.html rename to docs/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_term_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_via_WalkRules_4.html b/docs/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_via_WalkRules_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_via_WalkRules_4.html rename to docs/benchmarks.__v1_ast_BenchmarkGenericVisitorWalkVsTypeVisitor_TypeVisitor_via_WalkRules_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkGroundPrefix_4.html b/docs/benchmarks.__v1_ast_BenchmarkGroundPrefix_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkGroundPrefix_4.html rename to docs/benchmarks.__v1_ast_BenchmarkGroundPrefix_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_interned_int_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_interned_int_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_interned_int_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_interned_int_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_non_interned_int_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_non_interned_int_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_non_interned_int_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkInterfaceToValueInt_non_interned_int_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_interned_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_interned_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_interned_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_interned_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_new_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_new_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_new_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_new_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_object_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_object_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_object_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_object_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_package_var_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_package_var_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkInterningAccessValue_package_var_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkInterningAccessValue_package_var_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_5heel_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_5heel_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_5heel_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_5heel_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__00_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__00_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__00_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__00_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString___really_long_variable_name_1234567890_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString___really_long_variable_name_1234567890_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString___really_long_variable_name_1234567890_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString___really_long_variable_name_1234567890_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__ello__4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__ello__4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__ello__4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString__ello__4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_01_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_01_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_01_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_01_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_llo_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_x00llo_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_x00llo_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_x00llo_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_h_x00llo_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_hello_4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_hello_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_hello_4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_hello_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_incompatible_last_char__4.html b/docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_incompatible_last_char__4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_incompatible_last_char__4.html rename to docs/benchmarks.__v1_ast_BenchmarkIsVarCompatibleString_incompatible_last_char__4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5000_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_500_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_50_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectFind_5_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkLazyObjectLookup_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_comprehension_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_comprehension_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_comprehension_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_array_comprehension_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_boolean_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_boolean_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_boolean_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_boolean_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_call_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_call_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_call_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_call_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_null_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_null_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_null_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_null_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_number_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_number_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_number_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_number_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_comprehension_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_comprehension_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_comprehension_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_object_comprehension_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_ref_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_ref_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_ref_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_ref_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_comprehension_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_comprehension_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_comprehension_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_set_comprehension_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_escapes_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_escapes_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_escapes_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_escapes_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_newlines_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_newlines_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_newlines_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_string_with_newlines_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_template_string_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_template_string_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_template_string_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_template_string_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_var_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_var_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_var_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoASTTypeAllocatesOnAppendToBufferOfStringLength_var_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_body_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_body_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_body_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_body_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_every_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_every_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_every_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_every_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_expr_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_expr_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_expr_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_expr_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_assign_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_assign_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_assign_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_assign_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_with_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_with_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_with_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_head_with_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_import_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_import_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_import_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_import_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_annotated_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_annotated_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_annotated_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_module_annotated_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_with_special_chars_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_with_special_chars_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_with_special_chars_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_package_with_special_chars_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_ref_head_with_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_ref_head_with_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_ref_head_with_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_ref_head_with_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_decl_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_decl_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_decl_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_decl_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_in_decl_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_in_decl_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_in_decl_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_some_in_decl_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_with_4.html b/docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_with_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_with_4.html rename to docs/benchmarks.__v1_ast_BenchmarkNoNodeTypeAllocatesOnAppend_with_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_increasing_keys_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectConstruction_shuffled_keys_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCopy_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCopy_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCopy_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCopy_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_insert_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_insert_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_insert_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_insert_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_terms_array_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_terms_array_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_terms_array_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreateWithInsertVsTermsArray_terms_array_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectCreationAndLookup_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5000_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_500_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_500_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_500_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_500_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_500_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_500_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_500_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_500_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_500_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_50_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_50_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_50_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_50_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_50_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_50_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_50_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_50_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_50_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectFind_5_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectFind_5_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectFind_5_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_number_key_as_int_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_number_key_as_int_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_number_key_as_int_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_float_number_key_as_int_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_as_float_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_as_float_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_as_float_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_int_number_key_as_float_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_interned_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_interned_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_interned_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_interned_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_string_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_string_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_existing_string_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_existing_string_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_lookup_in_empty_object_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_lookup_in_empty_object_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_lookup_in_empty_object_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_lookup_in_empty_object_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_missing_float_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_missing_float_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_missing_float_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_missing_float_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_missing_int_number_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_missing_int_number_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_missing_int_number_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_missing_int_number_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectGet_missing_string_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectGet_missing_string_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectGet_missing_string_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectGet_missing_string_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key__new_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key__new_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key__new_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key__new_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key_and_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key_and_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key_and_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectInsert_existing_key_and_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key__new_value_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key__new_value_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key__new_value_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectInsert_new_key__new_value_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectLookup_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectLookup_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectLookup_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectLookup_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectLookup_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectLookup_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectLookup_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectLookup_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectLookup_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectLookup_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectLookup_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectLookup_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectLookup_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectLookup_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectLookup_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectLookup_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectMergeWith_with_conflict_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectMergeWith_with_conflict_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectMergeWith_with_conflict_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectMergeWith_with_conflict_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectMergeWith_without_conflict_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectMergeWith_without_conflict_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectMergeWith_without_conflict_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectMergeWith_without_conflict_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50000_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5000_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_500_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_50_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectStringInterfaces_5_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_5000_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_5000_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_5000_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_5000_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_5000_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_5000_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_5000_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_5000_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_500_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_500_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_500_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_500_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_500_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_500_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_500_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_500_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_50_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_50_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_50_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_50_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_50_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_50_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_50_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_50_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_5_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_5_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_5_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_5_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkObjectString_5_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkObjectString_5_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkObjectString_5_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkObjectString_5_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseAnnotations_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseAnnotations_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseAnnotations_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseAnnotations_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseBasicABACModule_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseBasicABACModule_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseBasicABACModule_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseBasicABACModule_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_100_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_12500_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_12500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_12500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_12500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_2500_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_2500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_2500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_2500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedArrays_depth_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_100_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_12500_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_12500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_12500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_12500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_2500_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_2500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_2500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_2500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseDeepNesting_NestedObjects_depth_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseEvery_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseEvery_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseEvery_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseEvery_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseManyAnnotations_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseManyAnnotations_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseManyAnnotations_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseManyAnnotations_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1000_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_100_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseModuleRulesBase_1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseSome_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseSome_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseSome_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseSome_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementBasicCall_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementBasicCall_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementBasicCall_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementBasicCall_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementMixedJSON_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementMixedJSON_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementMixedJSON_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementMixedJSON_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_15_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_15_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_15_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_15_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_1_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_20_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_20_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_20_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_20_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjectsOrSets_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_10x1_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_10x1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_10x1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_10x1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x10_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x1_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x5_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_1x5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x1_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x5_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementNestedObjects_5x5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1000_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_100_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseStatementSimpleArray_1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkParseVars_4.html b/docs/benchmarks.__v1_ast_BenchmarkParseVars_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkParseVars_4.html rename to docs/benchmarks.__v1_ast_BenchmarkParseVars_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkPtr_with_escape_4.html b/docs/benchmarks.__v1_ast_BenchmarkPtr_with_escape_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkPtr_with_escape_4.html rename to docs/benchmarks.__v1_ast_BenchmarkPtr_with_escape_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkPtr_without_escape_4.html b/docs/benchmarks.__v1_ast_BenchmarkPtr_without_escape_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkPtr_without_escape_4.html rename to docs/benchmarks.__v1_ast_BenchmarkPtr_without_escape_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRefString_dot_builtin_4.html b/docs/benchmarks.__v1_ast_BenchmarkRefString_dot_builtin_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRefString_dot_builtin_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRefString_dot_builtin_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRefString_really_long_4.html b/docs/benchmarks.__v1_ast_BenchmarkRefString_really_long_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRefString_really_long_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRefString_really_long_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRefString_scalars_ref_4.html b/docs/benchmarks.__v1_ast_BenchmarkRefString_scalars_ref_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRefString_scalars_ref_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRefString_scalars_ref_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRefString_simple_ref_4.html b/docs/benchmarks.__v1_ast_BenchmarkRefString_simple_ref_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRefString_simple_ref_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRefString_simple_ref_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRefString_var_term_4.html b/docs/benchmarks.__v1_ast_BenchmarkRefString_var_term_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRefString_var_term_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRefString_var_term_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRefString_with_escape_4.html b/docs/benchmarks.__v1_ast_BenchmarkRefString_with_escape_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRefString_with_escape_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRefString_with_escape_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100000_4.html b/docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10000_4.html b/docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1000_4.html b/docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100_4.html b/docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1_4.html b/docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRewriteDynamics_1_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_multiple_exprs_4.html b/docs/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_multiple_exprs_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_multiple_exprs_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_multiple_exprs_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_some_decl_4.html b/docs/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_some_decl_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_some_decl_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_rule_with_some_decl_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_simple_rule_4.html b/docs/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_simple_rule_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_simple_rule_4.html rename to docs/benchmarks.__v1_ast_BenchmarkRuleMarshalJSON_simple_rule_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCopy_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCopy_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCopy_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCopy_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetCreationAndLookup_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_4_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_4_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_4_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_4_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersectionDifferentSize_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersection_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersection_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersection_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersection_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersection_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersection_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersection_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersection_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersection_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersection_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersection_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersection_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetIntersection_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetIntersection_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetIntersection_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetIntersection_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50000_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50000_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50000_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50000_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5000_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5000_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5000_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5000_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_500_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_500_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_500_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_500_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_50_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5_json_Marshal_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5_json_Marshal_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5_json_Marshal_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMarshalJSON_5_json_Marshal_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMembership_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMembership_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMembership_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMembership_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMembership_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMembership_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMembership_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMembership_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMembership_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMembership_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMembership_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMembership_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetMembership_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetMembership_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetMembership_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetMembership_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetString_50000_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkSetString_50000_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetString_50000_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetString_50000_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetString_5000_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkSetString_5000_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetString_5000_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetString_5000_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetString_500_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkSetString_500_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetString_500_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetString_500_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetString_50_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkSetString_50_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetString_50_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetString_50_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetString_5_String___4.html b/docs/benchmarks.__v1_ast_BenchmarkSetString_5_String___4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetString_5_String___4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetString_5_String___4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnionOverlapping_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnion_5000_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnion_5000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnion_5000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnion_5000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnion_500_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnion_500_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnion_500_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnion_500_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnion_50_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnion_50_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnion_50_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnion_50_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkSetUnion_5_4.html b/docs/benchmarks.__v1_ast_BenchmarkSetUnion_5_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkSetUnion_5_4.html rename to docs/benchmarks.__v1_ast_BenchmarkSetUnion_5_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkStringPrefix_4.html b/docs/benchmarks.__v1_ast_BenchmarkStringPrefix_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkStringPrefix_4.html rename to docs/benchmarks.__v1_ast_BenchmarkStringPrefix_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeControl_4.html b/docs/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeControl_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeControl_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeControl_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeCurlies_4.html b/docs/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeCurlies_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeCurlies_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTemplateStringToStringEscapeCurlies_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTemplateStringToString_4.html b/docs/benchmarks.__v1_ast_BenchmarkTemplateStringToString_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTemplateStringToString_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTemplateStringToString_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTermHashing_1000_4.html b/docs/benchmarks.__v1_ast_BenchmarkTermHashing_1000_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTermHashing_1000_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTermHashing_1000_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTermHashing_100_4.html b/docs/benchmarks.__v1_ast_BenchmarkTermHashing_100_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTermHashing_100_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTermHashing_100_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTermHashing_10_4.html b/docs/benchmarks.__v1_ast_BenchmarkTermHashing_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTermHashing_10_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTermHashing_10_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkTypeName_4.html b/docs/benchmarks.__v1_ast_BenchmarkTypeName_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkTypeName_4.html rename to docs/benchmarks.__v1_ast_BenchmarkTypeName_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkValueName_4.html b/docs/benchmarks.__v1_ast_BenchmarkValueName_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkValueName_4.html rename to docs/benchmarks.__v1_ast_BenchmarkValueName_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkValueToInterfaceInt_4.html b/docs/benchmarks.__v1_ast_BenchmarkValueToInterfaceInt_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkValueToInterfaceInt_4.html rename to docs/benchmarks.__v1_ast_BenchmarkValueToInterfaceInt_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkVarSetUpdateEmpty_4.html b/docs/benchmarks.__v1_ast_BenchmarkVarSetUpdateEmpty_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkVarSetUpdateEmpty_4.html rename to docs/benchmarks.__v1_ast_BenchmarkVarSetUpdateEmpty_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_WalkBody_4.html b/docs/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_WalkBody_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_WalkBody_4.html rename to docs/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_WalkBody_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_Walk_4.html b/docs/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_Walk_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_Walk_4.html rename to docs/benchmarks.__v1_ast_BenchmarkVarVisitorWalkAnyVsSpecific_Walk_4.html diff --git a/public/benchmarks.__v1_ast_BenchmarkWithMarshalJSON_4.html b/docs/benchmarks.__v1_ast_BenchmarkWithMarshalJSON_4.html similarity index 100% rename from public/benchmarks.__v1_ast_BenchmarkWithMarshalJSON_4.html rename to docs/benchmarks.__v1_ast_BenchmarkWithMarshalJSON_4.html diff --git a/public/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_1_20_4.html b/docs/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_1_20_4.html similarity index 100% rename from public/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_1_20_4.html rename to docs/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_1_20_4.html diff --git a/public/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_file1_rego_10_4.html b/docs/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_file1_rego_10_4.html similarity index 100% rename from public/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_file1_rego_10_4.html rename to docs/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_file1_rego_10_4.html diff --git a/public/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_some_text_4.html b/docs/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_some_text_4.html similarity index 100% rename from public/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_some_text_4.html rename to docs/benchmarks.__v1_ast_location_BenchmarkLocationAppendText_some_text_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_100000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_100000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_100000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_100000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_10000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_10000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_10000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_10000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_250000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_250000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_250000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_250000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_500000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_500000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_500000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkDirectoryLoader_500000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkTarballLoader_100000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_100000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkTarballLoader_100000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_100000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkTarballLoader_10000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_10000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkTarballLoader_10000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_10000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkTarballLoader_1000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_1000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkTarballLoader_1000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_1000_4.html diff --git a/public/benchmarks.__v1_bundle_BenchmarkTarballLoader_250000_4.html b/docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_250000_4.html similarity index 100% rename from public/benchmarks.__v1_bundle_BenchmarkTarballLoader_250000_4.html rename to docs/benchmarks.__v1_bundle_BenchmarkTarballLoader_250000_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_10000_4.html b/docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_10000_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_10000_4.html rename to docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_10000_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_1000_4.html b/docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_1000_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_1000_4.html rename to docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_1000_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_2500_4.html b/docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_2500_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_2500_4.html rename to docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_2500_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_5000_4.html b/docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_5000_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_5000_4.html rename to docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_5000_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_7500_4.html b/docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_7500_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_7500_4.html rename to docs/benchmarks.__v1_compile_BenchmarkCompileDynamicPolicy_7500_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_1000_4.html b/docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_1000_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_1000_4.html rename to docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_1000_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_2500_4.html b/docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_2500_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_2500_4.html rename to docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_2500_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_5000_4.html b/docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_5000_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_5000_4.html rename to docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_5000_4.html diff --git a/public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_7500_4.html b/docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_7500_4.html similarity index 100% rename from public/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_7500_4.html rename to docs/benchmarks.__v1_compile_BenchmarkLargePartialRulePolicy_7500_4.html diff --git a/public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1000Iterations_4.html b/docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1000Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1000Iterations_4.html rename to docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1000Iterations_4.html diff --git a/public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars100Iterations_4.html b/docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars100Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars100Iterations_4.html rename to docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars100Iterations_4.html diff --git a/public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1Iterations_4.html b/docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1Iterations_4.html rename to docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_10Vars1Iterations_4.html diff --git a/public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1000Iterations_4.html b/docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1000Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1000Iterations_4.html rename to docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1000Iterations_4.html diff --git a/public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars100Iterations_4.html b/docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars100Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars100Iterations_4.html rename to docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars100Iterations_4.html diff --git a/public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1Iterations_4.html b/docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1Iterations_4.html rename to docs/benchmarks.__v1_cover_BenchmarkCoverBigLocalVar_1Vars1Iterations_4.html diff --git a/public/benchmarks.__v1_dependencies_BenchmarkBase_10_4.html b/docs/benchmarks.__v1_dependencies_BenchmarkBase_10_4.html similarity index 100% rename from public/benchmarks.__v1_dependencies_BenchmarkBase_10_4.html rename to docs/benchmarks.__v1_dependencies_BenchmarkBase_10_4.html diff --git a/public/benchmarks.__v1_dependencies_BenchmarkBase_20_4.html b/docs/benchmarks.__v1_dependencies_BenchmarkBase_20_4.html similarity index 100% rename from public/benchmarks.__v1_dependencies_BenchmarkBase_20_4.html rename to docs/benchmarks.__v1_dependencies_BenchmarkBase_20_4.html diff --git a/public/benchmarks.__v1_dependencies_BenchmarkBase_50_4.html b/docs/benchmarks.__v1_dependencies_BenchmarkBase_50_4.html similarity index 100% rename from public/benchmarks.__v1_dependencies_BenchmarkBase_50_4.html rename to docs/benchmarks.__v1_dependencies_BenchmarkBase_50_4.html diff --git a/public/benchmarks.__v1_dependencies_BenchmarkVirtual_10_4.html b/docs/benchmarks.__v1_dependencies_BenchmarkVirtual_10_4.html similarity index 100% rename from public/benchmarks.__v1_dependencies_BenchmarkVirtual_10_4.html rename to docs/benchmarks.__v1_dependencies_BenchmarkVirtual_10_4.html diff --git a/public/benchmarks.__v1_dependencies_BenchmarkVirtual_20_4.html b/docs/benchmarks.__v1_dependencies_BenchmarkVirtual_20_4.html similarity index 100% rename from public/benchmarks.__v1_dependencies_BenchmarkVirtual_20_4.html rename to docs/benchmarks.__v1_dependencies_BenchmarkVirtual_20_4.html diff --git a/public/benchmarks.__v1_dependencies_BenchmarkVirtual_50_4.html b/docs/benchmarks.__v1_dependencies_BenchmarkVirtual_50_4.html similarity index 100% rename from public/benchmarks.__v1_dependencies_BenchmarkVirtual_50_4.html rename to docs/benchmarks.__v1_dependencies_BenchmarkVirtual_50_4.html diff --git a/public/benchmarks.__v1_format_BenchmarkFormatLargePolicy_4.html b/docs/benchmarks.__v1_format_BenchmarkFormatLargePolicy_4.html similarity index 100% rename from public/benchmarks.__v1_format_BenchmarkFormatLargePolicy_4.html rename to docs/benchmarks.__v1_format_BenchmarkFormatLargePolicy_4.html diff --git a/public/benchmarks.__v1_metrics_BenchmarkMetricsMarshaling_4.html b/docs/benchmarks.__v1_metrics_BenchmarkMetricsMarshaling_4.html similarity index 100% rename from public/benchmarks.__v1_metrics_BenchmarkMetricsMarshaling_4.html rename to docs/benchmarks.__v1_metrics_BenchmarkMetricsMarshaling_4.html diff --git a/public/benchmarks.__v1_metrics_BenchmarkMetricsTimerStartStopRestart_4.html b/docs/benchmarks.__v1_metrics_BenchmarkMetricsTimerStartStopRestart_4.html similarity index 100% rename from public/benchmarks.__v1_metrics_BenchmarkMetricsTimerStartStopRestart_4.html rename to docs/benchmarks.__v1_metrics_BenchmarkMetricsTimerStartStopRestart_4.html diff --git a/public/benchmarks.__v1_plugins_logs_BenchmarkMaskingErase_4.html b/docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingErase_4.html similarity index 100% rename from public/benchmarks.__v1_plugins_logs_BenchmarkMaskingErase_4.html rename to docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingErase_4.html diff --git a/public/benchmarks.__v1_plugins_logs_BenchmarkMaskingNop_4.html b/docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingNop_4.html similarity index 100% rename from public/benchmarks.__v1_plugins_logs_BenchmarkMaskingNop_4.html rename to docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingNop_4.html diff --git a/public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1000Rules_4.html b/docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1000Rules_4.html similarity index 100% rename from public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1000Rules_4.html rename to docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1000Rules_4.html diff --git a/public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_100Rules_4.html b/docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_100Rules_4.html similarity index 100% rename from public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_100Rules_4.html rename to docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_100Rules_4.html diff --git a/public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_10Rules_4.html b/docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_10Rules_4.html similarity index 100% rename from public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_10Rules_4.html rename to docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_10Rules_4.html diff --git a/public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1Rules_4.html b/docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1Rules_4.html similarity index 100% rename from public/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1Rules_4.html rename to docs/benchmarks.__v1_plugins_logs_BenchmarkMaskingRuleCountsNop_1Rules_4.html diff --git a/public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1000Iterations_4.html b/docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1000Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1000Iterations_4.html rename to docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1000Iterations_4.html diff --git a/public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars100Iterations_4.html b/docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars100Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars100Iterations_4.html rename to docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars100Iterations_4.html diff --git a/public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1Iterations_4.html b/docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1Iterations_4.html rename to docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_10Vars1Iterations_4.html diff --git a/public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1000Iterations_4.html b/docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1000Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1000Iterations_4.html rename to docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1000Iterations_4.html diff --git a/public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars100Iterations_4.html b/docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars100Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars100Iterations_4.html rename to docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars100Iterations_4.html diff --git a/public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1Iterations_4.html b/docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1Iterations_4.html similarity index 100% rename from public/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1Iterations_4.html rename to docs/benchmarks.__v1_profiler_BenchmarkProfilerBigLocalVar_1Vars1Iterations_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkAciTestBuildAndEval_4.html b/docs/benchmarks.__v1_rego_BenchmarkAciTestBuildAndEval_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkAciTestBuildAndEval_4.html rename to docs/benchmarks.__v1_rego_BenchmarkAciTestBuildAndEval_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkAciTestOnlyEval_4.html b/docs/benchmarks.__v1_rego_BenchmarkAciTestOnlyEval_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkAciTestOnlyEval_4.html rename to docs/benchmarks.__v1_rego_BenchmarkAciTestOnlyEval_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkArrayIterationTargets_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkArrayIteration_4.html b/docs/benchmarks.__v1_rego_BenchmarkArrayIteration_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkArrayIteration_4.html rename to docs/benchmarks.__v1_rego_BenchmarkArrayIteration_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBuiltinPerformanceTargets_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_large_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_medium_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkBundleSizeTargets_small_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkCustomFunctionInHotPath_4.html b/docs/benchmarks.__v1_rego_BenchmarkCustomFunctionInHotPath_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkCustomFunctionInHotPath_4.html rename to docs/benchmarks.__v1_rego_BenchmarkCustomFunctionInHotPath_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_1000_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_100_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkDataSizesTargets_10_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_global_ref_4.html b/docs/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_global_ref_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_global_ref_4.html rename to docs/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_global_ref_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_local_var_4.html b/docs/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_local_var_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_local_var_4.html rename to docs/benchmarks.__v1_rego_BenchmarkGlobalVsLocalLookup_local_var_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_10000_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_1000_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkMemoryAllocationTargets_100_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkObjectIteration_4.html b/docs/benchmarks.__v1_rego_BenchmarkObjectIteration_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkObjectIteration_4.html rename to docs/benchmarks.__v1_rego_BenchmarkObjectIteration_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_1000_4.html b/docs/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_1000_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_1000_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_1000_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_100_4.html b/docs/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_100_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_100_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_100_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_10_4.html b/docs/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_10_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_10_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPartialObjectRuleCrossModule_10_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_1000_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_100_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkPolicyComplexityTargets_10_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkSetIteration_4.html b/docs/benchmarks.__v1_rego_BenchmarkSetIteration_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkSetIteration_4.html rename to docs/benchmarks.__v1_rego_BenchmarkSetIteration_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkSimpleAuthzTargets_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkStoreRead_4.html b/docs/benchmarks.__v1_rego_BenchmarkStoreRead_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkStoreRead_4.html rename to docs/benchmarks.__v1_rego_BenchmarkStoreRead_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_ast_4.html b/docs/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_ast_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_ast_4.html rename to docs/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_ast_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_go_4.html b/docs/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_go_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_go_4.html rename to docs/benchmarks.__v1_rego_BenchmarkStoreRefNotFound_inmem_go_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkTrivialPolicyTargets_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkTrivialPolicy_4.html b/docs/benchmarks.__v1_rego_BenchmarkTrivialPolicy_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkTrivialPolicy_4.html rename to docs/benchmarks.__v1_rego_BenchmarkTrivialPolicy_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkTrivialQuery_4.html b/docs/benchmarks.__v1_rego_BenchmarkTrivialQuery_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkTrivialQuery_4.html rename to docs/benchmarks.__v1_rego_BenchmarkTrivialQuery_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkWASMColdStartTargets_wasm_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_topdown_4.html b/docs/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_topdown_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_topdown_4.html rename to docs/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_topdown_4.html diff --git a/public/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_wasm_4.html b/docs/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_wasm_4.html similarity index 100% rename from public/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_wasm_4.html rename to docs/benchmarks.__v1_rego_BenchmarkWASMCompilationTargets_wasm_4.html diff --git a/public/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_sql_postgresql_json_4.html b/docs/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_sql_postgresql_json_4.html similarity index 100% rename from public/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_sql_postgresql_json_4.html rename to docs/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_sql_postgresql_json_4.html diff --git a/public/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_ucast_prisma_json_4.html b/docs/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_ucast_prisma_json_4.html similarity index 100% rename from public/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_ucast_prisma_json_4.html rename to docs/benchmarks.__v1_server_BenchmarkCompileHandler_vnd_opa_ucast_prisma_json_4.html diff --git a/public/benchmarks.__v1_server_BenchmarkDataPostV1Request_4.html b/docs/benchmarks.__v1_server_BenchmarkDataPostV1Request_4.html similarity index 100% rename from public/benchmarks.__v1_server_BenchmarkDataPostV1Request_4.html rename to docs/benchmarks.__v1_server_BenchmarkDataPostV1Request_4.html diff --git a/public/benchmarks.__v1_storage_BenchmarkPathString_4.html b/docs/benchmarks.__v1_storage_BenchmarkPathString_4.html similarity index 100% rename from public/benchmarks.__v1_storage_BenchmarkPathString_4.html rename to docs/benchmarks.__v1_storage_BenchmarkPathString_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_read_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_read_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_read_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_read_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_write_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_write_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_write_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkNewTransaction_write_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkPathAndValueInternedAndNoRoundtripRequired_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadNotFound_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadOneNested_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadOne_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadOne_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadOne_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadOne_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkReadOne_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkRead_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkRead_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkRead_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkRead_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkRead_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkRead_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkRead_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkRead_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkRead_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkRead_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkRead_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkRead_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggersSkipConversion_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggersSkipConversion_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggersSkipConversion_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggersSkipConversion_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommitWithTriggers_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteAndCommit_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteCollection_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePathInterned_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteIncrementingValueSamePath_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteOneString_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_AST_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_AST_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_AST_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_AST_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go_4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go_4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go_4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go_4.html diff --git a/public/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go__roundtrip__4.html b/docs/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go__roundtrip__4.html similarity index 100% rename from public/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go__roundtrip__4.html rename to docs/benchmarks.__v1_storage_inmem_BenchmarkWriteSameValue_Go__roundtrip__4.html diff --git a/public/benchmarks.__v1_storage_internal_errors_BenchmarkNewNotFoundErrorWithHint_4.html b/docs/benchmarks.__v1_storage_internal_errors_BenchmarkNewNotFoundErrorWithHint_4.html similarity index 100% rename from public/benchmarks.__v1_storage_internal_errors_BenchmarkNewNotFoundErrorWithHint_4.html rename to docs/benchmarks.__v1_storage_internal_errors_BenchmarkNewNotFoundErrorWithHint_4.html diff --git a/public/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_2_interned_terms_4.html b/docs/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_2_interned_terms_4.html similarity index 100% rename from public/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_2_interned_terms_4.html rename to docs/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_2_interned_terms_4.html diff --git a/public/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_4_interned_terms_4.html b/docs/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_4_interned_terms_4.html similarity index 100% rename from public/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_4_interned_terms_4.html rename to docs/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_4_interned_terms_4.html diff --git a/public/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_using_pool_4.html b/docs/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_using_pool_4.html similarity index 100% rename from public/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_using_pool_4.html rename to docs/benchmarks.__v1_storage_internal_ptr_BenchmarkValuePtr_using_pool_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzAllow1000Paths_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzAllow1000Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzAllow1000Paths_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzAllow1000Paths_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzAllow100Paths_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzAllow100Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzAllow100Paths_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzAllow100Paths_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzAllow10Paths_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzAllow10Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzAllow10Paths_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzAllow10Paths_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_disk_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_disk_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_disk_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_disk_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_inmem_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_inmem_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_inmem_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidAuthn_inmem_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidMethod_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidMethod_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidMethod_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidMethod_4.html diff --git a/public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidPath_4.html b/docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidPath_4.html similarity index 100% rename from public/benchmarks.__v1_test_authz_BenchmarkAuthzForbidPath_4.html rename to docs/benchmarks.__v1_test_authz_BenchmarkAuthzForbidPath_4.html diff --git a/public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow1000Paths_4.html b/docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow1000Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow1000Paths_4.html rename to docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow1000Paths_4.html diff --git a/public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow100Paths_4.html b/docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow100Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow100Paths_4.html rename to docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow100Paths_4.html diff --git a/public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow10Paths_4.html b/docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow10Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow10Paths_4.html rename to docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzAllow10Paths_4.html diff --git a/public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidAuthn_4.html b/docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidAuthn_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidAuthn_4.html rename to docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidAuthn_4.html diff --git a/public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidMethod_4.html b/docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidMethod_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidMethod_4.html rename to docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidMethod_4.html diff --git a/public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidPath_4.html b/docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidPath_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidPath_4.html rename to docs/benchmarks.__v1_test_e2e_authz_BenchmarkRESTAuthzForbidPath_4.html diff --git a/public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow100Paths_4.html b/docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow100Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow100Paths_4.html rename to docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow100Paths_4.html diff --git a/public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow10Paths_4.html b/docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow10Paths_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow10Paths_4.html rename to docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzAllow10Paths_4.html diff --git a/public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidAuthn_4.html b/docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidAuthn_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidAuthn_4.html rename to docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidAuthn_4.html diff --git a/public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidMethod_4.html b/docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidMethod_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidMethod_4.html rename to docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidMethod_4.html diff --git a/public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidPath_4.html b/docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidPath_4.html similarity index 100% rename from public/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidPath_4.html rename to docs/benchmarks.__v1_test_e2e_wasm_authz_BenchmarkRESTAuthzForbidPath_4.html diff --git a/public/benchmarks.__v1_test_scheduler_BenchmarkScheduler10x30_4.html b/docs/benchmarks.__v1_test_scheduler_BenchmarkScheduler10x30_4.html similarity index 100% rename from public/benchmarks.__v1_test_scheduler_BenchmarkScheduler10x30_4.html rename to docs/benchmarks.__v1_test_scheduler_BenchmarkScheduler10x30_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_concat_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_concat_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_concat_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_concat_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_flatten_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_flatten_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_flatten_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayFlattenWithAndWithoutBuiltin_array_flatten_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayIteration_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayIteration_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayIteration_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayIteration_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayIteration_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayIteration_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayIteration_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayIteration_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayIteration_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkArrayPlugging_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_10_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_16_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_1_binding_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_20_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_2_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_3_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_50_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_with_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_with_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_with_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_with_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_without_hint_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_without_hint_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_without_hint_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsAllocation_5_bindings_without_hint_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_with_hint_starts_with_map_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_with_hint_starts_with_map_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_with_hint_starts_with_map_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_with_hint_starts_with_map_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_without_hint_transition_at_17_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_without_hint_transition_at_17_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_without_hint_transition_at_17_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBindingsArrayHashmapTransition_without_hint_transition_at_17_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBiunifyArrays_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBiunifyArrays_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBiunifyArrays_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBiunifyArrays_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_false__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinGlobMatch_reuse_pattern_true__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_100__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_false__clients_200__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_100__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatchAsync_reuse_pattern_true__clients_200__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_false__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinRegexMatch_reuse_pattern_true__pattern_count_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_collections_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_collections_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_collections_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_collections_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_multiple_outputs_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_multiple_outputs_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_multiple_outputs_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_multiple_outputs_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_no_parts_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_no_parts_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_no_parts_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_no_parts_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_primitives_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_primitives_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_primitives_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_primitives_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_string_part_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_string_part_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_string_part_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_string_part_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_undefined_part_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_undefined_part_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_undefined_part_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBuiltinTemplateString_single_undefined_part_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBulkStartsWithNaive_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBulkStartsWithNaive_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBulkStartsWithNaive_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBulkStartsWithNaive_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkBulkStartsWithOptimized_4.html b/docs/benchmarks.__v1_topdown_BenchmarkBulkStartsWithOptimized_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkBulkStartsWithOptimized_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkBulkStartsWithOptimized_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComplexRules_AnalyzeAccess_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComplexRules_AnalyzeAccess_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComplexRules_AnalyzeAccess_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComplexRules_AnalyzeAccess_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComplexRules_CheckPermissions_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComplexRules_CheckPermissions_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComplexRules_CheckPermissions_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComplexRules_CheckPermissions_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComplexRules_ProcessRequest_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComplexRules_ProcessRequest_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComplexRules_ProcessRequest_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComplexRules_ProcessRequest_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_1Var_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_1Var_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_1Var_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_1Var_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_2Vars_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_2Vars_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_2Vars_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_2Vars_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_3Vars_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_3Vars_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_3Vars_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ArrayComp_3Vars_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_2Vars_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_2Vars_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_2Vars_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_2Vars_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_3Vars_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_3Vars_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_3Vars_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_ObjectComp_3Vars_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_1Var_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_1Var_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_1Var_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_1Var_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_2Vars_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_2Vars_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_2Vars_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionBindings_SetComp_2Vars_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_FileStats_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_FileStats_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_FileStats_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_FileStats_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_ShortLines_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_ShortLines_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_ShortLines_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_ShortLines_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_Violations_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_Violations_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_Violations_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionHighFrequency_Violations_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_arrays_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_objects_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionIndexing_sets_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_ArrayComp_20Elements_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_ArrayComp_20Elements_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_ArrayComp_20Elements_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_ArrayComp_20Elements_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_NestedComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_NestedComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_NestedComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_NestedComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_SetComp_20Elements_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_SetComp_20Elements_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_SetComp_20Elements_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionLargeIteration_SetComp_20Elements_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_MultiExpressionComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_MultiExpressionComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_MultiExpressionComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_MultiExpressionComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_NestedComprehension_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_NestedComprehension_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_NestedComprehension_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_NestedComprehension_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleArrayComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleArrayComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleArrayComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleArrayComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleObjectComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleObjectComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleObjectComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleObjectComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleSetComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleSetComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleSetComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkComprehensionOptimizationComparison_SimpleSetComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_concat_foobar_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_concat_foobar_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_concat_foobar_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_concat_foobar_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_sprintf_foobar_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_sprintf_foobar_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_sprintf_foobar_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcatVsSprintfSimple_sprintf_foobar_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcat_0_elements_____sep_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcat_0_elements_____sep_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcat_0_elements_____sep_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcat_0_elements_____sep_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcat_100_elements______sep_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcat_100_elements______sep_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcat_100_elements______sep_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcat_100_elements______sep_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_____sep_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_____sep_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_____sep_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_____sep_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_blank_sep_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_blank_sep_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_blank_sep_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcat_100_elements_blank_sep_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcat_1_element_____sep_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcat_1_element_____sep_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcat_1_element_____sep_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcat_1_element_____sep_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcurrency1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcurrency1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcurrency1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcurrency1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcurrency2_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcurrency2_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcurrency2_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcurrency2_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcurrency4Readers1Writer_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcurrency4Readers1Writer_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcurrency4Readers1Writer_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcurrency4Readers1Writer_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcurrency4_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcurrency4_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcurrency4_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcurrency4_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcurrency8Writers_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcurrency8Writers_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcurrency8Writers_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcurrency8Writers_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkConcurrency8_4.html b/docs/benchmarks.__v1_topdown_BenchmarkConcurrency8_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkConcurrency8_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkConcurrency8_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_5000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_5000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_5000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkEnumerateComprehensions_size_5000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkEnumerateRandomAccess_4.html b/docs/benchmarks.__v1_topdown_BenchmarkEnumerateRandomAccess_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkEnumerateRandomAccess_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkEnumerateRandomAccess_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkErrorError_4.html b/docs/benchmarks.__v1_topdown_BenchmarkErrorError_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkErrorError_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkErrorError_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFormatInt_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFormatInt_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFormatInt_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFormatInt_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFormatVarTerm_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFormatVarTerm_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFormatVarTerm_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFormatVarTerm_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_10_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_10_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_10_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_10_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_15_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_15_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_15_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_15_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_1_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_1_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_1_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_1_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_20_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_20_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_20_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_20_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_2_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_2_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_2_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_2_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_3_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_3_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_3_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_3_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_5_args_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_5_args_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_5_args_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentCounts_5_args_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkFunctionArgumentIndex_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGlob_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGlob_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGlob_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGlob_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGlob_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGlob_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGlob_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGlob_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGlob_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGlob_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGlob_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGlob_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Schema_w__1000_types_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLIsValid_Trivial_Schema_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseAndVerify_Trivial_Schema_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseQuery_Trivial_Query_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParseSchema_Trivial_Schema_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLParse_Trivial_Schema_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Schema_w__1000_types_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___AST_object_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___AST_object_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___AST_object_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___AST_object_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___AST_object_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___AST_object_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___AST_object_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___AST_object_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___string_4.html b/docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___string_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___string_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkGraphQLSchemaIsValid_Trivial_Schema_with_cache___string_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkIndexOf_4.html b/docs/benchmarks.__v1_topdown_BenchmarkIndexOf_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkIndexOf_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkIndexOf_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkInliningFullScan_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkInliningFullScan_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkInliningFullScan_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkInliningFullScan_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkInliningFullScan_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkInliningFullScan_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkInliningFullScan_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkInliningFullScan_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkInliningFullScan_300000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkInliningFullScan_300000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkInliningFullScan_300000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkInliningFullScan_300000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_5000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_5000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_5000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArrayIndices_size_5000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_5000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_5000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_5000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONFilterArray_size_5000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_array_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_object_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddRemove_set_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_array_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_object_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowComposite_set_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_array_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_object_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchAddShallowScalar_set_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_5000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_5000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_5000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_5000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_500_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_500_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_500_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainArray_500_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_5000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_5000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_5000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_5000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_500_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_500_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_500_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainObject_500_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_500_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_500_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_500_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchPathologicalNestedAddChainSet_500_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x1000x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x100x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_1000x10x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x1000x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x100x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_100x10x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x1000x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x100x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_1000p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_1000p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_1000p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_1000p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_100p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_100p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_100p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_100p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_10p_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_10p_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_10p_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONPatchReplace_10x10x10_10p_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_5000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_5000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_5000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkJSONRemoveArray_size_5000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkLargeJSON_4.html b/docs/benchmarks.__v1_topdown_BenchmarkLargeJSON_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkLargeJSON_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkLargeJSON_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkLower_lowercase_4.html b/docs/benchmarks.__v1_topdown_BenchmarkLower_lowercase_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkLower_lowercase_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkLower_lowercase_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkLower_not_lowercase_4.html b/docs/benchmarks.__v1_topdown_BenchmarkLower_not_lowercase_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkLower_not_lowercase_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkLower_not_lowercase_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkMd5_4.html b/docs/benchmarks.__v1_topdown_BenchmarkMd5_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkMd5_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkMd5_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkMemberWithKeyFromBaseDoc_4.html b/docs/benchmarks.__v1_topdown_BenchmarkMemberWithKeyFromBaseDoc_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkMemberWithKeyFromBaseDoc_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkMemberWithKeyFromBaseDoc_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_interned_4.html b/docs/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_interned_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_interned_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_interned_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_not_interned_4.html b/docs/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_not_interned_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_not_interned_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkNumbersRangeStep_not_interned_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkNumbersRange_interned_4.html b/docs/benchmarks.__v1_topdown_BenchmarkNumbersRange_interned_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkNumbersRange_interned_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkNumbersRange_interned_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkNumbersRange_not_interned_4.html b/docs/benchmarks.__v1_topdown_BenchmarkNumbersRange_not_interned_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkNumbersRange_not_interned_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkNumbersRange_not_interned_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectGetFromBaseDoc_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectGetFromBaseDoc_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectGetFromBaseDoc_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectGetFromBaseDoc_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectIteration_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectIteration_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectIteration_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectIteration_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectIteration_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectIteration_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectIteration_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectIteration_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectIteration_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubsetSlow_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubset_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubset_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubset_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubset_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubset_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubset_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectSubset_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectSubset_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectSubset_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_100x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_10x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionNSlow_250x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_100x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_10x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkObjectUnionN_250x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEvalCompile_1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEval_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEval_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEval_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEval_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEval_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEval_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEval_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEval_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEval_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEval_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEval_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEval_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkPartialEval_1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkPartialEval_1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkPartialEval_1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkPartialEval_1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_10Exprs_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_10Exprs_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_10Exprs_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_10Exprs_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_1Expr_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_1Expr_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_1Expr_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_1Expr_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_2Exprs_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_2Exprs_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_2Exprs_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_2Exprs_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_3Exprs_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_3Exprs_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_3Exprs_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_3Exprs_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_5Exprs_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_5Exprs_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_5Exprs_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleBindings_Rule_5Exprs_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithArrayComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithArrayComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithArrayComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithArrayComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithMultipleComps_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithMultipleComps_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithMultipleComps_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithMultipleComps_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithSetComp_4.html b/docs/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithSetComp_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithSetComp_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkRuleWithComprehensions_Rule_WithSetComp_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x50_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x50_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x50_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_100x50_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x50_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x50_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x50_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_10x50_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x50_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x50_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x50_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersectionSlow_50x50_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_1000x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIntersection_10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIteration_10000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIteration_10000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIteration_10000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIteration_10000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIteration_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIteration_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIteration_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIteration_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIteration_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIteration_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIteration_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIteration_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetIteration_10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetIteration_10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetIteration_10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetIteration_10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_100x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_10x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnionSlow_250x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_100x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_100x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_100x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_100x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_10x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_10x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_10x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_10x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_10x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_10x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_10x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_10x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_250x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_250x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_250x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_250x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_250x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_250x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_250x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_250x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSetUnion_250x250_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSetUnion_250x250_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSetUnion_250x250_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSetUnion_250x250_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_split_len_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_split_len_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_split_len_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_split_len_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_strings_count_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_strings_count_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_strings_count_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSplitLenVsStringsCount_strings_count_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSplit_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSplit_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSplit_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSplit_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSprintfSingleInteger_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSprintfSingleInteger_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSprintfSingleInteger_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSprintfSingleInteger_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSubstring_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSubstring_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSubstring_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSubstring_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSumFloatArray_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSumFloatArray_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSumFloatArray_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSumFloatArray_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSumFloatSet_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSumFloatSet_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSumFloatSet_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSumFloatSet_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSumIntArray_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSumIntArray_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSumIntArray_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSumIntArray_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkSumIntSet_4.html b/docs/benchmarks.__v1_topdown_BenchmarkSumIntSet_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkSumIntSet_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkSumIntSet_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_concated_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_concated_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_concated_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_concated_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_interpolated_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_interpolated_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_interpolated_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_interpolated_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_sprinted_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_sprinted_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_sprinted_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintfLocal_sprinted_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_concat_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_concat_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_concat_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_concat_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_sprintf_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_sprintf_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_sprintf_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_sprintf_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_templatestring_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_templatestring_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_templatestring_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsConcatVsSprintf_templatestring_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_interpolated_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_interpolated_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_interpolated_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_interpolated_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_sprinted_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_sprinted_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_sprinted_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTemplateStringVsSprintfNonStrings_sprinted_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__5_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__5_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__5_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__5_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__6_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__6_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__6_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1000__JWT_count__6_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__5_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__5_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__5_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__5_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__6_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__6_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__6_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_Cache_concurrency__1__JWT_count__6_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__5_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__5_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__5_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__5_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__6_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__6_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__6_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1000__JWT_count__6_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__5_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__5_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__5_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__5_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__6_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__6_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__6_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTokens_concurrency__1__JWT_count__6_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTrimSpace_not_trimmable_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTrimSpace_not_trimmable_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTrimSpace_not_trimmable_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTrimSpace_not_trimmable_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkTrimSpace_trimmable_4.html b/docs/benchmarks.__v1_topdown_BenchmarkTrimSpace_trimmable_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkTrimSpace_trimmable_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkTrimSpace_trimmable_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualCache_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualCache_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualCache_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualCache_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1000x1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs100x1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x10_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x10_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x10_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x10_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs10x1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1x1_4.html b/docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1x1_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkVirtualDocs1x1_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkVirtualDocs1x1_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkWalk_1000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkWalk_1000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkWalk_1000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkWalk_1000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkWalk_100_4.html b/docs/benchmarks.__v1_topdown_BenchmarkWalk_100_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkWalk_100_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkWalk_100_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkWalk_2000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkWalk_2000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkWalk_2000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkWalk_2000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkWalk_3000_4.html b/docs/benchmarks.__v1_topdown_BenchmarkWalk_3000_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkWalk_3000_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkWalk_3000_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkYAMLMarshal_4.html b/docs/benchmarks.__v1_topdown_BenchmarkYAMLMarshal_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkYAMLMarshal_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkYAMLMarshal_4.html diff --git a/public/benchmarks.__v1_topdown_BenchmarkYAMLUnmarshal_4.html b/docs/benchmarks.__v1_topdown_BenchmarkYAMLUnmarshal_4.html similarity index 100% rename from public/benchmarks.__v1_topdown_BenchmarkYAMLUnmarshal_4.html rename to docs/benchmarks.__v1_topdown_BenchmarkYAMLUnmarshal_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyMergeOne_10000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_10000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyMergeOne_10000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_10000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyMergeOne_1000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyMergeOne_1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_1000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyMergeOne_100_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_100_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyMergeOne_100_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_100_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyMergeOne_5000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_5000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyMergeOne_5000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_5000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyMergeOne_500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyMergeOne_500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyMergeOne_500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x1000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x1000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x100_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x100_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x100_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x100_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x2500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x2500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x2500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x2500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x250_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x250_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x250_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x250_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_1000x500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x1000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x1000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x100_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x100_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x100_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x100_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x2500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x2500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x2500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x2500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x250_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x250_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x250_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x250_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_100x500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x1000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x1000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x100_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x100_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x100_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x100_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x2500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x2500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x2500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x2500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x250_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x250_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x250_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x250_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_2500x500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x1000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x1000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x100_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x100_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x100_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x100_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x2500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x2500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x2500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x2500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x250_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x250_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x250_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x250_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_250x500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x1000_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x1000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x100_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x100_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x100_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x100_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x2500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x2500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x2500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x2500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x250_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x250_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x250_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x250_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x500_4.html b/docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x500_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x500_4.html rename to docs/benchmarks.__v1_types_BenchmarkAnyUnionAllUniqueTypes_500x500_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkSelect_100000_4.html b/docs/benchmarks.__v1_types_BenchmarkSelect_100000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkSelect_100000_4.html rename to docs/benchmarks.__v1_types_BenchmarkSelect_100000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkSelect_10000_4.html b/docs/benchmarks.__v1_types_BenchmarkSelect_10000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkSelect_10000_4.html rename to docs/benchmarks.__v1_types_BenchmarkSelect_10000_4.html diff --git a/public/benchmarks.__v1_types_BenchmarkSelect_1000_4.html b/docs/benchmarks.__v1_types_BenchmarkSelect_1000_4.html similarity index 100% rename from public/benchmarks.__v1_types_BenchmarkSelect_1000_4.html rename to docs/benchmarks.__v1_types_BenchmarkSelect_1000_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkNewPtrSlice_4.html b/docs/benchmarks.__v1_util_BenchmarkNewPtrSlice_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkNewPtrSlice_4.html rename to docs/benchmarks.__v1_util_BenchmarkNewPtrSlice_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkReadMaybeCompressedBody_4.html b/docs/benchmarks.__v1_util_BenchmarkReadMaybeCompressedBody_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkReadMaybeCompressedBody_4.html rename to docs/benchmarks.__v1_util_BenchmarkReadMaybeCompressedBody_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkRoundTrip_full_allocs_collections_4.html b/docs/benchmarks.__v1_util_BenchmarkRoundTrip_full_allocs_collections_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkRoundTrip_full_allocs_collections_4.html rename to docs/benchmarks.__v1_util_BenchmarkRoundTrip_full_allocs_collections_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkRoundTrip_less_allocs_with_cheap_number_to_json_Number_4.html b/docs/benchmarks.__v1_util_BenchmarkRoundTrip_less_allocs_with_cheap_number_to_json_Number_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkRoundTrip_less_allocs_with_cheap_number_to_json_Number_4.html rename to docs/benchmarks.__v1_util_BenchmarkRoundTrip_less_allocs_with_cheap_number_to_json_Number_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkRoundTrip_zero_allocs_4.html b/docs/benchmarks.__v1_util_BenchmarkRoundTrip_zero_allocs_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkRoundTrip_zero_allocs_4.html rename to docs/benchmarks.__v1_util_BenchmarkRoundTrip_zero_allocs_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkSlicePoolGetPut_4.html b/docs/benchmarks.__v1_util_BenchmarkSlicePoolGetPut_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkSlicePoolGetPut_4.html rename to docs/benchmarks.__v1_util_BenchmarkSlicePoolGetPut_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkSplitMap_split_and_convert_4.html b/docs/benchmarks.__v1_util_BenchmarkSplitMap_split_and_convert_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkSplitMap_split_and_convert_4.html rename to docs/benchmarks.__v1_util_BenchmarkSplitMap_split_and_convert_4.html diff --git a/public/benchmarks.__v1_util_BenchmarkSplitMap_split_map_4.html b/docs/benchmarks.__v1_util_BenchmarkSplitMap_split_map_4.html similarity index 100% rename from public/benchmarks.__v1_util_BenchmarkSplitMap_split_map_4.html rename to docs/benchmarks.__v1_util_BenchmarkSplitMap_split_map_4.html diff --git a/public/index.html b/docs/index.html similarity index 100% rename from public/index.html rename to docs/index.html