-
## 🐛 Bug
This is a lengthy issue/post detailing my observations with our distributed and bucketing performance. Some of these are actionable items and some are just observations to be aware of.
…
-
```
What steps will reproduce the problem?
1. Write a slow macro benchmark (e.g. large size, slow algorithm)
2. Run caliper
3. Caliper appears to freeze after "This selection yields %s experiments."
…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [a429b0ca4fbb2ed7014815792f1cf1b5939eb567](https://github.com/dotnet/runtime/co…
-
Are the benchmarks? How can I run them?
glebm updated
7 years ago
-
### Description
If you explicitly build a project with ```-f net6.0``` and the project has a TFM list of (for example) ```netcoreapp3.1;net5.0;net6.0;net7.0```, you will get a NETSDK1045 error abou…
-
8 to 10ms per package adds up.
Substack has ~650 packages
- 10ms \* 650 packages = ~6.5s of filling in data
Is it `moment` that's taking a long time?
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [e56db76481726cc451b8fcf499500f9f3218de63](https://github.com/dotnet/runtime/commit/e56db76481726cc451b8fcf499500f9f…
-
```
1. Using caliper-1.0-beta-SNAPSHOT-all.jar (added to CLASSPATH, by the way).
2. Running with following command and getting the following output:
[xxx@xxx caliperstuff]$ java com.google.caliper.…
-
**Feature or enhancement**
I think it's probably worthwhile to write a specialized version of `match_keys` (for structural pattern matching of mappings) for exact dictionary types
**Pitch**
T…
-
```
After printing my config, I realized the benchmark is trying to upload results
to https://microbenchmarks.appspot.com.
while this is generally a nice idea, there are some problems:
1. this is no…