Skip to content

Commit 3500653

Browse files
larkeeskuruppu
andauthored
docs: update benchmarks (googleapis#155)
* docs: update benchmarks * docs: update benchmark results Co-authored-by: larkee <larkee@users.noreply.github.com> Co-authored-by: skuruppu <skuruppu@google.com>
1 parent 184a7d5 commit 3500653

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

BENCHMARKS.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ The test suite requirements:
88

99
Use `PROJECT`, `INSTANCE` and `DATABASE` module constants to set a project to execute tests on.
1010

11-
# 07-11-2021
11+
The following measurements were made on a VM instance.
12+
13+
# 25-11-2021
1214

1315
|Test|mean, sec|error|std_dev|
1416
|----|-------|-----|--------|
15-
|SPANNER insert_one_row_with_fetch_after| 0.91|0.01|0.09|
16-
|ALCHEMY insert_one_row_with_fetch_after| 1.07| 0.0|0.03|
17-
|SPANNER read_one_row| 0.33| 0.0| 0.01|
18-
|ALCHEMY read_one_row| 0.3| 0.0| 0.01|
19-
|SPANNER insert_many_rows| 1.37| 0.02| 0.12|
20-
|ALCHEMY insert_many_rows| 24.41| 0.07| 0.49|
21-
|SPANNER select_many_rows| 0.31| 0.02| 0.08|
22-
|ALCHEMY select_many_rows| 0.22| 0.03| 0.01|
23-
|SPANNER insert_many_rows_with_mutations| 0.34| 0.0| 0.03|
24-
|SQLALCHEMY insert_many_rows_with_mutations| 25.1| 0.03| 0.31|
17+
|SPANNER insert_one_row_with_fetch_after| 0.16|0.0|0.03|
18+
|ALCHEMY insert_one_row_with_fetch_after| 0.11| 0.0|0.02|
19+
|SPANNER read_one_row| 0.04| 0.0| 0.01|
20+
|ALCHEMY read_one_row| 0.01| 0.0| 0.0|
21+
|SPANNER insert_many_rows| 0.33| 0.01| 0.05|
22+
|ALCHEMY insert_many_rows| 0.32| 0.01| 0.06|
23+
|SPANNER select_many_rows| 0.04| 0.0| 0.01|
24+
|ALCHEMY select_many_rows| 0.03| 0.0| 0.0|
25+
|SPANNER insert_many_rows_with_mutations| 0.07| 0.0| 0.03|
26+
|SQLALCHEMY insert_many_rows_with_mutations| 0.31| 0.01| 0.07|

0 commit comments

Comments
 (0)