Skip to content

Commit d5704b9

Browse files
committed
add old benchmarks link
1 parent acc2a76 commit d5704b9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.CoreFeatures.md.html

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ <h1> <a name="user-content-core-features" class="anchor" href="..md.html#core-fe
9090
<li>Utilizes <a href="http://nginx.org/">Nginx</a> zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.</li>
9191
<li>Supports Linux x64, Linux x86 32bit, Win32, Win64(<strong><em>NEW</em></strong>) and Mac OS X. </li>
9292
</ol>
93+
<p>By the way it is very fast, the benchmarks can be found <a href="https://github.com/ptaoussanis/clojure-web-server-benchmarks">HERE</a> .</p>
9394
<h1> <a name="user-content-license" class="anchor" href="..md.html#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h1>
9495
<p>Copyright &copy; 2013-2014 Zhang, Yuexiang (xfeep) and released under the BSD 3-Clause license.</p>
9596
<p>This program uses:</p>

CoreFeatures.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ With this feature one java main thread can handle thousands of connections.
2020
1. Utilizes [Nginx](http://nginx.org/) zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.
2121
1. Supports Linux x64, Linux x86 32bit, Win32, Win64(**_NEW_**) and Mac OS X.
2222

23+
By the way it is very fast, the benchmarks can be found [HERE](https://github.com/ptaoussanis/clojure-web-server-benchmarks) .
2324

2425
License
2526
=================

CoreFeatures.md.html

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ <h1> <a name="user-content-core-features" class="anchor" href="..md.html#core-fe
9090
<li>Utilizes <a href="http://nginx.org/">Nginx</a> zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.</li>
9191
<li>Supports Linux x64, Linux x86 32bit, Win32, Win64(<strong><em>NEW</em></strong>) and Mac OS X. </li>
9292
</ol>
93+
<p>By the way it is very fast, the benchmarks can be found <a href="https://github.com/ptaoussanis/clojure-web-server-benchmarks">HERE</a> .</p>
9394
<h1> <a name="user-content-license" class="anchor" href="..md.html#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h1>
9495
<p>Copyright &copy; 2013-2014 Zhang, Yuexiang (xfeep) and released under the BSD 3-Clause license.</p>
9596
<p>This program uses:</p>

0 commit comments

Comments
 (0)