From 4c024ad3a95f10ba32e7c7e1ebf957cf218502ad Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Mon, 5 Aug 2013 00:31:35 -0700 Subject: [PATCH] Update README with current axiom mutant stats --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2be1502e..71802091 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,14 @@ Currently mutant covers the majority of ruby's complex nodes that often occur in Some stats from the [axiom](https://github.com/dkubb/axiom) library: ``` -Subjects: 417 # Amount of subjects being mutated (currently only methods) -Mutations: 5442 # Amount of mutations mutant generated (~13 mutations per method) -Kills: 5385 # Amount of successfully killed mutations -Runtime: 1898.11s # Total runtime -Killtime: 1884.17s # Time spend killing mutations -Overhead: 0.73% -Coverage: 98.95% # Coverage score -Alive: 57 # Amount of alive mutations. +Subjects: 424 # Amount of subjects being mutated (currently only methods) +Mutations: 6760 # Amount of mutations mutant generated (~13 mutations per method) +Kills: 6664 # Amount of successfully killed mutations +Runtime: 5123.13s # Total runtime +Killtime: 5092.63s # Time spend killing mutations +Overhead: 0.60% +Coverage: 98.58% # Coverage score +Alive: 96 # Amount of alive mutations. ```