performance
Here are 174 public repositories matching this topic...
As documented in #5392 using the packages for tflite and tensorflow 2.1.0 the test as in the subject line segfaults. It has now been skipped in the testsuite but this needs to be fixed.
Stefan Behnel wrote:
No. "@cython.cfunc" declares a function or method as a pure C function,
without a Python interface to it, and for methods, it only applies to
extension types and not regular Python classes.It's interesting that Cython allowed you to set it on the "
__iter__" method
which cannot, in fact, be a C method because it's one of Python's special
methods. We s
Skip thought vectors
I would like to use the skip thought vectors implementation in neon. The documentation provided is not enough. Is there a tutorial available on how to obtain skip thought vectors from scratch on my own documentation ? I have created a virtual environment and downloaded neon. I am not sure how to train the skip thought model. Thanks.
-
Updated
Jun 26, 2020 - Python
I'm use docker image: direvius/yandex-tank latest a1099a214528
start it as in doc (with bash)
start check: yandex-tank-check-ssh -e yyyyy -u zzzzz
2019-03-10 15:30:03,949 INFO Execute on yyyyy: ls -l
....
2019-03-10 15:30:04,962 INFO Authentication (publickey) successful!
2019-03-10 15:30:05,464 INFO Output dat
-
Updated
Jun 7, 2020 - Python
It would be great if the amon agent can monitor ZFS and BTRFS pools and if it could also monitor the state of such pools.
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 26, 2020 - Python
Looks like there's no example using vector types defined in cltypes while the doc itself for these types are not so understandable. There are many examples having kernels taking vector type arguments, but the python code is using the numpy type, instead of the defined vector type. E.g. https://github.com/inducer/pyopencl/blob/master/examples/demo_elementwise_complex.py
Hi there,
I'm trying to figure out what the numbers in parentheses outputted for each stat value in the table mean.
Looking at the code it seems like its happening over here : https://github.com/ionelmc/pytest-benchmark/blob/2ed70632a38909ced0935c010b6696679a28c412/src/pytest_benchmark/table.py#L39
I'm not sure what pos/total means and what I should gleam from those values in the parent
-
Updated
Apr 11, 2020 - Python
I have WordOps on 4GB RAM VPS (OpenVZ). After update from EE3 to WO server runs out of RAM. Sites are same as was before (no new site was added). See:
System Information
-
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
-
wo info
NGINX (1.16.1 ):
user
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 27, 2020 - Python
This is a feature request.
Would it make sense to add a benchmark for code that heavily uses annotations, generics, and other typing features? I even have a suggestion for such benchmark: running mypy on itself (on its own code). The run currently takes around 10-20 sec. (depending on machine). If this is too long, other option would be to run mypy on one of typeshed stubs, this will
-
Updated
Mar 9, 2019 - Python
There's an informational logging message in the etag implementation:
https://github.com/antonagestam/collectfast/blob/8bcdd77819d9c950bf4760ce6423da1a82cea579/collectfast/etag.py#L120
This is shown if collectstatic is run with verbosity 0 and should not be. This can be fixed in the management command by using logging.disable() if verbosity is zero.
-
Updated
Jun 26, 2020 - Python
-
Updated
Apr 27, 2020 - Python
-
Updated
Apr 27, 2020 - Python
-
Updated
May 13, 2020 - Python
-
Updated
Jun 28, 2020 - Python
-
Updated
Feb 19, 2019 - Python
00_index.ipynb
- Broken link to operator class in first para
01_data_regions.ipynb
- Where to find descriptions of operator options like dle='noop'
- Could the generated code have a comment at the top of the structs to define what the members are (size, npsize, dsize, hsize, hofs, oofs). Yeah, I know it isn't really for human reading ... I suppose I would see those use
如何根据图表分析得出app启动的时间?
你好,根据我个人理解,app启动时间的测试,默认的黑盒标准一般是从click event触发开始。
请教一下根据report中的各类图表,首先要获取到精确的click event的时间戳t1,然后获取到界面加载完成的t2,这样就可以得到Δt
我这边打开Android的轨迹,这样点击时就会有一个圆点,可以用于辅助识别。
根据你的设计理念,如何根据图表分析得出app启动的时间呢?
谢谢。
ROADMAP
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 26, 2020 - Python
I noticed in _generate_path_from_repo_url we remove the colons from the netloc, however we don't try to remove colons anywhere else like from path, which makes something like
urlparse('[email protected]:Productivity/ClusterRunnerHealthCheck.git')
# ParseResult(scheme='', netloc='', path='[email protected]:Productivity/ClusterRunnerHealthCheck.git', params='', query='', fragment=
Improve this page
Add a description, image, and links to the performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Describe the bug
Docs never mention that Vibora searches for a folder named
templates, additionally template rendering varies depending on where from you execute the file.To Reproduce
Given the following folder structure:
When Vibora is run from root folder like so
python3 project1/app.pyit wo