[multiple changes]
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 5 Feb 2004 01:33:07 +0000 (01:33 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 5 Feb 2004 01:33:07 +0000 (01:33 +0000)
commitde8a2f87024fb7f57e92c0d243328e47c5a00ed2
tree0a4ea350ce95ca0d512480d22fb8cd506f2c9797
parent90bd9d546df94f81daa4a633803aacabd5cebd27
[multiple changes]

2004-02-04  Felix Yen  <fwy@alumni.brown.edu>

* testsuite/performance/20_util/producer_consumer.cc: New.
* testsuite/performance/20_util/allocator/insert_insert.cc: Two loops.

2004-02-04  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/performance/20_util/allocator.cc: Move to..
* testsuite/performance/20_util/allocator/insert.cc: ...here.
* testsuite/performance/20_util/allocator_thread.cc: Move to...
* testsuite/performance/20_util/allocator/insert_insert.cc: ...here.
* testsuite/performance/20_util/allocator_map_thread.cc: Move to...
* testsuite/performance/20_util/allocator/map_thread.cc: ...here.

From-SVN: r77285
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/performance/20_util/allocator.cc [deleted file]
libstdc++-v3/testsuite/performance/20_util/allocator/insert.cc [new file with mode: 0644]
libstdc++-v3/testsuite/performance/20_util/allocator/insert_insert.cc [new file with mode: 0644]
libstdc++-v3/testsuite/performance/20_util/allocator/map_thread.cc [new file with mode: 0644]
libstdc++-v3/testsuite/performance/20_util/allocator/producer_consumer.cc [new file with mode: 0644]
libstdc++-v3/testsuite/performance/20_util/allocator_map_thread.cc [deleted file]
libstdc++-v3/testsuite/performance/20_util/allocator_thread.cc [deleted file]