瀏覽代碼

Here. Have some merge conflicts for manifest!

master
peteraa 6 年之前
父節點
當前提交
b8225def46
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/test/scala/Manifest.scala

+ 2
- 2
src/test/scala/Manifest.scala 查看文件

@@ -54,7 +54,7 @@ object Manifest {
class ProfileBranching extends FlatSpec with Matchers { class ProfileBranching extends FlatSpec with Matchers {
it should "profile some branches" in { it should "profile some branches" in {
TestRunner.profileBranching( TestRunner.profileBranching(
Manifest.singleTestOptions.copy(testName = "branchProfiling.s")
Manifest.singleTestOptions.copy(testName = "branchProfiling.s", maxSteps = 50000)
) should be(true) ) should be(true)
} }
} }
@@ -62,7 +62,7 @@ class ProfileBranching extends FlatSpec with Matchers {
class ProfileCache extends FlatSpec with Matchers { class ProfileCache extends FlatSpec with Matchers {
it should "profile a cache" in { it should "profile a cache" in {
TestRunner.profileCache( TestRunner.profileCache(
Manifest.singleTestOptions.copy(testName = "convolution.s")
Manifest.singleTestOptions.copy(testName = "convolution.s", maxSteps = 50000)
) should be(true) ) should be(true)
} }
} }


Loading…
取消
儲存