Updated number of nodes.

This commit is contained in:
Achim D. Brucker 2017-05-26 20:37:54 +01:00
parent ac23202905
commit b3eaad3bb3
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ class Featherweight extends FlatSpec with Matchers with BeforeAndAfterAll {
}
"JavaScriptCallGraph" should "contain 0.8k nodes" in {
app.getJSCallGraphSize() should be (856 +- 10)
app.getJSCallGraphSize() should be (876 +- 10)
}
"JavaCallGraph" should "be contain 6.1k nodes" in {

View File

@ -80,7 +80,7 @@ class Featherweight_100_350 extends FlatSpec with Matchers with BeforeAndAfterAl
}
"JavaScriptCallGraph" should "contain 0.8k nodes" in {
app.getJSCallGraphSize() should be (858 +- 10)
app.getJSCallGraphSize() should be (878 +- 10)
}
"JavaCallGraph" should "be contain 6.1k nodes" in {

View File

@ -80,7 +80,7 @@ class Featherweight_100_630 extends FlatSpec with Matchers with BeforeAndAfterAl
}
"JavaScriptCallGraph" should "contain 0.9k nodes" in {
app.getJSCallGraphSize() should be (918 +- 10)
app.getJSCallGraphSize() should be (928 +- 10)
}
"JavaCallGraph" should "be contain 3.3k nodes" in {