Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Removed all "perf" tests, as they made no sense.
Browse files Browse the repository at this point in the history
Perftests for AttributeStorage was "perf" testing 3 implementations,
2 of them were totally unused (map one?) and irrelevant. The whole test
made no sense, as they were implemented at the time of Nx 2.0 when
we wanted to choose the tech that will supersede the XStream backed
one.

Same for LocalStorage, as the two test had no substantial difference,
and they were meant to catch attribute handling related problems, such
as slowdowns. Back then, there were no load tests, or any other kind
of real perf tests, so I removed them too.

Both set of tests were a muddy mixture of mocks, trickeries and such,
making the PITA to fix them, while again, their value is questionable.
  • Loading branch information
cstamas committed Nov 12, 2012
1 parent 1b08633 commit 75deaee
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,103 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void testNexusTypeScanning()


// nexus-core: squash of modules causes to have more than 11 // nexus-core: squash of modules causes to have more than 11
// TODO: review this to somehow isolate this // TODO: review this to somehow isolate this
Assert.assertEquals( 20, components.size() ); Assert.assertEquals( 19, components.size() );


// non-extension so no automatic hinting... // non-extension so no automatic hinting...
Assert.assertEquals( BeanA.class, Assert.assertEquals( BeanA.class,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 75deaee

Please sign in to comment.