Skip to content

Commit

Permalink
Update infrastructure to the fact that the bench directory has been d…
Browse files Browse the repository at this point in the history
…eleted
  • Loading branch information
P-p-H-d committed Jan 19, 2024
1 parent f7580e7 commit d7a2323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a2323

Please sign in to comment.