[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] Bench: improvements
From: |
Akim Demaille |
Subject: |
[PATCH 0/6] Bench: improvements |
Date: |
Sun, 22 Mar 2020 16:02:05 +0100 |
There are changes I would like to make, and be sure they are not too
costly. etc/bench should be more helpful.
Akim Demaille (6):
bench: create a README file with benches
bench: use a C++-11 compiler
bench: use the same prefix in both bench methods
bench: add a "latest" symlink
bench: calc: work on a string instead of a file
bench: calc: no need for super long inputs
etc/bench.pl.in | 197 ++++++++++++++++++------------------------------
1 file changed, 72 insertions(+), 125 deletions(-)
--
2.25.1
- [PATCH 0/6] Bench: improvements,
Akim Demaille <=
- [PATCH 1/6] bench: create a README file with benches, Akim Demaille, 2020/03/22
- [PATCH 3/6] bench: use the same prefix in both bench methods, Akim Demaille, 2020/03/22
- [PATCH 2/6] bench: use a C++-11 compiler, Akim Demaille, 2020/03/22
- [PATCH 4/6] bench: add a "latest" symlink, Akim Demaille, 2020/03/22
- [PATCH 6/6] bench: calc: no need for super long inputs, Akim Demaille, 2020/03/22
- [PATCH 5/6] bench: calc: work on a string instead of a file, Akim Demaille, 2020/03/22