Directory src/tools/com/thoughtworks/xstream/tools/benchmark/metrics/

Directory Created:
2006-07-15 07:39
Directory Deleted:
2006-10-18 04:41
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/src/tools/com/thoughtworks/xstream/tools/benchmark/metrics

Lines of Code

src/tools/com/thoughtworks/xstream/tools/benchmark/metrics/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 151 (100.0%) 12.5
joe 9 (75.0%) 151 (100.0%) 16.7
mauro 3 (25.0%) 0 (0.0%) 0.0

Most Recent Commits

mauro 2006-10-18 04:41 Rev.: 991

Removed empty dir.

0 lines of code changed in 3 files:

  • src/tools/com/thoughtworks/xstream/tools/benchmark/metrics: DeserializationSpeedMetric.java (del), SerializationSpeedMetric.java (del), SizeMetric.java (del)
joe 2006-07-22 09:47 Rev.: 895

Added HTML reporter for benchmark report.

8 lines of code changed in 3 files:

  • src/tools/com/thoughtworks/xstream/tools/benchmark/metrics: DeserializationSpeedMetric.java (+3 -3), SerializationSpeedMetric.java (+3 -3), SizeMetric.java (+2 -2)
joe 2006-07-15 08:42 Rev.: 894

More meaningful results from Metric.

18 lines of code changed in 3 files:

  • src/tools/com/thoughtworks/xstream/tools/benchmark/metrics: DeserializationSpeedMetric.java (+6 -2), SerializationSpeedMetric.java (+6 -2), SizeMetric.java (+6 -2)
joe 2006-07-15 07:39 Rev.: 893

Added benchmarking harness so we can compare different configurations of XStream (and different products) against each other for specific metrics.

125 lines of code changed in 3 files:

  • src/tools/com/thoughtworks/xstream/tools/benchmark/metrics: DeserializationSpeedMetric.java (new 51), SerializationSpeedMetric.java (new 44), SizeMetric.java (new 30)