Home | History | Annotate | only in /src/tests/usr.bin/nbperf
History log of /src/tests/usr.bin/nbperf
RevisionDateAuthorComments
 1.2 31-May-2018  mrg make 'clean' and/or 'cleandir' actually clean all the things.
 1.1 22-Jul-2012  joerg branches: 1.1.4; 1.1.32;
Add basic regression test for nbperf(1)
 1.1.32.1 25-Jun-2018  pgoyette Sync with HEAD
 1.1.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 22-Jul-2012  yamt file Makefile was added on branch yamt-pagecache on 2012-10-30 19:00:09 +0000
 1.2 25-Sep-2012  joerg branches: 1.2.2; 1.2.4;
Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
 1.1 22-Jul-2012  joerg branches: 1.1.2;
Add basic regression test for nbperf(1)
 1.1.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.2.4.2 30-Oct-2012  yamt sync with head
 1.2.4.1 25-Sep-2012  yamt file h_nbperf.sh was added on branch yamt-pagecache on 2012-10-30 19:00:10 +0000
 1.2.2.2 17-Oct-2012  riz Pull up following revision(s) (requested by joerg in ticket #574):
tests/usr.bin/nbperf/hash_driver.c: revision 1.2
tests/usr.bin/nbperf/h_nbperf.sh: revision 1.2
tests/usr.bin/nbperf/t_nbperf.sh: revision 1.2
usr.bin/nbperf/nbperf.1: revision 1.5
usr.bin/nbperf/nbperf-bdz.c: revision 1.5
Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
 1.2.2.1 25-Sep-2012  riz file h_nbperf.sh was added on branch netbsd-6 on 2012-10-17 21:37:11 +0000
 1.3 06-Feb-2014  joerg Pass the correct buffer size.
 1.2 25-Sep-2012  joerg branches: 1.2.2; 1.2.4;
Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
 1.1 22-Jul-2012  joerg branches: 1.1.2;
Add basic regression test for nbperf(1)
 1.1.2.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.2.4.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.4.2 30-Oct-2012  yamt sync with head
 1.2.4.1 25-Sep-2012  yamt file hash_driver.c was added on branch yamt-pagecache on 2012-10-30 19:00:10 +0000
 1.2.2.2 17-Oct-2012  riz Pull up following revision(s) (requested by joerg in ticket #574):
tests/usr.bin/nbperf/hash_driver.c: revision 1.2
tests/usr.bin/nbperf/h_nbperf.sh: revision 1.2
tests/usr.bin/nbperf/t_nbperf.sh: revision 1.2
usr.bin/nbperf/nbperf.1: revision 1.5
usr.bin/nbperf/nbperf-bdz.c: revision 1.5
Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
 1.2.2.1 25-Sep-2012  riz file hash_driver.c was added on branch netbsd-6 on 2012-10-17 21:37:11 +0000
 1.5 14-Feb-2021  joerg Adjust test cases to hit the fudge case after the changes in nbperf
itself.
 1.4 07-Jan-2021  joerg Optimize nbperf

- add fudge mode which gives a slightly slower hash function, but works
almost always in the first iteration by avoiding degenerate edges
- avoid keeping incidence lists around reducing the memory foot print by
30%
- split edge processing from hashing as in the non-fudge case it is a
reasonable costly part that often gets thrown away
- merge graph2 and graph3 routines now that they are mostly the same
 1.3 30-Apr-2014  joerg Annotate dependencies.
 1.2 25-Sep-2012  joerg branches: 1.2.2; 1.2.4; 1.2.10;
Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
 1.1 22-Jul-2012  joerg branches: 1.1.2;
Add basic regression test for nbperf(1)
 1.1.2.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.2.10.1 10-Aug-2014  tls Rebase.
 1.2.4.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.4.2 30-Oct-2012  yamt sync with head
 1.2.4.1 25-Sep-2012  yamt file t_nbperf.sh was added on branch yamt-pagecache on 2012-10-30 19:00:10 +0000
 1.2.2.2 17-Oct-2012  riz Pull up following revision(s) (requested by joerg in ticket #574):
tests/usr.bin/nbperf/hash_driver.c: revision 1.2
tests/usr.bin/nbperf/h_nbperf.sh: revision 1.2
tests/usr.bin/nbperf/t_nbperf.sh: revision 1.2
usr.bin/nbperf/nbperf.1: revision 1.5
usr.bin/nbperf/nbperf-bdz.c: revision 1.5
Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.
 1.2.2.1 25-Sep-2012  riz file t_nbperf.sh was added on branch netbsd-6 on 2012-10-17 21:37:11 +0000

RSS XML Feed