Return rather precise seconds instead of milliseconds in benchmarks
diff --git a/src/test/resources/queries/bsp19.jsonld b/src/test/resources/queries/bsp19.jsonld
index 5710602..5145e9f 100644
--- a/src/test/resources/queries/bsp19.jsonld
+++ b/src/test/resources/queries/bsp19.jsonld
@@ -4,43 +4,46 @@
 	"@type" : "korap:group",
 	"operation" : "operation:sequence",
 	"inOrder" : true,
-	"distances" : [ {
-	    "@type" : "korap:distance",
-	    "key" : "w",
-	    "min" : 1,
-	    "max" : 3
-	}, {
-	    "@type" : "korap:distance",
-	    "key" : "s",
-	    "min" : 0,
-	    "max" : 1
-	} ],
-	"operands" : [ {
-	    "@type" : "korap:token",
-	    "wrap" : {
-		"@type" : "korap:term",
-		"key" : "das",
-		"layer" : "orth",
-		"match" : "match:eq"
+	"distances" : [
+	    {
+		"@type" : "korap:distance",
+		"key" : "w",
+		"min" : 1,
+		"max" : 3
+	    }, {
+		"@type" : "korap:distance",
+		"key" : "s",
+		"min" : 0,
+		"max" : 1
 	    }
-	}, {
-	    "@type" : "korap:token",
-	    "wrap" : {
-		"@type" : "korap:term",
-		"key" : "Buch",
-		"layer" : "orth",
-		"match" : "match:eq"
+	],
+	"operands" : [
+	    {
+		"@type" : "korap:token",
+		"wrap" : {
+		    "@type" : "korap:term",
+		    "key" : "das",
+		    "layer" : "orth",
+		    "match" : "match:eq"
+		}
+	    }, {
+		"@type" : "korap:token",
+		"wrap" : {
+		    "@type" : "korap:term",
+		    "key" : "Buch",
+		    "layer" : "orth",
+		    "match" : "match:eq"
+		}
 	    }
-	}
-		     ]
+	]
     },
     "meta" : {
-	"count":25,
-	"cutOff":true,
+	"count": 25,
+	"cutOff": true,
 	"context":{
-	    "left":["char",110],
-	    "right":["char",110]
+	    "left": [ "char", 110 ],
+	    "right": [ "char", 110 ]
 	},
-	"startPage":1
+	"startPage": 1
     }
 }