Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
00839eff
Commit
00839eff
authored
Apr 16, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b12dbdaf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
bigfile/tests/bench_1filezodb.py
bigfile/tests/bench_1filezodb.py
+1
-1
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+1
-1
No files found.
bigfile/tests/bench_1filezodb.py
View file @
00839eff
...
...
@@ -24,7 +24,7 @@ from wendelin.lib.mem import memset
from
wendelin.lib.testing
import
getTestDB
,
Adler32
,
nulladler32_bysize
,
ffadler32_bysize
from
wendelin.lib.zodb
import
dbclose
import
transaction
from
py
golang
import
defer
,
func
from
golang
import
defer
,
func
testdb
=
None
from
wendelin.bigfile.tests.bench_0virtmem
import
filesize
,
blksize
# to get comparable timings
...
...
pyproject.toml
View file @
00839eff
[build-system]
requires
=
["pygolang[pyx.build]
>=
0.0.6
.post
1
"]
requires
=
["pygolang[pyx.build]
>=
0.0.6
.post
2
"]
setup.py
View file @
00839eff
...
...
@@ -332,7 +332,7 @@ setup(
# ----//---- for ZODB4 >= 4.4.6
'ZODB3 >= 3.10'
,
'pygolang >= 0.0.6.post
1
'
,
# defer, sync.WaitGroup, pyx/nogil channels ...
'pygolang >= 0.0.6.post
2
'
,
# defer, sync.WaitGroup, pyx/nogil channels ...
'six'
,
# compat py2/py3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment