-
```
Install and configure Emma plugin on CloudBees.
```
Original issue reported on code.google.com by `philipp.sebastian.thun` on 26 Apr 2012 at 4:16
-
We need to be able to measure performance and classify analyzers accordingly.
I am thinking on a way to do this automatically, through tests and some reflection.
Analyzers that are slow should be disa…
-
```
The database is hit each time a measure is queried, this must be optimized,
either by optimizing the database queries, or by caching the data.
```
Original issue reported on code.google.com by `…
-
```
While going over the way that the NetIn and NetOut Measures actually
calculate network traffic, todoroff found some interesting things:
[16:26] It uses GetIfTable and the resulting MIB_IFROW str…
-
```
Just curious, since for fKMeans there are a couple of ways to calculate
similarity measure of vectors, it is possible to expose this functionality
through API / Script / binary
Would expect the…
-
There are a couple of options to do this.
The following two where brainstormed in a call:
**version.intercity.io**
Have an app: `version.intercity.io` that serves an image to show latest version and…
-
Analyze different measure in repositories:
- Code lines in every commit
- Authors in files
- files by commit
- file size
- Authors in temporal scale
- blame chunks ( lines that follow each oth…
-
Great work Paul.
Is there a way to display all measures, regardless of their musical content, the same width?
![width](https://user-images.githubusercontent.com/5197057/70390502-58b15800-19d4-11ea…
-
Improve performance of Font.Measure, see a past attempt here #19685.
Issue here as a reminder.
-
One of tools is currently failing on 1e9 due to lack of memory, 126GB is not enough to aggregate 50GB csv. This requires use bigger machine to run 1e9 grouping benchmark. Still memory usage should be …