Skip to content

Commit

Permalink
Update results
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Aug 12, 2020
1 parent d056bb8 commit bc86f74
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion benchmark/monetdb/instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ You can find the log in `log.txt` file.
Postprocess data:

```
grep clk log.txt | awk '{ if ($3 == "ms") { print $2 / 1000; } else if ($3 == "sec") { print $2 } else { print } }'
grep clk log.txt | tr -d '\r' | awk '{ if ($3 == "ms") { print $2 / 1000; } else if ($3 == "sec") { print $2 } else { print } }'
```

Then replace values with "min" (minutes) timing manually and save to `tmp.txt`.
Expand Down
86 changes: 43 additions & 43 deletions website/benchmark/dbms/results/005_monetdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@
"comments": "",
"result":
[
[0.00125, 0.001215, 0.001187],
[1.468, 1.726, 2.369],
[0.74886, 0.655206, 0.686095],
[0.683854, 0.702824, 0.697182],
[8.918, 11.265, 6.662],
[15.144, 15.054, 15.074],
[0.695901, 0.67102, 0.669029],
[1.425, 1.421, 1.441],
[10.135, 10.278, 9.905],
[8.765, 8.729, 8.504],
[3.196, 3.347, 3.276],
[3.360, 3.398, 3.422],
[10.501, 10.388, 10.305],
[15.811, 15.463, 15.017],
[11.336, 11.229, 11.069],
[6.965, 6.884, 6.907],
[28.985, 29.714, 28.438],
[27.820, 29.318, 29.515],
[46.359, 46.382, 46.353],
[0.75067, 0.768232, 0.765361],
[3.938, 3.932, 3.915],
[3.742, 3.784, 3.727],
[6.024, 5.948, 6.001],
[4.130, 4.138, 4.270],
[6.659, 6.751, 6.674],
[6.817, 6.745, 6.793],
[6.742, 6.673, 6.743],
[57.559, 56.546, 58.124],
[60, 59.189, 60],
[6.374, 6.428, 6.115],
[5.336, 5.555, 5.342],
[6.184, 6.252, 6.541],
[43.900, 42.386, 43.674],
[85, 83, 83],
[83, 82, 83],
[26.289, 25.788, 24.693],
[4.506, 4.503, 4.496],
[4.306, 4.337, 4.355],
[4.274, 4.145, 4.305],
[3.175, 3.121, 3.186],
[2.600, 2.598, 2.507],
[4.239, 4.205, 4.166],
[4.109, 4.222, 4.209]
[0.001262, 0.00142, 0.00119],
[1.530, 1.489, 1.490],
[0.597512, 0.579383, 0.59822],
[0.568003, 0.554572, 0.552076],
[6.688, 6.689, 6.652],
[15.702, 17.189, 15.514],
[0.69777, 0.71187, 0.697177],
[1.536, 1.505, 1.492],
[9.965, 10.106, 10.136],
[8.329, 8.601, 8.039],
[3.385, 3.321, 3.326],
[3.510, 3.431, 3.382],
[10.891, 11.483, 10.352],
[15.711, 15.444, 15.503],
[11.433, 11.399, 11.285],
[7.184, 7.015, 6.849],
[29.096, 28.328, 29.247],
[29.457, 29.364, 29.269],
[47.141, 46.495, 46.472],
[0.783332, 0.771157, 0.783082],
[3.963, 3.930, 3.964],
[3.925, 3.817, 3.802],
[6.067, 6.120, 6.012],
[4.251, 4.190, 4.379],
[6.699, 6.718, 6.802],
[6.887, 6.838, 6.844],
[6.806, 6.878, 6.807],
[61, 55.553, 56.188],
[60, 60, 60],
[6.221, 6.170, 6.382],
[5.684, 5.585, 5.463],
[6.281, 6.574, 6.243],
[44.641, 41.904, 43.218],
[84, 91, 84],
[84, 85, 84],
[26.438, 26.033, 26.147],
[4.825, 4.618, 4.623],
[4.380, 4.418, 4.413],
[4.259, 4.195, 4.195],
[3.233, 3.180, 3.181],
[2.656, 2.557, 2.561],
[4.161, 4.243, 4.166],
[4.199, 4.211, 4.190]
]
}
]

0 comments on commit bc86f74

Please sign in to comment.