File README.md changed (mode: 100644) (index 68e54e0..5763b45) |
2 |
2 |
is useful not just to pick the best one with more than just a guess work, but |
is useful not just to pick the best one with more than just a guess work, but |
3 |
3 |
also to improve them by making changes and evaluating their effects. |
also to improve them by making changes and evaluating their effects. |
4 |
4 |
|
|
|
5 |
|
See [this post][post] for more detailed explanation of what this is and how it |
|
6 |
|
works. |
|
7 |
|
|
5 |
8 |
### Prerequisites ### |
### Prerequisites ### |
6 |
9 |
|
|
7 |
10 |
* C++ compiler that supports a suitable subset of C++20 (e.g., GCC 11) |
* C++ compiler that supports a suitable subset of C++20 (e.g., GCC 11) |
|
... |
... |
$ gdb --args ./etabench --profs 6 --algs 4 |
159 |
162 |
|
|
160 |
163 |
Version 3 of the GNU General Public License. |
Version 3 of the GNU General Public License. |
161 |
164 |
|
|
|
165 |
|
[post]: https://reversed.top/2022-12-31/benchmarking-io-eta-algorithms/ |
162 |
166 |
[xmake]: https://xmake.io/#/ |
[xmake]: https://xmake.io/#/ |
163 |
167 |
[gnuplot]: http://www.gnuplot.info/ |
[gnuplot]: http://www.gnuplot.info/ |
164 |
168 |
[ImageMagick]: https://imagemagick.org/ |
[ImageMagick]: https://imagemagick.org/ |