-
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?
-
The concurrent skiplist algorithm shouldn't have particular bad behavior when inserting either sorted or reverse sorted inputs, should it?
Yet with more than one thread writing the keys [n,n-1..1] …
-
```
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…
-
Bug bounty logistic details (click to expand)
To claim exclusive time to work on this bounty either post a comment here or message [skrastanov@umass.edu](mailto:skrastanov@umass.edu) with:
- y…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [cae3aec80d32316026d85228e12a94dd4887d57f](https://github.com/dotnet/runtime/commit/cae…
-
The way we construct the Writes implementations with the JSON macros is not particularly efficient, as I have noticed in a few real-world apps. We should devise some tests to determine how much a perf…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [25dedce0e5cc400bd16044d701318e4d8ce99d88](https://github.com/dotnet/runtime/commit/25d…
-
Looks like SSL connection is not supported?
lihan updated
5 years ago
-
In many discussions/comments I assumed that we have an HTTP API endpoint that allows for submitting a `Run` _plus_ its corresponding `BenchmarkResult`s, in the same HTTP request body. Looks like that …
-
## Background information
### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
v5.0.x head
```
$ git log --oneline -10
75795c04eb (HEAD -> v5.0…