aboutsummaryrefslogtreecommitdiffstats
path: root/packages/benchmarks/setup/html
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-06 16:07:11 +0000
committerGitHub <noreply@github.com>2025-12-06 16:07:11 +0000
commit6180c6622c88ca33d0d387a50be9036429281598 (patch)
tree1df3e4143a489ada2f542896bf2f2ae392a727ca /packages/benchmarks/setup/html
parentde98873a06a25084eb2d3bcabda158f23c081672 (diff)
downloadkarakeep-6180c6622c88ca33d0d387a50be9036429281598.tar.zst
chore: add benchmarks (#2229)
* chore: add benchmarks * upgrade deps * fixes * lint
Diffstat (limited to 'packages/benchmarks/setup/html')
-rw-r--r--packages/benchmarks/setup/html/hello.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/benchmarks/setup/html/hello.html b/packages/benchmarks/setup/html/hello.html
new file mode 100644
index 00000000..25a7f9b5
--- /dev/null
+++ b/packages/benchmarks/setup/html/hello.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Benchmarks Fixture</title>
+ </head>
+ <body>
+ <h1>Karakeep Benchmarks</h1>
+ <p>This page is served by the nginx container during benchmarks.</p>
+ </body>
+</html>