Skip to content
Snippets Groups Projects
Commit b0772d7a authored by Christian Halstrick's avatar Christian Halstrick Committed by Robin Rosenberg
Browse files

Add performance tests for MyersDiff


Add some tests which make sure that the diff algorithm really behaves in the
promised O(N*D) manner. This tests compute diffs between multiple big chunks
of data, measure time for computing the diffs and fail if the measured times
are off O(N*D) by more than a factor 10

Signed-off-by: default avatarChristian Halstrick <christian.halstrick@sap.com>
Change-Id: I8e1e0be60299472828718371b231f1d8a9dc21a7
Signed-off-by: default avatarRobin Rosenberg <robin.rosenberg@dewire.com>
parent 2484ad6f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment