Commit Graph

3213 Commits

Author SHA1 Message Date
Jonathan Shook
f98e16c707 license header 2022-05-31 21:02:30 -05:00
Jonathan Shook
522a263202 add modular metering API and refactor progress meter 2022-05-31 21:02:12 -05:00
Jonathan Shook
eeb88bd459 diag is diag-attic and diag is now a DriverAdapter, long live diag 2022-05-31 21:02:07 -05:00
Jonathan Shook
35d21347a3 diag module updates 2022-05-31 21:02:04 -05:00
Jonathan Shook
2a7376c784 disable strict checking until it is verified 2022-05-31 21:02:01 -05:00
Jonathan Shook
6e38f0bc99 fix start-timers and stop-timers init logic 2022-05-31 21:01:59 -05:00
Jonathan Shook
24308575ee hoist onStart into correct interface 2022-05-31 21:01:56 -05:00
Jonathan Shook
5cfe5e92ce make parameter consumer consistent with protomap 2022-05-31 21:01:52 -05:00
Jonathan Shook
755ea768d5 minor docs update 2022-05-31 21:01:46 -05:00
Jonathan Shook
58f11ca1cd move op remappers up to DriverAdapter 2022-05-31 21:01:43 -05:00
Jonathan Shook
e3f7027dd5 port in JMPS module-compatible form of ServiceSelector 2022-05-31 21:01:38 -05:00
Jonathan Shook
a4fc7a080e depend on newest JNA to avoid ABI mismatch 2022-05-31 21:01:06 -05:00
Jonathan Shook
7b1b41ec85 add modular metering API and refactor progress meter 2022-05-31 21:01:00 -05:00
Jonathan Shook
6d1bfd10b6 add nbr-examples to contain integrated test suite as examples 2022-05-31 20:49:09 -05:00
Jonathan Shook
3d39e16da4 fix graaljs version misalignment from PR 2022-05-25 12:23:03 -05:00
Jonathan Shook
b8addb7823 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2022-05-25 11:59:47 -05:00
Jonathan Shook
c1143e4fa2 make shared state easier to use 2022-05-25 11:59:36 -05:00
Jonathan Shook
795050fbd6 add config sources as fallback for consistency level 2022-05-25 11:59:26 -05:00
Jonathan Shook
9275181cbf rewrite JMX as a driver adapter 2022-05-25 11:58:32 -05:00
Jonathan Shook
5a4692cf9e add support for named timers as "start-timers" and "stop-timers" op fields 2022-05-24 13:40:48 -05:00
Jonathan Shook
4d7355c803 allow for reductive configuration in ParsedOp 2022-05-24 13:40:43 -05:00
Jonathan Shook
ae40294ff4 code cleanup 2022-05-24 13:40:36 -05:00
Jonathan Shook
779a1b24ab docs cleanup 2022-05-24 13:40:30 -05:00
Jonathan Shook
432eeb7ae3 document ParsedOp for developers 2022-05-24 13:40:23 -05:00
Jonathan Shook
86cba9f784 fix functional op bug with result caching 2022-05-24 13:40:13 -05:00
Jonathan Shook
102cc3f559 make TypeAndTarget concept more obvious 2022-05-24 13:39:45 -05:00
Jonathan Shook
b9c175ed73
Merge pull request #579 from nosqlbench/snyk-upgrade-5beb277a427284e5c5af3adcba4ddab7
[Snyk] Upgrade org.graalvm.js:js-scriptengine from 21.0.0 to 21.3.1
2022-05-24 13:24:46 -05:00
Jonathan Shook
d4d40a6059
Merge pull request #580 from nosqlbench/snyk-upgrade-e9e5b82df6f26d5401a1063ba8d13d68
[Snyk] Upgrade org.graalvm.js:js from 21.0.0 to 21.3.1
2022-05-24 13:24:36 -05:00
Jonathan Shook
8b6acbc563
Merge pull request #581 from nosqlbench/snyk-upgrade-40da09d9578d91ba7c937ce7547efd42
[Snyk] Upgrade io.dropwizard.metrics:metrics-graphite from 4.2.8 to 4.2.9
2022-05-24 13:24:23 -05:00
Jonathan Shook
1acbe69606
Merge pull request #582 from nosqlbench/snyk-upgrade-787f38082db822f5f68c7bd3e9b0b7fa
[Snyk] Upgrade io.dropwizard.metrics:metrics-core from 4.2.8 to 4.2.9
2022-05-24 13:24:10 -05:00
Jonathan Shook
db1d82ef60
Merge pull request #583 from nosqlbench/snyk-upgrade-842f9600ffff894bf64ebd3d34bb95f7
[Snyk] Upgrade org.mpierce.metrics.reservoir:hdrhistogram-metrics-reservoir from 1.1.0 to 1.1.3
2022-05-24 13:24:00 -05:00
Jonathan Shook
b6fc50cf32
Merge pull request #587 from nosqlbench/snyk-fix-148707c1404c18c90822d2f2f44ae344
[Snyk] Security upgrade com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.13.2 to 2.13.3
2022-05-24 13:23:33 -05:00
Jonathan Shook
88bc6a1943
Merge pull request #585 from tatu-at-datastax/main
Minor fix for #584: `BUILDING.md` should say Java baseline is 17, not 12
2022-05-24 12:34:04 -05:00
Jonathan Shook
0164c49f97 Provide activity parameter default strict=true for driver adapters, which requires strict usage checking on op fields.
Unused op fields will cause an error by default.
2022-05-23 17:08:30 -05:00
Jonathan Shook
0edd8b99be make accepting license updates easier 2022-05-20 13:57:13 -05:00
nb-droid
124c92256f [maven-release-plugin] prepare for next development iteration 2022-05-18 19:49:25 +00:00
nb-droid
2aaef696f9 [maven-release-plugin] prepare release nosqlbench-4.17.14 2022-05-18 19:49:23 +00:00
Jonathan Shook
a204f04214 docker udev fix release 2022-05-18 14:38:55 -05:00
Jonathan Shook
5f0fa8f29e Merge branch 'main' of github.com:nosqlbench/nosqlbench 2022-05-18 14:38:23 -05:00
Jonathan Shook
d825e5dd89 udev docker fix release 2022-05-18 14:38:17 -05:00
Jonathan Shook
6c4c11d967 add udev to dockerfile 2022-05-18 14:38:00 -05:00
nb-droid
dcd8e59308 [maven-release-plugin] prepare for next development iteration 2022-05-18 19:13:14 +00:00
nb-droid
556ab55d4c [maven-release-plugin] prepare release nosqlbench-4.17.13 2022-05-18 19:13:11 +00:00
Jonathan Shook
cdc17b670c merge fixes 2022-05-18 14:05:02 -05:00
Jonathan Shook
62dbab35ec merge fixes 2022-05-18 14:04:49 -05:00
Jonathan Shook
e096e582e8 fix release 2022-05-18 14:02:55 -05:00
Jonathan Shook
31384c7d11 updated version to 4.17.13-SNAPSHOT 2022-05-18 14:02:41 -05:00
nb-droid
24d560dddc [maven-release-plugin] prepare release nosqlbench-4.17.12 2022-05-18 18:36:44 +00:00
Jonathan Shook
3de6fe9534 update release 2022-05-18 13:27:57 -05:00
Jonathan Shook
0e27cf5ba6 update release action 2022-05-18 13:27:41 -05:00