Skip to content
#

performance

Here are 174 public repositories matching this topic...

romantomjak
romantomjak commented Jun 23, 2018

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:

.
├── project1
│   ├── app.py
│   └── templates
│       └── index.html

When Vibora is run from root folder like so python3 project1/app.py it wo

ram-bv
ram-bv commented Apr 12, 2020

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

scigeek72
scigeek72 commented Jan 19, 2018

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.

combrs
combrs commented Mar 10, 2019

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
WordOps
cristalix
cristalix commented Nov 11, 2019

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:

RAM

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 
ilevkivskyi
ilevkivskyi commented Jan 17, 2018

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

devito
jkwashbourne
jkwashbourne commented Mar 23, 2020

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
TatamiHermit
TatamiHermit commented Nov 15, 2019

你好,根据我个人理解,app启动时间的测试,默认的黑盒标准一般是从click event触发开始。

请教一下根据report中的各类图表,首先要获取到精确的click event的时间戳t1,然后获取到界面加载完成的t2,这样就可以得到Δt

我这边打开Android的轨迹,这样点击时就会有一个圆点,可以用于辅助识别。

根据你的设计理念,如何根据图表分析得出app启动的时间呢?

谢谢。

Improve this page

Add a description, image, and links to the performance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.