Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--README.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64e7b39..502b7ae 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,6 @@ doc: html doc/depend.png
clean:
cd tests && $(MAKE) clean
cd example && $(MAKE) clean
- cd bench && $(MAKE) clean
$(RM) README.html depend.dot
$(RM) -r 'm_lib-$(VERSION)'
$(RM) 'm_lib-$(VERSION).tar.bz2'
diff --git a/README.md b/README.md
index 08f6c03..ca9ce4c 100644
--- a/README.md
+++ b/README.md
@@ -511,7 +511,7 @@ M\*LIB performance is compared to the one of GNU C++ STL (v10.2) in the followin
Each graph is presented first in linear scale and then in logarithmic scale to better realize the differences.
M\*LIB is on par with the STL or even faster.
-All used bench codes are available in the bench directory.
+All used bench codes are available in this [repository](https://github.com/P-p-H-d/c-stl-comparison)
The results for several different libraries are also available [in a separate page](https://github.com/P-p-H-d/mlib/wiki/performance).
#### Singly List