This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ceffaf3d85
memgraph
/
tests
/
macro_benchmark
/
groups
/
delete
/
edge.setup.py
5 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Fix some benchmarks Summary: Fix bug in perf wrapper Reviewers: mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D611
2017-07-30 22:22:25 +08:00
from
common
import
create_vertices
Migrate harness to memgraph Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D532
2017-07-11 00:17:18 +08:00
Fix some benchmarks Summary: Fix bug in perf wrapper Reviewers: mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D611
2017-07-30 22:22:25 +08:00
print
(
"
CREATE INDEX ON :Label(id);
"
)
create_vertices
(
1000
)
Reference in New Issue
Copy Permalink