You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Daewon Jeong (JIRA)" <ji...@apache.org> on 2018/03/28 05:58:00 UTC

[jira] [Created] (S2GRAPH-190) Remove unnecessary TC JsonBenchmarkSpec

Daewon Jeong created S2GRAPH-190:
------------------------------------

             Summary: Remove unnecessary TC JsonBenchmarkSpec
                 Key: S2GRAPH-190
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-190
             Project: S2Graph
          Issue Type: Bug
            Reporter: Daewon Jeong


There is a test case that has been created to measure the speed required for the Json build, which unnecessarily increases the test time.

I think it's better to erase the measured test.

The link below shows how much time JsonSpec consumes unnecessarily.

https://travis-ci.org/apache/incubator-s2graph/builds/359216779?utm_source=github_status&utm_medium=notification

{noformat}
==================================================
map to json: took 776 ms
==================================================
==================================================
direct: took 38599 ms
==================================================
==================================================
Append by JsObj ++ JsObj : took 79299 ms
==================================================
==================================================
Append by Json.obj(newJson -> JsObj): took 107 ms
==================================================
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)