Timings

Since: 3.0
Last Modified: $Date: 2007/05/23 13:19:14 $

This section contains various timing results and comparisons.

Overview

The purpose of this section is to provide a small set of tests that can be used to benchmark the Eclipse CVS client. The areas tested are:
  1. Checkout
  2. Synchronizing
  3. Updating

Setup

The following should be considered when obtaining timings: The following numbers were obtained on a 2.8GHz PC running GTK, Sun 14.2 with autobuild off and operations run in the foreground. The project used was org.eclipse.jdt.tests.refactoring. It has a large number of folders and files which give interesting times. The date the timings were obtained were May 31st, 2004 so similar numbers can be obtained for comparison using the project snapshot at that time (which can be obtained using a Date tag).

Checkout

Checkout of org.eclipse.jdt.tests.refactoring as of 2004/05/31. The timings are in "mm:ss" and were obtained by observation (i.e. stopwatch).

Synchronize

Synchronizing of org.eclipse.jdt.tests.refactoring as of 2004/05/31. The timings are in "mm:ss" and were obtained by observation (i.e. stopwatch).

Synchronize with no changes

Synchronize with all outgoing, no incoming

Synchronize with incoming changes

Incoming changes were simulated by loading version v20040106 and then removing the tag (using a special utility action). This resulted in 393 incoming changes. The timing for Eclipse also includes the status command to fetch the revisions for the 393 incoming changes.

Update

These timings were obtained using Team>Update for Eclipse and "cvs update ." for the CLI.

Update with no changes

Update with all false outgoing changes (using touch)

Update with incoming changes

Incoming changes were simulated by loading version v20040106 and then removing the tag (using a special utility action). This resulted in 393 incoming changes.