mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
actions debugging
This commit is contained in:
parent
159ff1f59e
commit
480ca626d7
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -110,6 +110,7 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
ls -l
|
ls -l
|
||||||
mkdir -p itlogs/nb
|
mkdir -p itlogs/nb
|
||||||
|
ls -l nb
|
||||||
cp -R nb/logs itlogs/nb
|
cp -R nb/logs itlogs/nb
|
||||||
|
|
||||||
- name: upload integration test logs
|
- name: upload integration test logs
|
||||||
|
@ -96,7 +96,7 @@ public class HybridRateLimiter implements Startable, RateLimiter {
|
|||||||
private Gauge<Long> delayGauge;
|
private Gauge<Long> delayGauge;
|
||||||
private Gauge<Double> avgRateGauge;
|
private Gauge<Double> avgRateGauge;
|
||||||
private Gauge<Double> burstRateGauge;
|
private Gauge<Double> burstRateGauge;
|
||||||
private ThreadDrivenTokenPool tokens;
|
private TokenPool tokens;
|
||||||
// diagnostics
|
// diagnostics
|
||||||
|
|
||||||
// TODO Doc rate limiter scenarios, including when you want to reset the waittime, and when you don't
|
// TODO Doc rate limiter scenarios, including when you want to reset the waittime, and when you don't
|
||||||
|
Loading…
Reference in New Issue
Block a user