This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 894363db6 add rust benchmark redirect (#344)
894363db6 is described below
commit 894363db65a1a7c2bbf96b45f56f315cc4cf0637
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Oct 29 15:26:16 2025 +0800
add rust benchmark redirect (#344)
---
static/docs/benchmarks/rust/index.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/static/docs/benchmarks/rust/index.html
b/static/docs/benchmarks/rust/index.html
new file mode 100644
index 000000000..e478b75ff
--- /dev/null
+++ b/static/docs/benchmarks/rust/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Redirecting…</title>
+ <link rel="canonical"
href="https://fory.apache.org/docs/docs/introduction/benchmark/">
+ <meta http-equiv="refresh" content="0;
url=https://fory.apache.org/docs/docs/introduction/benchmark/">
+ <script>
+
window.location.replace('https://fory.apache.org/docs/docs/introduction/benchmark/');
+ </script>
+ </head>
+ <body>
+ <p>Redirecting to <a
href="https://fory.apache.org/docs/docs/introduction/benchmark/">https://fory.apache.org/docs/docs/introduction/benchmark/</a>…</p>
+ </body>
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]