You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/08/30 07:50:14 UTC

incubator-s2graph git commit: [S2GRAPH-99]: Reduce number of test run on test cases on org.apache.s2graph.rest.play.benchmark

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master acf5a0aa3 -> 1ef29fd3c


[S2GRAPH-99]: Reduce number of test run on test cases on org.apache.s2graph.rest.play.benchmark

JIRA:
    [S2GRAPH-99] https://issues.apache.org/jira/browse/S2GRAPH-99

Pull Request:
    Closes #69

Authors:
    DO YUNG YOON: steamshon@apache.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1ef29fd3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/1ef29fd3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/1ef29fd3

Branch: refs/heads/master
Commit: 1ef29fd3cb9f5e43b3bc93934bef3deef873d521
Parents: acf5a0a
Author: DO YUNG YOON <st...@apache.org>
Authored: Tue Aug 30 16:54:30 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Tue Aug 30 16:54:30 2016 +0900

----------------------------------------------------------------------
 CHANGES                                                            | 2 ++
 .../apache/s2graph/rest/play/benchmark/SamplingBenchmarkSpec.scala | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1ef29fd3/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3539a4f..ba7f3e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -153,6 +153,8 @@ Release 0.12.1 - unreleased
     S2GRAPH-93: Remove MySQL JDBC driver (Committed by DOYUNG YOON).
     
     S2GRAPH-98: Make test cases on multiple projects run sequentially (Committed by DOYUNG YOON).
+    
+    S2GRAPH-99: Reduce number of test run on test cases on org.apache.s2graph.rest.play.benchmark (Committed by DOYUNG YOON).
 
     S2GRAPH-96: Remove unmanaged dependencies(asynchbase) and speficy it on build.sbt. (Committed by DOYUNG YOON).
     

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1ef29fd3/s2rest_play/test/org/apache/s2graph/rest/play/benchmark/SamplingBenchmarkSpec.scala
----------------------------------------------------------------------
diff --git a/s2rest_play/test/org/apache/s2graph/rest/play/benchmark/SamplingBenchmarkSpec.scala b/s2rest_play/test/org/apache/s2graph/rest/play/benchmark/SamplingBenchmarkSpec.scala
index b5d6691..07e0b13 100644
--- a/s2rest_play/test/org/apache/s2graph/rest/play/benchmark/SamplingBenchmarkSpec.scala
+++ b/s2rest_play/test/org/apache/s2graph/rest/play/benchmark/SamplingBenchmarkSpec.scala
@@ -70,7 +70,7 @@ class SamplingBenchmarkSpec extends BenchmarkCommon with PlaySpecification {
       }
 
       // test data
-      val testLimit = 500000
+      val testLimit = 10000
       val testNum = 10
       val testData = (0 to 1000).toList