diff --git a/docs/gurubase.js b/docs/gurubase.js index 83cfb8d33..75a7e32da 100644 --- a/docs/gurubase.js +++ b/docs/gurubase.js @@ -12,6 +12,7 @@ const widgetSettings = { }; // Load the GuruBase widget + /* const guruScript = document.createElement("script"); guruScript.src = "https://widget.gurubase.io/widget.latest.min.js"; guruScript.defer = true; @@ -50,4 +51,5 @@ const widgetSettings = { // Stop checking after 20 seconds setTimeout(() => clearInterval(initWidget), 20000); }); - document.body.appendChild(guruScript); \ No newline at end of file + document.body.appendChild(guruScript); + */ \ No newline at end of file diff --git a/docs/performance-test/README.md b/docs/performance-test/README.md index 79ffe47d4..ef037257d 100644 --- a/docs/performance-test/README.md +++ b/docs/performance-test/README.md @@ -167,7 +167,7 @@ export default function () { | **http_req_blocked** | avg=78.61µs min=208ns med=537ns max=45.53ms p(90)=775ns p(95)=885ns | | **http_req_connecting** | avg=16.27µs min=0s med=0s max=15.27ms p(90)=0s p(95)=0s | | **http_req_duration** | avg=10.14ms min=1.61ms med=7.44ms max=295.29ms p(90)=14.3ms p(95)=26.34ms | -| **{ expected_response:true }** | avg=10.14ms min=1.61ms med=7.44ms max=295.29ms p(90)=14.3ms p(95)=26.34ms | +| **expected_response** | avg=10.14ms min=1.61ms med=7.44ms max=295.29ms p(90)=14.3ms p(95)=26.34ms | | **http_req_failed** | 0.00% (0 out of 75369) | | **http_req_receiving** | avg=94.63µs min=15.55µs med=70.42µs max=37.13ms p(90)=168.34µs p(95)=234.35µs | | **http_req_sending** | avg=86.07µs min=25.5µs med=69.44µs max=10.25ms p(90)=121.44µs p(95)=171.32µs | diff --git a/permify-secure b/permify-secure deleted file mode 100755 index 5ff33d9fa..000000000 Binary files a/permify-secure and /dev/null differ