Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/gurubase.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -50,4 +51,5 @@ const widgetSettings = {
// Stop checking after 20 seconds
setTimeout(() => clearInterval(initWidget), 20000);
});
document.body.appendChild(guruScript);
document.body.appendChild(guruScript);
*/
2 changes: 1 addition & 1 deletion docs/performance-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Binary file removed permify-secure
Binary file not shown.
Loading